Mathlib Map

Theorems · Theorem · linear algebra

dotProduct_self_star_eq_zero

∀ {n : Type u_2} {R : Type u_4} [inst : Fintype n] [inst_1 : PartialOrder R] [inst_2 : NonUnitalRing R]
  [inst_3 : StarRing R] [StarOrderedRing R] [NoZeroDivisors R] {v : n → R}, v ⬝ᵥ star v = 0 ↔ v = 0

Note that this applies to via RCLike.toStarOrderedRing.

Defined in
Mathlib.LinearAlgebra.Matrix.DotProduct
Cited by
1 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypePartialOrderNonUnitalRingStarRingStarOrderedRingNoZeroDivisors

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.