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.
A short floating-point dot product obeys the gamma_n error bound
Example
Take , and the binary64 unit roundoff , for which . The left-to-right computed dot product satisfies
so the computed value is the exact dot product of slightly perturbed summands, and
Facts & Assumptions
Given: The vectors , , the exact dot product , the unit roundoff with , and the left-to-right computed sum of the two products and .
The computed dot product obeys the componentwise form with , and the normwise bound (The computed floating-point dot product obeys componentwise and normwise error bounds).
Verification
With and , [L1] applies and yields with , which for and reads .
The exact dot product is , and the absolute summand total is , while .
By the normwise bound of [L1] applied to the numbers of step 1.2, ; substituting gives , so , a bound of order .
Step 1.1 verifies the componentwise perturbation form and step 2.1 the normwise bound for this short vector pair: the computed dot product agrees with the exact dot product of slightly perturbed summands and lies within of .
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
6 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
- David Bindel, CS 6210: Sums, Dots, and Error in Linear Systems (standard reference, not scraped)