pith. machine review for the scientific record. sign in
theorem proved term proof

vacuum_unique_minimum

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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. -/