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.
-
higgsPotentialCert
in IndisputableMonolith.Foundation.QRFT.HiggsPotentialFromRecognitionVacuum
decl_use
depends on (4)
Lean names referenced from this declaration's body.
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
higgsPotential
in IndisputableMonolith.Foundation.QRFT.HiggsPotentialFromRecognitionVacuum
decl_use
-
higgsPotential
in IndisputableMonolith.StandardModel.ElectroweakBreaking
decl_use
-
vacuum
in IndisputableMonolith.Unification.YangMillsMassGap
decl_use