The CKM Matrix #
The definition of the type of CKM matrices as unitary $3×3$-matrices.
An equivalence relation on CKM matrices is defined, where two matrices are equivalent if they are related by phase shifts.
The notation [V]ud etc can be used for the elements of a CKM matrix, and
[V]ud|us etc for the ratios of elements.
Given three real numbers a b c the complex matrix with exp (I * a) etc on the
leading diagonal.
Equations
Instances For
The phase shift matrix for zero-phases is the identity.
The conjugate transpose of the phase shift matrix is the phase-shift matrix with negated phases.
The multiple of two phase shift matrices is equal to the phase shift matrix with added phases.
Given three real numbers a b c the unitary matrix with exp (I * a) etc on the
leading diagonal.
Equations
- phaseShift a b c = ⟨phaseShiftMatrix a b c, ⋯⟩
Instances For
The underlying matrix of the phase-shift element of the unitary group is the phase-shift matrix.
The relation on unitary matrices (CKM matrices) satisfied if two unitary matrices are related by phase shifts of quarks.
Equations
- PhaseShiftRelation U V = ∃ (a : ℝ) (b : ℝ) (c : ℝ) (e : ℝ) (f : ℝ) (g : ℝ), U = phaseShift a b c * V * phaseShift e f g
Instances For
The relation PhaseShiftRelation is reflective.
The relation PhaseShiftRelation is symmetric.
The relation PhaseShiftRelation is transitive.
The relation PhaseShiftRelation is an equivalence relation.
Two CKM matrices are equal if their underlying unitary matrices are equal.
The udth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The usth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ubth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The cdth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The csth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The cbth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The tdth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The tsth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The tbth element of the CKM matrix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The setoid of CKM matrices defined by phase shifts of fermions.
Equations
- CKMMatrixSetoid = { r := PhaseShiftRelation, iseqv := phaseShiftRelation_equiv }
The matrix obtained from V by shifting the phases of the fermions.
Equations
- phaseShiftApply V a b c d e f = phaseShift a b c * V * phaseShift d e f
Instances For
A CKM matrix is equivalent to a phase-shift of itself.
The ud component of the CKM matrix obtained after applying a phase shift.
The us component of the CKM matrix obtained after applying a phase shift.
The ub component of the CKM matrix obtained after applying a phase shift.
The cd component of the CKM matrix obtained after applying a phase shift.
The cs component of the CKM matrix obtained after applying a phase shift.
The cb component of the CKM matrix obtained after applying a phase shift.
The td component of the CKM matrix obtained after applying a phase shift.
The ts component of the CKM matrix obtained after applying a phase shift.
The tb component of the CKM matrix obtained after applying a phase shift.