Mathlib Map

Theorems · Theorem · number theory

GenContFract.of_correctness_of_terminates

∀ {K : Type u_1} [inst : Field K] [inst_1 : LinearOrder K] {v : K} [inst_2 : FloorRing K],
  (GenContFract.of v).Terminates → ∃ n, v = (GenContFract.of v).convs n

If GenContFract.of v terminates, then there is n : ℕ such that the nth convergent is exactly v.

Defined in
Mathlib.Algebra.ContinuedFractions.Computation.CorrectnessTerminating
Cited by
1 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldLinearOrderFloorRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.