Datasets:

ArXiv:
License:
File size: 6,790 Bytes
5f0ca78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{"name":"SMRHN.PlusU1.chargeToAF","declaration":"/-- An element of `charges` which satisfies the linear, quadratic and cubic ACCs\ngives us a element of `Sols`. -/\ndef SMRHN.PlusU1.chargeToAF {n : ℕ} (S : ACCSystemCharges.Charges (SMRHN.PlusU1 n).toACCSystemCharges) (hGrav : SMνACCs.accGrav S = 0) (hSU2 : SMνACCs.accSU2 S = 0) (hSU3 : SMνACCs.accSU3 S = 0) (hYY : SMνACCs.accYY S = 0) (hQ : SMνACCs.accQuad S = 0) (hc : SMνACCs.accCube S = 0) : ACCSystem.Sols (SMRHN.PlusU1 n)"}
{"name":"SMRHN.PlusU1.chargeToQuad","declaration":"/-- An element of `charges` which satisfies the linear and quadratic ACCs\ngives us a element of `QuadSols`. -/\ndef SMRHN.PlusU1.chargeToQuad {n : ℕ} (S : ACCSystemCharges.Charges (SMRHN.PlusU1 n).toACCSystemCharges) (hGrav : SMνACCs.accGrav S = 0) (hSU2 : SMνACCs.accSU2 S = 0) (hSU3 : SMνACCs.accSU3 S = 0) (hYY : SMνACCs.accYY S = 0) (hQ : SMνACCs.accQuad S = 0) : ACCSystemQuad.QuadSols (SMRHN.PlusU1 n).toACCSystemQuad"}
{"name":"SMRHN.PlusU1_numberQuadratic","declaration":"theorem SMRHN.PlusU1_numberQuadratic (n : ℕ) : (SMRHN.PlusU1 n).numberQuadratic = 1"}
{"name":"SMRHN.PlusU1_cubicACC_toFun","declaration":"theorem SMRHN.PlusU1_cubicACC_toFun (n : ℕ) (S : ACCSystemCharges.Charges (SMνCharges n)) : (SMRHN.PlusU1 n).cubicACC.toFun S =\n  Finset.sum Finset.univ fun i =>\n    6 * (S (finProdFinEquiv (0, i)) * S (finProdFinEquiv (0, i)) * S (finProdFinEquiv (0, i))) +\n              3 * (S (finProdFinEquiv (1, i)) * S (finProdFinEquiv (1, i)) * S (finProdFinEquiv (1, i))) +\n            3 * (S (finProdFinEquiv (2, i)) * S (finProdFinEquiv (2, i)) * S (finProdFinEquiv (2, i))) +\n          2 * (S (finProdFinEquiv (3, i)) * S (finProdFinEquiv (3, i)) * S (finProdFinEquiv (3, i))) +\n        S (finProdFinEquiv (4, i)) * S (finProdFinEquiv (4, i)) * S (finProdFinEquiv (4, i)) +\n      S (finProdFinEquiv (5, i)) * S (finProdFinEquiv (5, i)) * S (finProdFinEquiv (5, i))"}
{"name":"SMRHN.PlusU1_linearACCs","declaration":"theorem SMRHN.PlusU1_linearACCs (n : ℕ) (i : Fin 4) : (SMRHN.PlusU1 n).linearACCs i =\n  match i with\n  | 0 =>\n    {\n      toAddHom :=\n        {\n          toFun := fun S =>\n            Finset.sum Finset.univ fun i =>\n              6 * S (finProdFinEquiv (0, i)) + 3 * S (finProdFinEquiv (1, i)) + 3 * S (finProdFinEquiv (2, i)) +\n                    2 * S (finProdFinEquiv (3, i)) +\n                  S (finProdFinEquiv (4, i)) +\n                S (finProdFinEquiv (5, i)),\n          map_add' := ⋯ },\n      map_smul' := ⋯ }\n  | 1 =>\n    {\n      toAddHom :=\n        { toFun := fun S => Finset.sum Finset.univ fun i => 3 * S (finProdFinEquiv (0, i)) + S (finProdFinEquiv (3, i)),\n          map_add' := ⋯ },\n      map_smul' := ⋯ }\n  | 2 =>\n    {\n      toAddHom :=\n        {\n          toFun := fun S =>\n            Finset.sum Finset.univ fun i =>\n              2 * S (finProdFinEquiv (0, i)) + S (finProdFinEquiv (1, i)) + S (finProdFinEquiv (2, i)),\n          map_add' := ⋯ },\n      map_smul' := ⋯ }\n  | 3 =>\n    {\n      toAddHom :=\n        {\n          toFun := fun S =>\n            Finset.sum Finset.univ fun i =>\n              S (finProdFinEquiv (0, i)) + 8 * S (finProdFinEquiv (1, i)) + 2 * S (finProdFinEquiv (2, i)) +\n                  3 * S (finProdFinEquiv (3, i)) +\n                6 * S (finProdFinEquiv (4, i)),\n          map_add' := ⋯ },\n      map_smul' := ⋯ }"}
{"name":"SMRHN.PlusU1.gravSol","declaration":"theorem SMRHN.PlusU1.gravSol {n : ℕ} (S : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear) : SMνACCs.accGrav S.val = 0"}
{"name":"SMRHN.PlusU1.perm","declaration":"/-- The permutations acting on the ACC system corresponding to the SM with RHN. -/\ndef SMRHN.PlusU1.perm (n : ℕ) : ACCSystemGroupAction (SMRHN.PlusU1 n)"}
{"name":"SMRHN.PlusU1.quadToAF","declaration":"/-- An element of `QuadSols` which satisfies the quadratic ACCs\ngives us a element of `Sols`. -/\ndef SMRHN.PlusU1.quadToAF {n : ℕ} (S : ACCSystemQuad.QuadSols (SMRHN.PlusU1 n).toACCSystemQuad) (hc : SMνACCs.accCube S.val = 0) : ACCSystem.Sols (SMRHN.PlusU1 n)"}
{"name":"SMRHN.PlusU1.YYsol","declaration":"theorem SMRHN.PlusU1.YYsol {n : ℕ} (S : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear) : SMνACCs.accYY S.val = 0"}
{"name":"SMRHN.PlusU1_quadraticACCs","declaration":"theorem SMRHN.PlusU1_quadraticACCs (n : ℕ) (i : Fin 1) : (SMRHN.PlusU1 n).quadraticACCs i =\n  match i with\n  | 0 => BiLinearSymm.toHomogeneousQuad SMνACCs.quadBiLin"}
{"name":"SMRHN.PlusU1.linearToAF","declaration":"/-- An element of `LinSols` which satisfies the quadratic and cubic ACCs\ngives us a element of `Sols`. -/\ndef SMRHN.PlusU1.linearToAF {n : ℕ} (S : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear) (hQ : SMνACCs.accQuad S.val = 0) (hc : SMνACCs.accCube S.val = 0) : ACCSystem.Sols (SMRHN.PlusU1 n)"}
{"name":"SMRHN.PlusU1.cubeSol","declaration":"theorem SMRHN.PlusU1.cubeSol {n : ℕ} (S : ACCSystem.Sols (SMRHN.PlusU1 n)) : SMνACCs.accCube S.val = 0"}
{"name":"SMRHN.PlusU1.SU2Sol","declaration":"theorem SMRHN.PlusU1.SU2Sol {n : ℕ} (S : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear) : SMνACCs.accSU2 S.val = 0"}
{"name":"SMRHN.PlusU1.linearToQuad","declaration":"/-- An element of `LinSols` which satisfies the quadratic ACCs\ngives us a element of `AnomalyFreeQuad`. -/\ndef SMRHN.PlusU1.linearToQuad {n : ℕ} (S : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear) (hQ : SMνACCs.accQuad S.val = 0) : ACCSystemQuad.QuadSols (SMRHN.PlusU1 n).toACCSystemQuad"}
{"name":"SMRHN.PlusU1.chargeToLinear","declaration":"/-- An element of `charges` which satisfies the linear ACCs\ngives us a element of `LinSols`. -/\ndef SMRHN.PlusU1.chargeToLinear {n : ℕ} (S : ACCSystemCharges.Charges (SMRHN.PlusU1 n).toACCSystemCharges) (hGrav : SMνACCs.accGrav S = 0) (hSU2 : SMνACCs.accSU2 S = 0) (hSU3 : SMνACCs.accSU3 S = 0) (hYY : SMνACCs.accYY S = 0) : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear"}
{"name":"SMRHN.PlusU1_numberCharges","declaration":"theorem SMRHN.PlusU1_numberCharges (n : ℕ) : (SMRHN.PlusU1 n).numberCharges = 6 * n"}
{"name":"SMRHN.PlusU1_numberLinear","declaration":"theorem SMRHN.PlusU1_numberLinear (n : ℕ) : (SMRHN.PlusU1 n).numberLinear = 4"}
{"name":"SMRHN.PlusU1","declaration":"/-- The ACC system for the SM plus RHN with an additional U1. -/\ndef SMRHN.PlusU1 (n : ℕ) : ACCSystem"}
{"name":"SMRHN.PlusU1.SU3Sol","declaration":"theorem SMRHN.PlusU1.SU3Sol {n : ℕ} (S : ACCSystemLinear.LinSols (SMRHN.PlusU1 n).toACCSystemLinear) : SMνACCs.accSU3 S.val = 0"}
{"name":"SMRHN.PlusU1.quadSol","declaration":"theorem SMRHN.PlusU1.quadSol {n : ℕ} (S : ACCSystemQuad.QuadSols (SMRHN.PlusU1 n).toACCSystemQuad) : SMνACCs.accQuad S.val = 0"}