Physlib

Physlib.Particles.FlavorPhysics.CKMMatrix.Basic

60 declarations

definition

Phase shift matrix for a,b,ca, b, c

#phaseShiftMatrix

Given three real numbers a,b,cRa, b, c \in \mathbb{R}, the phase shift matrix is the 3×33 \times 3 complex diagonal matrix defined by diag(eia,eib,eic)=(eia000eib000eic) \text{diag}(e^{ia}, e^{ib}, e^{ic}) = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} where ii denotes the imaginary unit.

theorem

phaseShiftMatrix(0,0,0)=1\text{phaseShiftMatrix}(0, 0, 0) = 1

#phaseShiftMatrix_one

The phase shift matrix evaluated with zero phases a=0,b=0,c=0a = 0, b = 0, c = 0 is the identity matrix: phaseShiftMatrix(0,0,0)=1 \text{phaseShiftMatrix}(0, 0, 0) = 1

theorem

(P(a,b,c))H=P(a,b,c)(P(a, b, c))^H = P(-a, -b, -c)

#phaseShiftMatrix_star

For any real numbers a,ba, b, and cc, the conjugate transpose (denoted by HH) of the phase shift matrix diag(eia,eib,eic)=(eia000eib000eic) \text{diag}(e^{ia}, e^{ib}, e^{ic}) = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} is equal to the phase shift matrix with negated phases, diag(eia,eib,eic)\text{diag}(e^{-ia}, e^{-ib}, e^{-ic}).

theorem

Multiplication of Phase Shift Matrices corresponds to Addition of Phases

#phaseShiftMatrix_mul

For any real numbers a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R}, the product of two phase shift matrices is equal to the phase shift matrix whose phases are the sums of the corresponding phases: phaseShiftMatrix(a,b,c)phaseShiftMatrix(d,e,f)=phaseShiftMatrix(a+d,b+e,c+f)\text{phaseShiftMatrix}(a, b, c) \cdot \text{phaseShiftMatrix}(d, e, f) = \text{phaseShiftMatrix}(a + d, b + e, c + f) where phaseShiftMatrix(x,y,z)\text{phaseShiftMatrix}(x, y, z) is the 3×33 \times 3 complex diagonal matrix diag(eix,eiy,eiz)\text{diag}(e^{ix}, e^{iy}, e^{iz}).

definition

Phase shift unitary matrix for a,b,ca, b, c

#phaseShift

For three real numbers a,b,cRa, b, c \in \mathbb{R}, this definition constructs a 3×33 \times 3 complex unitary matrix in U(3)U(3) given by the diagonal matrix diag(eia,eib,eic)=(eia000eib000eic) \text{diag}(e^{ia}, e^{ib}, e^{ic}) = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} where ii is the imaginary unit.

theorem

The matrix representation of `phaseShift` is `phaseShiftMatrix`

#phaseShift_coe_matrix

For any real numbers a,b,cRa, b, c \in \mathbb{R}, the underlying matrix of the unitary phase-shift element phaseShift(a,b,c)\text{phaseShift}(a, b, c) is the phase-shift matrix phaseShiftMatrix(a,b,c)\text{phaseShiftMatrix}(a, b, c). That is, phaseShift(a,b,c)=phaseShiftMatrix(a,b,c)=(eia000eib000eic) \text{phaseShift}(a, b, c) = \text{phaseShiftMatrix}(a, b, c) = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} where the equality represents the coercion of the element from the unitary group U(3)U(3) to its 3×33 \times 3 complex matrix representation.

definition

Phase shift relation between unitary matrices UU and VV

#PhaseShiftRelation

Two 3×33 \times 3 complex unitary matrices U,VU(3)U, V \in U(3) satisfy the phase shift relation if there exist real numbers a,b,c,e,f,gRa, b, c, e, f, g \in \mathbb{R} such that U=(eia000eib000eic)V(eie000eif000eig) U = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} V \begin{pmatrix} e^{ie} & 0 & 0 \\ 0 & e^{if} & 0 \\ 0 & 0 & e^{ig} \end{pmatrix} In the context of the Cabibbo-Kobayashi-Maskawa (CKM) matrix, this relation defines the equivalence of matrices that are related by the rephasing of up-type and down-type quark fields.

