PhysLean Documentation

PhysLean.Particles.NeutrinoPhysics.Basic

The PMNS matrix #

The definition the PMNS matrix, which describes neutrino oscillations as part of U(3).

def diagPhase (θ : Fin 3) :
Matrix (Fin 3) (Fin 3)

diagonal phase matrix from a real-valued function on indices

Equations
Instances For
    @[simp]
    theorem diagPhase_zero :
    (diagPhase fun (x : Fin 3) => 0) = 1

    lemma stating that the diagonal phase matrix with all zeros is the identity matrix

    @[simp]
    theorem diagPhase_zero_eq :
    diagPhase 0 = diagPhase fun (x : Fin 3) => 0

    lemma stating that diagPhase with θ = 0 is equal to diagPhase with all zero phases

    @[simp]
    theorem diagPhase_star (θ : Fin 3) :

    lemma stating that the Hermitian conjugate of diagPhase diag(+iθ_i) is just diagPhase with entries diag(-iθ_i)

    @[simp]
    theorem diagPhase_mul (θ φ : Fin 3) :

    lemma stating that multiplying two phase matrices is equivalent to adding the phases

    def diagPhase_unitary (θ : Fin 3) :

    diagonal phase matrix diag(iθ_i) is part of the unitary group

    Equations
    Instances For
      @[simp]

      The underlying matrix of the phase-shift element of the unitary group is the phase-shift matrix.

      def leptonPhaseShift (a b c : ) :
      Matrix (Fin 3) (Fin 3)

      The Lepton phase shift matrix as a 3×3 complex matrix, given three reals a b c. This dictates the phase shift freedom of the charged lepton sector.

      Equations
      Instances For
        def neutrinoPhaseShift (d e f : ) :
        Matrix (Fin 3) (Fin 3)

        The neutrino phase shift matrix as a 3×3 complex matrix, given three reals d e f. This dictates the phase shift freedom of the neutrino sector (If neutrinos are Dirac).

        Equations
        Instances For
          def majoranaPhaseMatrix (α1 α2 : ) :
          Matrix (Fin 3) (Fin 3)

          If neutrinos are Majorana particles, then the neutrino phase shift matrix is physical, and cannot be absorbed into the definition of the neutrino fields.

          Equations
          Instances For

            The Dirac PMNS matrix equivalence relations

            Equations
            Instances For