Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 7 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

7 results

Clear filters
Project-declaredLean 4.32.0

Is Bounded š“µ nonneg

StandardModel.HiggsField.Potential.isBounded_š“µ_nonneg

Plain-language statement

Given a element P of Potential which is bounded, the quartic coefficient š“µ of P is non-negative.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Neg š“µ sol exists iff

StandardModel.HiggsField.Potential.neg_š“µ_sol_exists_iff

Plain-language statement

For an element P of Potential with l < 0 and a real c : ā„, there exists a Higgs field φ and a spacetime point x such that P.toFun φ x = c iff one of the following two conditions hold: - 0 < μ2 and c ≤ 0. That is, if l is negative and μ2 positive, then the potential takes every non-positive value. - or μ2 ≤ 0 and `c ≤ - μ2 ^ 2 / (4...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

To Fun eq zero iff

StandardModel.HiggsField.Potential.toFun_eq_zero_iff

Plain-language statement

The Higgs potential is zero iff and only if the higgs field is zero, or the higgs field has norm-squared P.μ2 / P.š“µ, assuming P.š“ = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Potential Is Stable iff forall gram Vector

TwoHiggsDoublet.potentialIsStable_iff_forall_gramVector

Project documentation

A function related to the quartic term of the potential, used in the stableness condition and equivalent to the term J4 in https://arxiv.org/abs/hep-ph/0605184. -/ noncomputable def quarticTermReduced (P : PotentialParameters) (k : EuclideanSpace ā„ (Fin 3)) : ā„ := P.Ī· (Sum.inl 0) (Sum.inl 0) + 2 * āˆ‘ b, k b * P.Ī· (Sum.inl 0) (Sum.inr b) + āˆ‘ a, āˆ‘ b, k a *...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Potential Is Stable of strong

TwoHiggsDoublet.potentialIsStable_of_strong

Project documentation

The potential is stable if it is strongly stable, i.e. its quartic term is always positive. The proof of this result relies on the compactness of the closed unit ball in EuclideanSpace ā„ (Fin 3), and the extreme value theorem.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record