Theorems · Theorem · number theory
GenContFract.conts_recurrenceAux
∀ {K : Type u_1} {g : GenContFract K} {n : ℕ} [inst : DivisionRing K] {gp ppred pred : GenContFract.Pair K},
g.s.get? n = some gp →
g.contsAux n = ppred →
g.contsAux (n + 1) = pred →
g.conts (n + 1) = { a := gp.b * pred.a + gp.a * ppred.a, b := gp.b * pred.b + gp.a * ppred.b }- Cited by
- 1 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Quot.sound
- Assumes
- DivisionRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.contsAuxstatement and proof · cited by 20
- GenContFract.contsstatement · cited by 18
- GenContFract.contsAux_recurrenceproof · cited by 8
- GenContFract.nth_cont_eq_succ_nth_contAuxproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- GenContFract.succ_nth_conv_eq_squashGCF_nth_convproof · cited by 1