Theorems · Theorem · linear algebra
Matrix.toLin_apply_eq_zero_iff
∀ {m : Type u_3} {n : Type u_4} [inst : Fintype n] [inst_1 : DecidableEq n] {R : Type u_7} {M₁ : Type u_8}
{M₂ : Type u_9} [inst_2 : Finite m] [inst_3 : CommRing R] [inst_4 : AddCommGroup M₁] [inst_5 : AddCommGroup M₂]
[inst_6 : Module R M₁] [inst_7 : Module R M₂] {v₁ : Module.Basis n R M₁} {v₂ : Module.Basis m R M₂} {A : Matrix m n R}
{x : M₁}, ((Matrix.toLin v₁ v₂) A) x = 0 ↔ ∀ (j : m), A.mulVec (⇑(v₁.repr x)) j = 0- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Finsuppstatement · cited by 5,255
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- Finitestatement and proof · cited by 3,029
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.maxGenEigenspace_toLin_diagonal_eq_eigenspaceproof · cited by 1