theorem

The Phase Shift Relation is Reflexive

#phaseShiftRelation_refl

For any 3×33 \times 3 complex unitary matrix UU(3)U \in U(3), UU satisfies the phase shift relation with itself. This means there exist real numbers a,b,c,e,f,gRa, b, c, e, f, g \in \mathbb{R} such that U=(eia000eib000eic)U(eie000eif000eig) U = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} U \begin{pmatrix} e^{ie} & 0 & 0 \\ 0 & e^{if} & 0 \\ 0 & 0 & e^{ig} \end{pmatrix} In the context of the CKM matrix, this expresses the reflexivity of the equivalence relation defined by the rephasing of quark fields.

theorem

The Phase Shift Relation is Symmetric

#phaseShiftRelation_symm

For any 3×33 \times 3 complex unitary matrices U,VU(3)U, V \in U(3), if UU and VV satisfy the phase shift relation, then VV and UU also satisfy the phase shift relation. This relation holds if there exist real numbers a,b,c,e,f,gRa, b, c, e, f, g \in \mathbb{R} such that U=(eia000eib000eic)V(eie000eif000eig) U = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} V \begin{pmatrix} e^{ie} & 0 & 0 \\ 0 & e^{if} & 0 \\ 0 & 0 & e^{ig} \end{pmatrix}

theorem

The Phase Shift Relation is Transitive

#phaseShiftRelation_trans

Let U,V,WU(3)U, V, W \in U(3) be 3×33 \times 3 complex unitary matrices. If UU and VV satisfy the phase shift relation, and VV and WW satisfy the phase shift relation, then UU and WW also satisfy the phase shift relation. Two matrices X,YU(3)X, Y \in U(3) are said to satisfy the phase shift relation if there exist real numbers a,b,c,e,f,gRa, b, c, e, f, g \in \mathbb{R} such that X=(eia000eib000eic)Y(eie000eif000eig) X = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} Y \begin{pmatrix} e^{ie} & 0 & 0 \\ 0 & e^{if} & 0 \\ 0 & 0 & e^{ig} \end{pmatrix} This theorem expresses the transitivity of the equivalence relation used to define the Cabibbo-Kobayashi-Maskawa (CKM) matrix through the rephasing of quark fields.

theorem

The Phase Shift Relation is an Equivalence Relation

#phaseShiftRelation_equiv

The phase shift relation on the set of 3×33 \times 3 complex unitary matrices U(3)U(3) is an equivalence relation. Two matrices U,VU(3)U, V \in U(3) satisfy this relation if there exist real numbers a,b,c,e,f,gRa, b, c, e, f, g \in \mathbb{R} such that U=(eia000eib000eic)V(eie000eif000eig) U = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} V \begin{pmatrix} e^{ie} & 0 & 0 \\ 0 & e^{if} & 0 \\ 0 & 0 & e^{ig} \end{pmatrix} This implies the relation is reflexive, symmetric, and transitive.

definition

The type of CKM matrices as 3×33 \times 3 unitary matrices (U(3)U(3))

#CKMMatrix

The type `CKMMatrix` represents the set of all 3×33 \times 3 unitary matrices with entries in the complex numbers C\mathbb{C}, corresponding to the unitary group U(3)U(3).

theorem

Extensionality of CKM matrices (U.val=V.val    U=VU.val = V.val \implies U = V)

#CKMMatrix_ext

For any two CKM matrices UU and VV, if their underlying 3×33 \times 3 unitary matrices are equal, then UU and VV are equal as CKM matrices.

definition

The udud element [V]ud[V]_{ud} of a CKM matrix VV

#ud_element

