theorem
proved
term proof
hammingWeight_zero
show as:
view Lean formalization →
formal statement (Lean)
155@[simp] theorem hammingWeight_zero : hammingWeight (0 : F2Power D) = 0 := by
proof body
Term-mode proof.
156 unfold hammingWeight
157 simp [zero_apply]
158