Theorems · Theorem · number theory
GenContFract.contsAux.eq_def
∀ {K : Type u_2} [inst : DivisionRing K] (g : GenContFract K) (x : ℕ),
g.contsAux x =
match x with
| 0 => { a := 1, b := 0 }
| 1 => { a := g.h, b := 1 }
| n.succ.succ =>
match g.s.get? n with
| none => g.contsAux (n + 1)
| some gp => GenContFract.nextConts gp.a gp.b (g.contsAux n) (g.contsAux (n + 1))- Cited by
- 0 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.
Cites10
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.hstatement and proof · cited by 23
- GenContFract.contsAuxstatement and proof · cited by 20
- GenContFract.nextContsstatement and proof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.