Note this file takes a long time to compile.
Charges which are not pheno-constrained and do not regenerate dangerous couplings with Yukawas #
In this module we give a multiset of ℤ
-valued charges which have values allowed
by a CodimensionOneConfig
, I
, which permit a top Yukawa coupling,
are not phenomenologically constrained, and do not regenerate dangerous couplings
with one insertion of a Yuakawa coupling.
Key results #
viableCharges
contains all charges, for a givenCodimensionOneConfig
,I
, which permit a top Yukawa coupling, are not phenomenologically constrained, and do not regenerate dangerous couplings with one insertion of a Yukawa coupling.- The lemma
mem_viableCharges_iff
expresses membership ofviableCharges I
, i.e. that it contains all charges which permit a top Yukawa coupling, are not phenomenologically constrained, and do not regenerate dangerous couplings. - The lemma
mem_viableCharges_iff
follows directly fromcompleteness_of_isPhenoClosedQ5_isPhenoClosedQ10
and a number of conditions onviableCharges
which can be proved using thedecide
tactic. viableCharges
itself is constructed viaviableCompletions
which contains all completions of charges which minimally allow the top Yukawa, which are not phenomenologically constrained, and do not regenerate dangerous couplings.
Implementation details #
- Note that this file is slow to run, any improvements to the speed of this file will be very welcome. In particular working out a way to restrict by anomaly cancellation.
Viable completions #
The multisets of viable charges. #
The charges in addition to viableCompletions
which which permit a top Yukawa coupling,
are not phenomenologically constrained,
and do not regenerate dangerous couplings with one insertion of a Yukawa coupling.
These can be found with e.g.
#eval (viableChargesMultiset same.allowedBarFiveCharges same.allowedTenCharges).toFinset
(completeMinSubset same.allowedBarFiveCharges
same.allowedTenCharges).toFinset
Equations
- One or more equations did not get rendered due to their size.
Instances For
All charges, for a given CodimensionOneConfig
, I
,
which permit a top Yukawa coupling, are not phenomenologically constrained,
and do not regenerate dangerous couplings with one insertion of a Yukawa coupling.
These trees can be found with e.g.
#eval viableChargesExt nextToNearestNeighbor
.
Equations
Instances For
Basic properties #
Closed under inserting charges #
We now show that adding a Q5 or a Q10 charge to an element of viableCharges I
leads to a
charge which is either not phenomenologically constrained, or does not regenerate dangerous
couplings, or is already in viableCharges I
.
Inserting a q5
charge into an element of viableCharges I
either
- produces another element of
viableCharges I
, or - produce a charge which is phenomenolically constrained or regenerates dangourous couplings with the Yukawas.
Inserting a q10
charge into an element of viableCharges I
either
- produces another element of
viableCharges I
, or - produce a charge which is phenomenolically constrained or regenerates dangourous couplings with the Yukawas.