How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
The continued fraction [1; overline 2] for sqrt(2)
Example
The continued fraction of is with convergents
Facts & Assumptions
Given: The real number .
Consecutive convergents satisfy (Determinant identity for consecutive convergents).
For an irrational number , the convergents alternate around and satisfy (Convergent error bound).
The complete-quotient algorithm chooses the unique integer part and then takes the reciprocal of the positive fractional part (Complete quotients in the continued-fraction algorithm).
If the complete-quotient algorithm does not terminate, its resulting infinite regular continued fraction converges to the original real number (The continued-fraction algorithm for real numbers).
For digits , the convergent numerators and denominators start from and satisfy and (Convergents of a regular continued fraction).
Verification
Since , [F3] gives . Then [F3, F4, given, algebra] so and . Moreover so every later complete quotient is again . Thus the algorithm never terminates and produces the digits ; by [F4] its continued fraction converges to the original number. Hence
Applying [F5] to the digits from step 1.1 gives [F5, step 1.1, algebra] so the convergents begin The same recurrence gives . For the displayed pairs one checks exactly as [F1] predicts.
The error formula [F2] now gives [F2, step 2.1, algebra] and similarly So the concrete convergents alternate around with the expected quality of approximation.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
21 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Peter Hackman, Elementary Number Theory (standard reference, not scraped)
- Bruce Ikenaga, Periodic Continued Fractions (standard reference, not scraped)