For a CKM matrix VV, the notation [V]ud[V]_{ud} refers to the entry in the first row and first column of the matrix, representing the udud element VudV_{ud}.

definition

VusV_{us} element of the CKM matrix

#us_element

For a 3×33 \times 3 CKM matrix VV, the notation [V]us[V]_{us} denotes the matrix element at row index 0 and column index 1, which represents the VusV_{us} component corresponding to the transition between the uu (up) and ss (strange) quarks.

definition

Matrix element [V]ub[V]_{ub}

#ub_element

The notation [V]ub[V]_{ub} represents the entry of a 3×33 \times 3 CKM matrix VV at row index 0 and column index 2. This corresponds to the matrix element associated with the transition between the up quark (uu) and the bottom quark (bb).

definition

The cdcd-element of a CKM matrix VV

#cd_element

For a CKM matrix VV, the notation [V]cd[V]_{cd} denotes the complex matrix element VcdV_{cd} located at row index 11 (corresponding to the charm quark cc) and column index 00 (corresponding to the down quark dd).

definition

The cscs element of a CKM matrix [V]cs[V]_{cs}

#cs_element

For a CKM matrix VV, the notation [V]cs[V]_{cs} denotes the matrix element VcsV_{cs} corresponding to the charm quark row and the strange quark column (indices (1,1)(1, 1) in a 0-indexed 3×33 \times 3 matrix).

definition

The cbcb element of the CKM matrix VV

#cb_element

The notation [V]cb[V]_{cb} denotes the element of a CKM matrix VV located at the second row and third column, representing the mixing between the charm (cc) and bottom (bb) quarks. In terms of matrix indices, this corresponds to the entry V1,2V_{1,2} (using 0-based indexing).

definition

The tdtd element of the CKM matrix [V]td[V]_{td}

#td_element

The notation [V]td[V]_{td} denotes the entry in the third row and first column of a CKM matrix VV, representing the transition amplitude between the top (tt) and down (dd) quarks.

definition

[V]ts[V]_{ts} entry of a CKM matrix

#ts_element

The notation [V]ts[V]_{ts} denotes the element of a CKM matrix VV located at the third row (index 2) and the second column (index 1), which corresponds to the coupling between the top (tt) and strange (ss) quarks.

definition

The tbtb-element of the CKM matrix [V]tb[V]_{tb}

#tb_element

The notation [V]tb[V]_{tb} denotes the element of the CKM matrix VV located at the third row and third column, which corresponds to the transition between the top (tt) and bottom (bb) quarks.

instance

Setoid of CKM matrices under phase rephasing

#CKMMatrixSetoid

The setoid structure on the type of CKM matrices (the group of 3×33 \times 3 unitary matrices U(3)U(3)) defined by the phase shift equivalence relation. Two matrices U,VU(3)U, V \in U(3) are considered equivalent, UVU \approx V, if there exist real parameters a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} such that U=(eia000eib000eic)V(eid000eie000eif) U = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} V \begin{pmatrix} e^{id} & 0 & 0 \\ 0 & e^{ie} & 0 \\ 0 & 0 & e^{if} \end{pmatrix} where ii is the imaginary unit. This relation identifies CKM matrices that differ only by the rephasing of fermion fields.

definition

Phase shift application to a CKM matrix VV

#phaseShiftApply

Given a 3×33 \times 3 unitary CKM matrix VV and six real parameters a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R}, this function returns the matrix obtained by multiplying VV on the left and right by diagonal phase matrices: diag(eia,eib,eic)Vdiag(eid,eie,eif) \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) where ii is the imaginary unit. Physically, this represents the transformation of the CKM matrix VV resulting from shifting the phases of the fermion fields.

theorem

A CKM matrix VV is equivalent to its phase-shifted transformation VphaseShiftApply(V)V \approx \text{phaseShiftApply}(V)

#equiv

