Standard parameters for the CKM Matrix #
Given a CKM matrix V we can extract four real numbers θ₁₂, θ₁₃, θ₂₃ and δ₁₃.
These, when used in the standard parameterization return V up to equivalence.
This leads to the theorem standParam.exists_for_CKMatrix which says that up to equivalence every
CKM matrix can be written using the standard parameterization.
Given a CKM matrix V the real number corresponding to θ₁₂ in the
standard parameterization. -
Equations
- θ₁₂ V = Real.arcsin (S₁₂ V)
Instances For
Given a CKM matrix V the real number corresponding to θ₁₃ in the
standard parameterization. -
Equations
- θ₁₃ V = Real.arcsin (S₁₃ V)
Instances For
Given a CKM matrix V the real number corresponding to θ₂₃ in the
standard parameterization. -
Equations
- θ₂₃ V = Real.arcsin (S₂₃ V)
Instances For
Given a CKM matrix V the real number corresponding to the phase δ₁₃ in the
standard parameterization. -
Equations
- δ₁₃ V = (Invariant.mulExpδ₁₃ V).arg
Instances For
For a CKM matrix sin θ₁₂ is non-negative.
For a CKM matrix sin θ₁₃ is non-negative.
For a CKM matrix sin θ₂₃ is non-negative.
For a CKM matrix sin θ₁₂ is less than or equal to 1.
For a CKM matrix sin θ₁₃ is less than or equal to 1.
For a CKM matrix sin θ₂₃ is less than or equal to 1.