The Two Higgs Doublet Model #
The two Higgs doublet model is the standard model plus an additional Higgs doublet.
i. Overview #
The two Higgs doublet model (2HDM) is an extension of the Standard Model which adds a second Higgs doublet.
References #
A. The configuration space #
The configuration space of the two Higgs doublet model. In otherwords, the underlying vector space associated with the model.
The first Higgs doublet.
The second Higgs doublet.
Instances For
theorem
TwoHiggsDoublet.ext_of_fst_snd
{H1 H2 : TwoHiggsDoublet}
(h1 : H1.Φ1 = H2.Φ1)
(h2 : H1.Φ2 = H2.Φ2)
:
B. Gauge group actions #
Equations
- TwoHiggsDoublet.instSMulGaugeGroupI = { smul := fun (g : StandardModel.GaugeGroupI) (H : TwoHiggsDoublet) => { Φ1 := g • H.Φ1, Φ2 := g • H.Φ2 } }
@[simp]
theorem
TwoHiggsDoublet.gaugeGroupI_smul_fst
(g : StandardModel.GaugeGroupI)
(H : TwoHiggsDoublet)
:
@[simp]
theorem
TwoHiggsDoublet.gaugeGroupI_smul_snd
(g : StandardModel.GaugeGroupI)
(H : TwoHiggsDoublet)
:
Equations
- TwoHiggsDoublet.instMulActionGaugeGroupI = { toSMul := TwoHiggsDoublet.instSMulGaugeGroupI, mul_smul := ⋯, one_smul := ⋯ }