docs: ACCs
This commit is contained in:
parent
e9ce319101
commit
d582979013
2 changed files with 15 additions and 7 deletions
|
@ -51,7 +51,7 @@ def jarlskogℂ : Quotient CKMMatrixSetoid → ℂ :=
|
|||
Quotient.lift jarlskogℂCKM jarlskogℂCKM_equiv
|
||||
|
||||
/-- An invariant for CKM mtrices corresponding to the square of the absolute values
|
||||
of the `us`, `ub` and `cb` elements multipled together divided by `(VudAbs V ^ 2 + VusAbs V ^2)` .
|
||||
of the `us`, `ub` and `cb` elements multipled together divided by `(VudAbs V ^ 2 + VusAbs V ^2)`.
|
||||
-/
|
||||
def VusVubVcdSq (V : Quotient CKMMatrixSetoid) : ℝ :=
|
||||
VusAbs V ^ 2 * VubAbs V ^ 2 * VcbAbs V ^2 / (VudAbs V ^ 2 + VusAbs V ^2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue