Theorems · Theorem · group theory
Matrix.cons_eq_zero_iff
∀ {α : Type u_1} {n : ℕ} [inst : Zero α] {v : Fin n → α} {x : α}, Matrix.vecCons x v = 0 ↔ x = 0 ∧ v = 0- Defined in
- Mathlib.Algebra.Group.Fin.Tuple
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Quot.sound
- Assumes
- Zero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.vecTailproof · cited by 39
- Matrix.cons_zero_zeroproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- crossProduct_ne_zero_iff_linearIndependentproof · cited by 1
- Matrix.cons_nonzero_iffproof · cited by 0