Mathlib Map

Theorems · Theorem · number theory

GenContFract.dens_recurrence

∀ {K : Type u_1} {g : GenContFract K} {n : ℕ} [inst : DivisionRing K] {gp : GenContFract.Pair K} {ppredB predB : K},
  g.s.get? (n + 1) = some gp →
    g.dens n = ppredB → g.dens (n + 1) = predB → g.dens (n + 2) = gp.b * predB + gp.a * ppredB

Shows that Bₙ = bₙ * Bₙ₋₁ + aₙ * Bₙ₋₂.

Defined in
Mathlib.Algebra.ContinuedFractions.ContinuantsRecurrence
Cited by
0 results in Mathlib
Foundations
Depth 52 from the axioms · uses propext, Quot.sound
Assumes
DivisionRing

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.