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.
Determinant criterion: if the matrix is invertible then both and are linearly independent
Statement
Let be a field, let be an -vector space, and let be a bilinear form. If the matrix
is invertible, then both lists and are linearly independent.
Facts & Assumptions
Given: the vectors and the matrix above.
Square matrices form a ring, so matrix multiplication is associative and has identity ( is a ring under entrywise addition and matrix multiplication, including the zero ring ). An invertible matrix has a two-sided inverse with (Invertible matrices and the general linear group ).
The form is linear in each variable separately (Bilinear forms, and symmetric, skew-symmetric, and alternating bilinear forms).
Proof
Suppose . Pairing with each and using [F2] gives for every , which is the matrix equation .
Since is invertible, multiply on the right by and use [F1] to obtain . So , and the vectors are linearly independent.
If , pairing with each and using linearity in the second variable gives . Multiplying on the left by and using [F1] gives . Thus are linearly independent as well.
Remarks
- This is the matrix version of the diagonal and triangular criteria: there the matrix is visibly diagonal or triangular, while here only invertibility is assumed.
Depends on
- Diagonal criterion: if $\langle v_i,w_i\rangle\ne0$ and $\langle v_i,w_j\rangle=0$ for $i\ne j$, then $v_1,\dots,v_m$ are linearly independent
- Rectangular matrix multiplication and the identity matrix $I_n$, including zero-sized shapes
- Invertible matrices and the general linear group $\operatorname{GL}_n(F)$
- $M_n(F)$ is a ring under entrywise addition and matrix multiplication, including the zero ring $M_0(F)$
- Invertible matrix theorem: invertibility, full pivot rank, RREF $I$, trivial nullspace and unique solvability are equivalent
- Linear independence: a finite list $v : n \to V$ is independent when $\sum_{i<n} \lambda_i v_i = 0_V$ forces every $\lambda_i = 0_F$, and a subset $S \subseteq V$ is independent when every injective finite list into $S$ is independent
- Bilinear forms, and symmetric, skew-symmetric, and alternating bilinear forms
Used by
Nothing in the library uses this result yet.
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
- L. Babai and P. Frankl, Linear Algebra Methods in Combinatorics, §2.1.4 (standard reference, not scraped)