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 system row reduces to a unique solution
Example
Over , the system has the unique solution .
Facts & Assumptions
Given: The displayed real linear system.
An RREF with a pivot in every variable column gives one solution and no free variables (Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables).
Row operations on the augmented matrix preserve the solution set (Elementary row operations on an augmented matrix preserve exactly the solutions of its linear system).
Verification
Its augmented matrix reduces as follows: subtract twice row from row , subtract row from row , swap rows , add three times row to row , scale row by , clear above its pivot, and then clear above the pivot in column ; the result is .
The RREF gives the unique solution. Direct substitution yields , , and .
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 13 results over 8 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- D. Margalit and J. Rabinoff, Interactive Linear Algebra, §§1.2–1.3 (standard reference, not scraped)