Theorems · Theorem · number theory
GenContFract.convs_succ
∀ {K : Type u_1} (v : K) [inst : Field K] [inst_1 : LinearOrder K] [IsStrictOrderedRing K] [inst_3 : FloorRing K]
(n : ℕ), (GenContFract.of v).convs (n + 1) = ↑⌊v⌋ + 1 / (GenContFract.of (Int.fract v)⁻¹).convs nThe recurrence relation for the convergents of the continued fraction expansion
of an element v of K in terms of the convergents of the inverse of its fractional part.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- IsStrictOrderedRingstatement and proof · cited by 2,490
- FloorRingstatement and proof · cited by 405
- Int.floorstatement and proof · cited by 225
- Stream'proof · cited by 205
- Int.fractstatement and proof · cited by 114
- GenContFract.ofstatement and proof · cited by 53
- GenContFract.convsstatement and proof · cited by 22
- GenContFract.convs'proof · cited by 9
- GenContFract.of_convs_eq_convs'proof · cited by 1
- GenContFract.convs'_succproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Real.convs_eq_convergentproof · cited by 1