PhysLean Documentation

PhysLean.Particles.StandardModel.HiggsBoson.Basic

The Higgs field #

i. Overview #

The Higgs field describes is the underlying field of the Higgs boson. It is a map from SpaceTime to a 2-dimensional complex vector space. In this module we define the Higgs field and prove some basic properties.

ii. Key results #

iii. Table of contents #

iv. References #

A. The Higgs vector space #

The target space of the Higgs field is a 2-dimensional complex vector space. In this section we will define this vector space, and the action of the global gauge group on it.

A.1. Definition of the Higgs vector space #

@[reducible, inline]

The vector space HiggsVec is defined to be the complex Euclidean space of dimension 2. For a given spacetime point a Higgs field gives a value in HiggsVec.

Equations
Instances For

    A.2. Relation to (Fin 2 → ℂ) #

    We define the continuous linear map from HiggsVec to (Fin 2 → ℂ) achieved by casting vectors, we also show that this map is smooth.

    The continuous linear map from the vector space HiggsVec to (Fin 2 → ℂ) achieved by casting vectors.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      A.3. Orthonormal basis #

      We define an orthonormal basis of HiggsVec.

      A.4. Generating Higgs vectors from real numbers #

      Given a real number a we define the Higgs vector corresponding to that real number as (√a, 0). This has the property that it's norm is equal to a.

      Generating a Higgs vector from a real number, such that the norm-squared of that Higgs vector is the given real number.

      Equations
      Instances For
        @[simp]

        A.5. Action of the gauge group on HiggsVec #

        The gauge group of the Standard Model acts on HiggsVec by matrix multiplication.

        A.5.1. Definition of the action #

        Equations
        • One or more equations did not get rendered due to their size.
        Equations
        • One or more equations did not get rendered due to their size.

        A.5.2. Unitary nature of the action #

        The action of StandardModel.GaugeGroupI on HiggsVec is unitary.

        @[simp]

        A.6. The Gauge orbit of a Higgs vector #

        We show that two Higgs vectors are in the same gauge orbit if and only if they have the same norm.

        A.6.1. The rotation matrix to ofReal #

        We define an element of GaugeGroupI which takes a given Higgs vector to the corresponding ofReal Higgs vector.

        Given a Higgs vector, a rotation matrix which puts the second component of the vector to zero, and the first component to a real

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          A.6.2. Members of orbits #

          Members of the orbit of a Higgs vector under the action of GaugeGroupI are exactly those Higgs vectors with the same norm.

          A.7. The stability group of a Higgs vector #

          We find the stability group of a Higgs vector, and the stability group of the set of all Higgs vectors.

          The items in this section are marked as informal_lemma as they are not yet formalized.

          The Higgs boson breaks electroweak symmetry down to the electromagnetic force, i.e., the stability group of the action of rep on ![0, Complex.ofReal ‖φ‖], for non-zero ‖φ‖, is the SU(3) × U(1) subgroup of gaugeGroup := SU(3) × SU(2) × U(1) with the embedding given by (g, e^{i θ}) ↦ (g, diag (e ^ {3 * i θ}, e ^ {- 3 * i θ}), e^{i θ}).

          Equations
          Instances For

            The subgroup of gaugeGroup := SU(3) × SU(2) × U(1) which preserves every HiggsVec by the action of StandardModel.HiggsVec.rep is given by SU(3) × ℤ₆ where ℤ₆ is the subgroup of SU(2) × U(1) with elements (α^(-3) * I₂, α) where α is a sixth root of unity.

            Equations
            Instances For

              B. The Higgs bundle #

              We define the Higgs bundle as the trivial vector bundle with base SpaceTime and fiber HiggsVec. The Higgs field will then be defined as smooth sections of this bundle.

              B.1. Definition of the Higgs bundle #

              We define the Higgs bundle.

              @[reducible, inline]

              The HiggsBundle is defined as the trivial vector bundle with base SpaceTime and fiber HiggsVec. Thus as a manifold it corresponds to ℝ⁴ × ℂ².

              Equations
              Instances For

                B.2. Instance of a vector bundle #

                We given the Higgs bundle an instance of a smooth vector bundle.

                C. The Higgs fields #

                Higgs fields are smooth sections of the Higgs bundle. This corresponds to smooth maps from SpaceTime to HiggsVec. We here define the type of Higgs fields and create an API around them.

                @[reducible, inline]

                The type HiggsField is defined such that elements are smooth sections of the trivial vector bundle HiggsBundle. Such elements are Higgs fields. Since HiggsField is trivial as a vector bundle, a Higgs field is equivalent to a smooth map from SpaceTime to HiggsVec.

                Equations
                Instances For

                  C.1. Relations between HiggsField and HiggsVec #

                  C.1.1. The constant Higgs field #

                  We define the constant Higgs field associated to a given Higgs vector.

                  Given a vector in HiggsVec the constant Higgs field with value equal to that section.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    @[simp]

                    For all spacetime points, the constant Higgs field defined by a Higgs vector, returns that Higgs Vector.

                    C.1.2. The map from HiggsField to SpaceTimeHiggsVec #

                    Given a HiggsField, the corresponding map from SpaceTime to HiggsVec.

                    Equations
                    Instances For

                      C.2. Smoothness properties of components #

                      We prove some smoothness properties of the components of a Higgs field.

                      C.3. The pointwise inner product #

                      The pointwise inner product on the Higgs field.

                      C.3.1. Basic equalities #

                      theorem StandardModel.HiggsField.inner_apply (φ1 φ2 : HiggsField) (x : SpaceTime) :
                      inner (SpaceTime) φ1 φ2 x = inner (φ1 x) (φ2 x)
                      theorem StandardModel.HiggsField.inner_eq_expand (φ1 φ2 : HiggsField) :
                      inner (SpaceTime) φ1 φ2 = fun (x : SpaceTime) => Complex.equivRealProdCLM.symm ((φ1 x 0).re * (φ2 x 0).re + (φ1 x 1).re * (φ2 x 1).re + (φ1 x 0).im * (φ2 x 0).im + (φ1 x 1).im * (φ2 x 1).im, (φ1 x 0).re * (φ2 x 0).im + (φ1 x 1).re * (φ2 x 1).im - (φ1 x 0).im * (φ2 x 0).re - (φ1 x 1).im * (φ2 x 1).re)
                      theorem StandardModel.HiggsField.inner_expand_conj (φ1 φ2 : HiggsField) (x : SpaceTime) :
                      inner (SpaceTime) φ1 φ2 x = (starRingEnd ((fun (x : Fin 2) => ) 0)) (φ1 x 0) * φ2 x 0 + (starRingEnd ((fun (x : Fin 2) => ) 1)) (φ1 x 1) * φ2 x 1

                      Expands the inner product on Higgs fields in terms of complex components of the Higgs fields.

                      C.3.2. Symmetry properties #

                      C.3.3. Linearity conditions #

                      theorem StandardModel.HiggsField.inner_add_left (φ1 φ2 φ3 : HiggsField) :
                      inner (SpaceTime) (φ1 + φ2) φ3 = inner (SpaceTime) φ1 φ3 + inner (SpaceTime) φ2 φ3
                      theorem StandardModel.HiggsField.inner_add_right (φ1 φ2 φ3 : HiggsField) :
                      inner (SpaceTime) φ1 (φ2 + φ3) = inner (SpaceTime) φ1 φ2 + inner (SpaceTime) φ1 φ3

                      C.3.4. Smoothness of the inner product #

                      C.4. The pointwise norm #

                      We define the pointwise norm-squared of a Higgs field.

                      Given an element φ of HiggsField, normSq φ is defined as the the function SpaceTime → ℝ obtained by taking the square norm of the pointwise Higgs vector. In other words, normSq φ x = ‖φ x‖ ^ 2.

                      The notation ‖φ‖_H^2 is used for the normSq φ.

                      Equations
                      Instances For

                        Given an element φ of HiggsField, normSq φ is defined as the the function SpaceTime → ℝ obtained by taking the square norm of the pointwise Higgs vector. In other words, normSq φ x = ‖φ x‖ ^ 2.

                        The notation ‖φ‖_H^2 is used for the normSq φ.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          C.4.1. Basic equalities #

                          theorem StandardModel.HiggsField.normSq_expand (φ : HiggsField) :
                          φ.normSq = fun (x : SpaceTime) => ((starRingEnd ((fun (x : Fin 2) => ) 0)) (φ x 0) * φ x 0 + (starRingEnd ((fun (x : Fin 2) => ) 1)) (φ x 1) * φ x 1).re

                          The expansion of the norm squared of into components.

                          C.4.2. Positivity #

                          C.4.3. On the zero section #

                          C.4.4. Smoothness of the norm-squared #

                          The norm squared of the Higgs field is a smooth function on space-time.

                          C.4.5. Norm-squared of constant Higgs fields #

                          C.5. The action of the gauge group on Higgs fields #

                          The results in this section are currently informal.

                          The action of gaugeTransformI on HiggsField acting pointwise through HiggsVec.rep.

                          Equations
                          Instances For

                            There exists a g in gaugeTransformI such that gaugeAction g φ = φ' iff φ(x)^† φ(x) = φ'(x)^† φ'(x).

                            Equations
                            Instances For

                              For every smooth map f from SpaceTime to such that f is positive semidefinite, there exists a Higgs field φ such that f = φ^† φ.

                              Equations
                              Instances For