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 characteristic polynomial of a block upper- or lower-triangular matrix is the product of the characteristic polynomials of its diagonal blocks
Statement
Let and . For either block-triangular matrix
one has , including or .
Facts & Assumptions
Given: Square diagonal blocks and a compatible off-diagonal block over .
Characteristic polynomials are determinants of minus the matrix, with the empty-block value (For , the characteristic polynomial is when , with for the unique matrix).
The determinant is the signed sum over permutations of products selecting one entry in each column and row (For , the determinant over a commutative ring by the Leibniz formula, and for a real matrix).
The polynomial ring is a commutative ring, so [L2] applies to matrices over (Polynomial convolution makes a commutative ring containing as its constant subring).
Proof
Suppose first that is block upper triangular. In a nonzero Leibniz term for , a permutation cannot send an index from the second block into the first: if it did, bijectivity would force some first-block index into the second, where the lower-left block is zero. Thus every surviving permutation preserves both index blocks.
The surviving permutation splits uniquely into one permutation of each block, and its sign and product split accordingly. The determinant sum therefore factors as .
The lower-triangular case is identical with the two block directions interchanged. If either block has size zero, its characteristic polynomial is and the identity reduces to the other block.
Hence both block-triangular forms have the claimed characteristic polynomial.
Depends on
- For $A\in M_n(F)$, the characteristic polynomial is $\chi_A(x)=\det(xI_n-A)$ when $n\geq1$, with $\chi_A(x)=1$ for the unique $0\times0$ matrix
- For $n\ge1$, the determinant over a commutative ring by the Leibniz formula, and $|\det A|$ for a real matrix
- Polynomial convolution makes $R[x]$ a commutative ring containing $R$ as its constant subring
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 64 results over 13 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
- H. Pinkham, Linear Algebra, §12.1.3 (standard reference, not scraped)