Theorems · Theorem · number theory
GenContFract.sub_convs_eq
∀ {K : Type u_1} {v : K} {n : ℕ} [inst : Field K] [inst_1 : LinearOrder K] [IsStrictOrderedRing K]
[inst_3 : FloorRing K] {ifp : GenContFract.IntFractPair K},
GenContFract.IntFractPair.stream v n = some ifp →
have g := GenContFract.of v;
have B := (g.contsAux (n + 1)).b;
have pB := (g.contsAux n).b;
v - g.convs n = if ifp.fr = 0 then 0 else (-1) ^ n / (B * (ifp.fr⁻¹ * B + pB))This lemma follows from the finite correctness proof, the determinant equality, and by simplifying the difference.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
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
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- MulZeroClass.zero_mulproof · cited by 1,625
- add_commproof · cited by 1,535
- eq_or_neproof · cited by 1,117
- pow_zeroproof · cited by 1,094
- sub_zeroproof · cited by 938
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.