Theorems · Theorem · number theory
GenContFract.nums_recurrence
∀ {K : Type u_1} {g : GenContFract K} {n : ℕ} [inst : DivisionRing K] {gp : GenContFract.Pair K} {ppredA predA : K},
g.s.get? (n + 1) = some gp →
g.nums n = ppredA → g.nums (n + 1) = predA → g.nums (n + 2) = gp.b * predA + gp.a * ppredAShows that Aₙ = bₙ * Aₙ₋₁ + aₙ * Aₙ₋₂.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 52 from the axioms · uses propext, Quot.sound
- Assumes
- DivisionRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DivisionRingstatement and proof · cited by 1,062
- Stream'.Seq.get?statement and proof · cited by 122
- GenContFract.Pairstatement and proof · cited by 85
- GenContFractstatement and proof · cited by 68
- GenContFract.sstatement and proof · cited by 57
- GenContFract.Pair.bstatement and proof · cited by 51
- GenContFract.Pair.astatement and proof · cited by 43
- GenContFract.contsproof · cited by 18
- GenContFract.numsstatement and proof · cited by 12
- GenContFract.conts_recurrenceproof · cited by 2
- GenContFract.num_eq_conts_aproof · cited by 1
- GenContFract.exists_conts_a_of_numproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.