theorem
proved
term proof
vacuum_unique_minimum
show as:
view Lean formalization →
formal statement (Lean)
49theorem vacuum_unique_minimum :
50 ∃! (_x : Unit), True := by
proof body
Term-mode proof.
51 use ()
52 simp
53
54/-- Vacuum-stability schema implies the structural no-decay marker. -/