Theorems · Theorem · number theory
GenContFract.determinant
∀ {K : Type u_1} [inst : Field K] {g : GenContFract K} {n : ℕ},
g.nums n * g.dens (n + 1) - g.dens n * g.nums (n + 1) = ∏ i ∈ Finset.range (n + 1), -(g.partNums.get? i).getD 0The determinant formula Aₙ * Bₙ₊₁ - Bₙ * Aₙ₊₁ = (-a₀) * (-a₁) * .. * (-aₙ).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Field
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fieldstatement and proof · cited by 7,404
- Finset.prodstatement and proof · cited by 2,356
- Finset.rangestatement and proof · cited by 1,341
- Stream'.Seq.get?statement and proof · cited by 122
- emproof · cited by 115
- GenContFractstatement and proof · cited by 68
- GenContFract.TerminatedAtproof · cited by 30
- Finset.prod_range_succproof · cited by 21
- GenContFract.densstatement and proof · cited by 19
- GenContFract.numsstatement and proof · cited by 12
- GenContFract.partNumsstatement and proof · cited by 7
- GenContFract.dens_stable_of_terminatedproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- SimpContFract.determinantproof · cited by 1