Completeness of viableElems #
In this module we prove that the viableElems
for a given
I : CodimensionOneConfig
is complete, in the sense that it contains all
viable Quanta
for that I
. This main result is contained within the lemma
isViable_iff_mem_viableElems
.
Comment on proof #
The proof of this result is done by first obtaining elemsAnomalyFree
which contains
the Charges
which are not
phenomenologically constrained and can be lifted to Quanta
that is anomaly free.
We then find all anomaly-free lifts of these charges to Quanta
explicitly.
For a given I :CodimensionOneConfig
the Charges
which are not
phenomenologically constrained and can be lifted to Quanta
that is anomaly free.
The Trees here can be found using e.g.
#eval FourTree.fromMultiset (filterAnomalyCancellation
.same (nonPhenoConstrainedCharges .same)).toMultiset
Equations
- One or more equations did not get rendered due to their size.