theorem
proved
term proof
zero_mem_Radical
show as:
view Lean formalization →
formal statement (Lean)
37@[simp] theorem zero_mem_Radical {n : ℕ} (α : Vec n) :
38 (fun _ => 0 : Vec n) ∈ Radical α := by
proof body
Term-mode proof.
39 unfold Radical dot
40 simp
41