For any 3×33 \times 3 unitary CKM matrix VV and any six real parameters a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R}, the matrix VV is equivalent to the phase-shifted matrix VV' defined by V=(eia000eib000eic)V(eid000eie000eif) V' = \begin{pmatrix} e^{ia} & 0 & 0 \\ 0 & e^{ib} & 0 \\ 0 & 0 & e^{ic} \end{pmatrix} V \begin{pmatrix} e^{id} & 0 & 0 \\ 0 & e^{ie} & 0 \\ 0 & 0 & e^{if} \end{pmatrix} under the rephasing equivalence relation \approx.

theorem

[V]ud=ei(a+d)[V]ud[V']_{ud} = e^{i(a + d)} [V]_{ud} for phase-shifted CKM matrices

#ud

For any 3×33 \times 3 unitary CKM matrix VV and real phase parameters a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R}, let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) Then the udud component (the entry at row 0 and column 0) of the resulting matrix satisfies: [V]ud=ei(a+d)[V]ud [V']_{ud} = e^{i(a + d)} [V]_{ud} where ii is the imaginary unit and [V]ud[V]_{ud} denotes the (0,0)(0,0) element of the matrix VV.

theorem

Vus=ei(a+e)VusV'_{us} = e^{i(a+e)} V_{us} under phase shift

#us

Let VV be a 3×33 \times 3 unitary CKM matrix and let a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be real phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The usus component (the entry at row index 0 and column index 1) of the resulting matrix satisfies: Vus=ei(a+e)Vus V'_{us} = e^{i(a+e)} V_{us} where ii is the imaginary unit.

theorem

Vub=ei(a+f)VubV'_{ub} = e^{i(a + f)} V_{ub} under phase shift

#ub

Let VV be a 3×33 \times 3 unitary CKM matrix and a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be real phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The ubub component (the entry at row index 0 and column index 2) of the resulting matrix satisfies: Vub=ei(a+f)Vub V'_{ub} = e^{i(a+f)} V_{ub} where ii is the imaginary unit.

theorem

Vcd=ei(b+d)VcdV'_{cd} = e^{i(b + d)} V_{cd} under phase shift

#cd

Let VV be a 3×33 \times 3 unitary CKM matrix and let a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The cdcd component of the resulting matrix (the entry at row index 1 and column index 0) satisfies: Vcd=ei(b+d)Vcd V'_{cd} = e^{i(b + d)} V_{cd} where ii is the imaginary unit.

theorem

Vcs=ei(b+e)VcsV'_{cs} = e^{i(b + e)} V_{cs} under phase shift

#cs

Let VV be a 3×33 \times 3 unitary CKM matrix and a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The cscs component (the entry at row index 1 and column index 1) of the resulting matrix satisfies: Vcs=ei(b+e)Vcs V'_{cs} = e^{i(b+e)} V_{cs} where ii is the imaginary unit.

theorem

Vcb=ei(b+f)VcbV'_{cb} = e^{i(b + f)} V_{cb} under phase shift

#cb

Let VV be a 3×33 \times 3 unitary CKM matrix and let a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The cbcb component of the resulting matrix (the entry at row index 1 and column index 2) satisfies: Vcb=ei(b+f)Vcb V'_{cb} = e^{i(b + f)} V_{cb} where ii is the imaginary unit.

theorem

Vtd=ei(c+d)VtdV'_{td} = e^{i(c+d)} V_{td} under phase shift

#td

Let VV be a 3×33 \times 3 unitary CKM matrix and a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The tdtd component (the entry at row index 2 and column index 0) of the resulting matrix satisfies: Vtd=ei(c+d)Vtd V'_{td} = e^{i(c+d)} V_{td} where ii is the imaginary unit.

theorem

Vts=ei(c+e)VtsV'_{ts} = e^{i(c+e)} V_{ts} under phase shift

#ts

Let VV be a 3×33 \times 3 unitary CKM matrix and let a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be real phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The tsts component (the entry at row index 2 and column index 1) of the resulting matrix satisfies: Vts=ei(c+e)Vts V'_{ts} = e^{i(c+e)} V_{ts} where ii is the imaginary unit.

theorem

Vtb=ei(c+f)VtbV'_{tb} = e^{i(c+f)} V_{tb} under phase shift

#tb

Let VV be a 3×33 \times 3 unitary CKM matrix and let a,b,c,d,e,fRa, b, c, d, e, f \in \mathbb{R} be real phase parameters. Let VV' be the matrix obtained by applying the phase shift transformation: V=diag(eia,eib,eic)Vdiag(eid,eie,eif) V' = \text{diag}(e^{ia}, e^{ib}, e^{ic}) \cdot V \cdot \text{diag}(e^{id}, e^{ie}, e^{if}) The tbtb component (the entry at row index 2 and column index 2) of the resulting matrix satisfies: Vtb=ei(c+f)Vtb V'_{tb} = e^{i(c+f)} V_{tb} where ii is the imaginary unit.

definition

Absolute value Vij|V_{ij}| of a unitary matrix element

#VAbs'

For a 3×33 \times 3 unitary complex matrix VV and indices i,j{0,1,2}i, j \in \{0, 1, 2\}, this function returns the absolute value Vij|V_{ij}| of the matrix element at row ii and column jj.

theorem

VU    Vij=UijV \approx U \implies |V_{ij}| = |U_{ij}|

#VAbs'_equiv

Let VV and UU be two CKM matrices (represented as 3×33 \times 3 unitary matrices). If VV and UU are equivalent under phase shifts (VUV \approx U), then the absolute values of their matrix elements are equal. That is, for any indices i,j{0,1,2}i, j \in \{0, 1, 2\}: Vij=Uij |V_{ij}| = |U_{ij}| where VijV_{ij} and UijU_{ij} denote the entries of the matrices VV and UU respectively.

definition

Absolute value Vij|V_{ij}| of a CKM matrix equivalence class

#VAbs

Given indices i,j{0,1,2}i, j \in \{0, 1, 2\}, this function maps an equivalence class of CKM matrices V\llbracket V \rrbracket (under the phase-rephasing equivalence relation) to the absolute value Vij|V_{ij}| of the matrix element at row ii and column jj for any representative matrix VVV \in \llbracket V \rrbracket. This value is well-defined on the quotient space because the absolute values of the matrix entries are invariant under row and column phase shifts.

abbrev

Absolute value Vud|V_{ud}| of a CKM matrix equivalence class

#VudAbs

Given an equivalence class [V][V] of CKM matrices (the quotient of 3×33 \times 3 unitary matrices under phase-rephasing), this function returns the absolute value of the matrix element corresponding to the transition between the up quark and the down quark, denoted Vud|V_{ud}|. Mathematically, for any representative matrix V[V]V \in [V], it returns V0,0|V_{0,0}|.

abbrev

Absolute value Vus|V_{us}| of a CKM matrix equivalence class

#VusAbs

For an equivalence class of CKM matrices V\llbracket V \rrbracket under phase-rephasing, this function returns the absolute value of the matrix element Vus|V_{us}|, corresponding to the entry in the first row (up quark, uu) and the second column (strange quark, ss). This is defined by applying the absolute value function VAbsV_{Abs} to the indices i=0i=0 and j=1j=1.

abbrev

Absolute value of the CKM matrix element Vub|V_{ub}|

#VubAbs

For an equivalence class of CKM matrices V\llbracket V \rrbracket in the quotient space of 3×33 \times 3 unitary matrices under phase-rephasing, this definition corresponds to the absolute value of the matrix element Vub|V_{ub}|. It is defined as the absolute value of the entry in the first row (i=0i=0, representing the uu quark) and third column (j=2j=2, representing the bb quark) of any representative matrix VV belonging to the equivalence class.

abbrev

Absolute value of the CKM element Vcd|V_{cd}|

#VcdAbs

Given an equivalence class of CKM matrices [V][V] (under the phase-rephasing equivalence relation), this function returns the absolute value of the matrix element corresponding to the charm (cc) and down (dd) quarks, denoted as Vcd|V_{cd}|. This value is independent of the choice of representative V[V]V \in [V].

abbrev

Absolute value Vcs|V_{cs}| of a CKM matrix equivalence class

#VcsAbs

Given an equivalence class of CKM matrices V\llbracket V \rrbracket under the phase-rephasing equivalence relation, this function returns the absolute value Vcs|V_{cs}| of the matrix element corresponding to the charm (cc) and strange (ss) quarks, which resides at row index 1 and column index 1.

abbrev

Magnitude of the CKM element Vcb|V_{cb}|

#VcbAbs

Given an equivalence class of CKM matrices V\llbracket V \rrbracket under the phase-rephasing relation, this function returns the magnitude (absolute value) Vcb|V_{cb}| of the matrix element corresponding to the charm quark (cc) and the bottom quark (bb). This is defined as the absolute value of the entry in the second row (i=1i=1) and third column (j=2j=2) of any representative unitary matrix VVV \in \llbracket V \rrbracket.

abbrev

Absolute value Vtd|V_{td}| of a CKM matrix equivalence class

#VtdAbs

This function returns the absolute value Vtd|V_{td}| of the entry in the third row (corresponding to the top quark) and first column (corresponding to the down quark) of a representative matrix VV from an equivalence class of CKM matrices under the phase-rephasing equivalence relation.

abbrev

Absolute value of the CKM element Vts|V_{ts}|

#VtsAbs

For an equivalence class of CKM matrices [V][V] under the phase-rephasing equivalence relation, this function returns the absolute value of the matrix element corresponding to the top quark tt and the strange quark ss, denoted as Vts|V_{ts}|. This value is independent of the choice of representative VV because phase shifts do not affect the magnitude of matrix entries.

abbrev

Absolute value Vtb|V_{tb}| of a CKM matrix equivalence class

#VtbAbs

For an equivalence class of CKM matrices V\llbracket V \rrbracket under the phase-rephasing relation, this function returns the absolute value of the tbtb matrix element, Vtb|V_{tb}|. This corresponds to the entry in the third row (i=2i=2) and third column (j=2j=2) of any representative 3×33 \times 3 unitary matrix VVV \in \llbracket V \rrbracket.

definition

Ratio of CKM elements VubVud\frac{V_{ub}}{V_{ud}}

#Rubud

For a CKM matrix VV, this definition represents the complex-valued ratio of the matrix elements VubV_{ub} and VudV_{ud}, defined as VubVud\frac{V_{ub}}{V_{ud}}.

definition

Ratio of CKM matrix elements [V]ubud=VubVud[V]ub|ud = \frac{V_{ub}}{V_{ud}}

#ub_ud_ratio

For a CKM matrix VV, the notation [V]ubud[V]ub|ud represents the ratio of the ubub element to the udud element, which is the complex value VubVud\frac{V_{ub}}{V_{ud}}.

definition

Ratio of CKM matrix elements Vus/VudV_{us} / V_{ud}

#Rusud

For a given CKM matrix VV, this function calculates the ratio of the matrix element VusV_{us} to the matrix element VudV_{ud}, expressed as the complex number Vus/VudV_{us} / V_{ud}.

definition

Ratio of VusV_{us} and VudV_{ud} elements of a CKM matrix VV

#us_ud_ratio

The notation [V]usud[V]_{us|ud} represents the ratio of the matrix elements VusV_{us} and VudV_{ud} of a CKM matrix VV, given by the expression Vus/VudV_{us} / V_{ud}.

definition

Ratio of CKM elements Vud/VusV_{ud}/V_{us}

#Rudus

Given a CKM matrix VV, this function calculates the complex-valued ratio of the matrix element VudV_{ud} to the matrix element VusV_{us}, represented as VudVus\frac{V_{ud}}{V_{us}}. These elements correspond to the transitions between the up quark and the down and strange quarks, respectively.

definition

Ratio of CKM matrix elements [V]udus=Vud/Vus[V]_{ud|us} = V_{ud} / V_{us}

#ud_us_ratio

For a CKM matrix VV, the notation [V]udus[V]_{ud|us} represents the ratio of the matrix element VudV_{ud} to the matrix element VusV_{us}, where VudV_{ud} and VusV_{us} correspond to the up-down and up-strange quark mixing entries respectively.

definition

Ratio of CKM matrix elements Vub/VusV_{ub}/V_{us}

#Rubus

For a CKM matrix VV, this function computes the ratio of the matrix element VubV_{ub} to the matrix element VusV_{us}, returning the result as a complex number C\mathbb{C}.

definition

Ratio of CKM matrix elements Vub/VusV_{ub}/V_{us}

#ub_us_ratio

For a CKM matrix VV, the notation [V]ubus[V]ub|us represents the ratio of the matrix element VubV_{ub} to the matrix element VusV_{us}.

definition

Ratio of CKM matrix elements VcdV_{cd} and VcbV_{cb}

#Rcdcb

For a given CKM matrix VV (a 3×33 \times 3 unitary matrix), this function calculates the ratio of the matrix element VcdV_{cd} to the matrix element VcbV_{cb}, where cc denotes the charm quark row, and dd and bb denote the down and bottom quark columns, respectively. The result is a complex number C\mathbb{C} given by VcdVcb\frac{V_{cd}}{V_{cb}}.

definition

Ratio of CKM matrix elements VcdV_{cd} and VcbV_{cb}

#cd_cb_ratio

For a given CKM matrix VV, the notation [V]cdcb[V]_{cd|cb} represents the ratio of the matrix element VcdV_{cd} to the matrix element VcbV_{cb}, where cc denotes the charm quark row and d,bd, b denote the down and bottom quark columns, respectively.

theorem

Vcd=VcdVcbVcbV_{cd} = \frac{V_{cd}}{V_{cb}} \cdot V_{cb} for CKM matrices

#Rcdcb_mul_cb

For any CKM matrix VV (a 3×33 \times 3 unitary matrix), if the matrix element VcbV_{cb} (representing the charm-bottom quark transition) is non-zero, then the matrix element VcdV_{cd} (representing the charm-down quark transition) is equal to the product of the ratio VcdVcb\frac{V_{cd}}{V_{cb}} and the element VcbV_{cb}, i.e., Vcd=VcdVcbVcbV_{cd} = \frac{V_{cd}}{V_{cb}} \cdot V_{cb}.

definition

Ratio of CKM matrix elements Vcs/VcbV_{cs}/V_{cb}

#Rcscb

For a CKM matrix VV, this function returns the ratio Vcs/VcbV_{cs} / V_{cb}, where VcsV_{cs} and VcbV_{cb} are the complex matrix elements corresponding to the charm-strange and charm-bottom quark transitions, respectively.

definition

Ratio of CKM matrix elements Vcs/VcbV_{cs}/V_{cb}

#cs_cb_ratio

For a CKM matrix VV, the notation [V]cscb[V]_{cs|cb} represents the ratio of the matrix element VcsV_{cs} to the matrix element VcbV_{cb}, where VcsV_{cs} and VcbV_{cb} are the elements corresponding to the charm-strange and charm-bottom quark transitions respectively.

theorem

Vcs=Rcs/cbVcbV_{cs} = R_{cs/cb} \cdot V_{cb} for Vcb0V_{cb} \neq 0

#Rcscb_mul_cb

Let VV be a CKM matrix. If the matrix element VcbV_{cb} is non-zero, then the element VcsV_{cs} is equal to the product of the ratio Rcs/cbR_{cs/cb} and VcbV_{cb}, where Rcs/cbR_{cs/cb} is defined as the ratio of the charm-strange element to the charm-bottom element (Vcs/VcbV_{cs} / V_{cb}).