Physlib

PhyslibAlpha.Particles.BeyondTheStandardModel.TwoHDM.EffectivePotential

The effective potential of the two Higgs doublet model

i. Overview

An *effective potential* of the two Higgs doublet model is a real-valued function `V : TwoHiggsDoublet → ℝ` of the field configuration. This file introduces the two physical properties of such a potential used when expressing it through the gauge-invariant bilinears:

* `IsInvariant V` — invariance under the global gauge group, and * `HasMaxMassDimLE V n` — being a polynomial in the field components of mass dimension `≤ n`.

ii. Key results

* `EffectivePotential` — the type of effective potentials. * `IsInvariant` — gauge invariance of a potential. * `HasMaxMassDimLE` — being a bounded-degree polynomial in the field components. * `HasMaxMassDimLE.exists_comp_linear_poly` — a polynomial potential, restricted along any real-linear parametrisation of configurations, is a polynomial in the parameters.

iii. Table of contents

* A. The effective potential and its gauge invariance * B. Maximum mass dimension

A. The effective potential and its gauge invariance

B. Maximum mass dimension

4 declarations

abbrev

Effective potential V:TwoHiggsDoubletRV: \text{TwoHiggsDoublet} \to \mathbb{R}

The space of effective potentials for the two-Higgs-doublet model, consisting of real-valued functions V:TwoHiggsDoubletRV: \text{TwoHiggsDoublet} \to \mathbb{R} that map a Higgs field configuration to a real number.

definition

Gauge invariance of the potential VV: V(gϕ)=V(ϕ)V(g \cdot \phi) = V(\phi)

An effective potential V:TwoHiggsDoubletRV: \text{TwoHiggsDoublet} \to \mathbb{R} is invariant under the global gauge group G=SU(3)×SU(2)×U(1)\mathcal{G} = SU(3) \times SU(2) \times U(1) if, for every gauge transformation gGg \in \mathcal{G} and every Higgs field configuration ϕTwoHiggsDoublet\phi \in \text{TwoHiggsDoublet}, the potential satisfies V(gϕ)=V(ϕ)V(g \cdot \phi) = V(\phi).

definition

Maximum mass dimension of VV is n\le n

An effective potential V:TwoHiggsDoubletRV: \text{TwoHiggsDoublet} \to \mathbb{R} has a maximum mass dimension less than or equal to nn if it can be represented as a multivariate polynomial in the real-linear components of the field configurations with a total degree of at most nn. Specifically, there exists a multivariate polynomial pp over R\mathbb{R} whose variables are elements of the dual space (TwoHiggsDoublet)(\text{TwoHiggsDoublet})^* (the space of real-linear functionals on field configurations), such that for every configuration ϕ\phi, V(ϕ)V(\phi) is the evaluation of pp at the values of these functionals at ϕ\phi, and the total degree of pp is less than or equal to nn.

theorem

A Polynomial Potential under Linear Parametrization is a Polynomial

Let V:TwoHiggsDoubletRV: \text{TwoHiggsDoublet} \to \mathbb{R} be an effective potential of the two-Higgs-doublet model with a maximum mass dimension less than or equal to nn. This means VV can be represented as a multivariate polynomial of degree at most nn in the real-linear functionals of the field configurations. For any finite index set ι\iota and any real-linear map L:RιTwoHiggsDoubletL: \mathbb{R}^\iota \to \text{TwoHiggsDoublet} (representing a linear parametrization of the field), there exists a multivariate polynomial PP over R\mathbb{R} with variables indexed by ι\iota such that for all aRιa \in \mathbb{R}^\iota, the potential evaluated at the parameterized configuration L(a)L(a) is equal to the evaluation of the polynomial PP at aa, i.e., V(L(a))=P(a)V(L(a)) = P(a).