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.
Sparse Gaussian elimination can create fill-in in the factors
Example
The sparse matrix has a zero in position , but after the first elimination step that entry becomes . Thus Gaussian elimination can create nonzeros that were absent in the original matrix.
Facts & Assumptions
Given: The displayed sparse matrix .
Pivoting language records the elimination process entry by entry (Permutation matrices, partial pivoting, and the pivot-growth factor).
Verification
Use the first pivot . Eliminating the entries below it subtracts row from rows and , giving The entry in position was before elimination and is now .
The new nonzero in step 1.1 is fill-in: it appears after one elimination step even though the corresponding original entry was zero.
Steps 1.1-2.1 verify the example.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
3 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 4220: Numerical Analysis, Blocked LU and Cholesky (standard reference, not scraped)