Theorems · Theorem · number theory
GenContFract.contsAux_recurrence
∀ {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.contsAux (n + 2) = { a := gp.b * pred.a + gp.a * ppred.a, b := gp.b * pred.b + gp.a * ppred.b }- Cited by
- 8 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Quot.sound
- Assumes
- DivisionRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.nextContsproof · cited by 9
Cited by8
Results whose statement or proof uses this declaration.
- GenContFract.fib_le_of_contsAux_bproof · cited by 4
- GenContFract.abs_sub_convs_leproof · cited by 2
- GenContFract.compExactValue_correctness_of_stream_eq_someproof · cited by 2
- GenContFract.conts_recurrenceproof · cited by 2
- GenContFract.conts_recurrenceAuxproof · cited by 1
- GenContFract.succ_nth_conv_eq_squashGCF_nth_convproof · cited by 1
- GenContFract.le_of_succ_succ_get?_contsAux_bproof · cited by 1
- GenContFract.exists_gcf_pair_rat_eq_of_nth_contsAuxproof · cited by 1