pith. machine review for the scientific record. sign in
structure definition def or abbrev

HiggsPotentialCert

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)

  62structure HiggsPotentialCert where
  63  vacuum_zero : higgsPotential 1 = 0
  64  symmetric : ∀ {r : ℝ}, 0 < r → higgsPotential r = higgsPotential r⁻¹
  65  nonneg : ∀ {r : ℝ}, 0 < r → 0 ≤ higgsPotential r
  66  unique_min : ∀ {r : ℝ}, 0 < r → (higgsPotential r = 0 ↔ r = 1)
  67
  68/-- Higgs potential from recognition vacuum certificate. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.