lemma
proved
term proof
basisVec_ne
show as:
view Lean formalization →
formal statement (Lean)
16@[simp] lemma basisVec_ne {μ ν : Fin 4} (h : ν ≠ μ) : basisVec μ ν = 0 := by
proof body
Term-mode proof.
17 simp [basisVec, h]
18
19/-- Coordinate ray `x + t e_μ`. -/