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.
If |delta_i| <= u and n u < 1, then prod (1+delta_i) = 1 + theta_n with |theta_n| <= gamma_n
Statement
Let with , let , let satisfy for every , and suppose . Then
Facts & Assumptions
Given: A natural number , a real with , and reals with ; write .
The hypothesis gives , hence and ; the unit roundoff vocabulary comes from The standard relative floating-point model and unit roundoff.
Binomial expansion over the reals: (The binomial theorem in : ), and the binomial coefficient satisfies for every .
Geometric series: for a real with , (For , , and for the series diverges).
Proof
Since , each factor satisfies , and the factors are nonnegative by [L1]; multiplying the inequalities across gives .
Upper deviation. By [L2], , since and .
The geometric series of [L3] at , where , gives , so step 1.2 gives .
Lower deviation. By [L2], , the last estimate being step 1.2 and step 2.1; hence .
Define . Step 1.1 gives , and steps 2.1 and 3.1 give and , so , that is .
Step 4.1 is exactly the claim.
Depends on
Used by
Dependency tree · two levels
27 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
- James Demmel, Math 221 Lecture 2: Floating Point Arithmetic (standard reference, not scraped)
- David Bindel, CS 6210: Floating Point and Error Analysis (standard reference, not scraped)