Theorems · Theorem · linear algebra
exists_ne_zero_dotProduct_eq_zero
∀ {m : Type u_2} {α : Type v} [inst : Fintype m] [inst_1 : CommRing α] [Nontrivial m] [Nontrivial α] (a : m → α),
∃ b, b ≠ 0 ∧ b ⬝ᵥ a = 0For any vector a in a nontrivial commutative ring with nontrivial index,
there exists a non-zero vector b such that b ⬝ᵥ a = 0. In other words,
there exists a non-zero orthogonal vector.
- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finsetproof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Finset.univproof · cited by 3,473
- Nontrivialstatement and proof · cited by 2,416
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- Finset.filterproof · cited by 949
- neg_mulproof · cited by 654
Cited by2
Results whose statement or proof uses this declaration.
- not_injective_dotProduct_leftproof · cited by 0
- not_injective_dotProduct_rightproof · cited by 0