theorem
proved
wrapper
phiLatticePoint_zero
show as:
view Lean formalization →
formal statement (Lean)
128@[simp] theorem phiLatticePoint_zero : phiLatticePoint 0 = 0 := by
proof body
One-line wrapper that applies unfold.
129 unfold phiLatticePoint; simp
130