Completeness of Elems with regard to the NoExotics condition #
i. Overview #
In the module:
we define finite sets of elements of FluxesFive and FluxesTen which satisfy the
NoExotics and HasNoZero conditions.
In this module we prove that these sets are complete, in the sense that every
element of FluxesFive or FluxesTen which satisfies the NoExotics and
HasNoZero conditions is contained in them.
Our proof follows by building allowed subsets of fluxes by their cardinality, and heavily relies
on the decide tactic.
Note that the 10d fluxes are much more constrained than the 5-bar fluxes. This is because
they are constrained by 3 SM representations Q, U, and E, whereas the 5-bar fluxes
are only constrained by 2 SM representations D and L.
ii. Key results #
FluxesFive.noExotics_iff_mem_elemsNoExotics: An element ofFluxesFivesatisfiesNoExoticsandHasNoZeroif and only if it is an element ofelemsNoExotics.FluxesTen.noExotics_iff_mem_elemsNoExotics: An element ofFluxesTensatisfiesNoExoticsandHasNoZeroif and only if it is an element ofelemsNoExotics.
iii. Table of contents #
- A. All terms of
FluxesFiveobeyingNoExoticsandHasNoZero- A.1. The allowed fluxes in a
FluxesFivewhich obeysNoExoticsandHasNoZero - A.2. Sufficient condition for a set to contain allowed subsets of card
n.succbased onn - A.3. Statement of the allowed subsets of each cardinality
- A.4. Lemma that stated allowed subsets are complete
- A.5. Terms of
FluxesFiveobeyingNoExoticsandHasNoZerohave card ≤ 6 - A.6. Terms of
FluxesFiveobeyingNoExoticsandHasNoZeroare inelemsNoExotics - A.7. Terms of
FluxesFiveobeyNoExoticsandHasNoZeroif and only if inelemsNoExotics
- A.1. The allowed fluxes in a
- B. All terms of
FluxesTenobeyingNoExoticsandHasNoZero- B.1. The allowed fluxes in a
FluxesTenwhich obeysNoExoticsandHasNoZero - B.2. Sufficient condition for a set to contain allowed subsets of card
n.succbased onn - B.3. Statement of the allowed subsets of each cardinality
- B.4. Lemma that stated allowed subsets are complete
- B.5. Terms of
FluxesTenobeyingNoExoticsandHasNoZerohave card ≤ 3 - B.6. Terms of
FluxesTenobeyingNoExoticsandHasNoZeroare inelemsNoExotics - B.7. Terms of
FluxesTenobeyNoExoticsandHasNoZeroif and only if inelemsNoExotics
- B.1. The allowed fluxes in a
iv. References #
There are no known references for the material in this module.
A. All terms of FluxesFive obeying NoExotics and HasNoZero #
A.1. The allowed fluxes in a FluxesFive which obeys NoExotics and HasNoZero #
A.2. Sufficient condition for a set to contain allowed subsets of card n.succ based on n #
A.3. Statement of the allowed subsets of each cardinality #
The allowed subsets of a FluxesFive which has no exotics or zeros.
Equations
- One or more equations did not get rendered due to their size.
- FTheory.SU5.FluxesFive.noExoticsSubsets 0 = {∅}
- FTheory.SU5.FluxesFive.noExoticsSubsets 6 = {{{ M := 0, N := 1 }, { M := 0, N := 1 }, { M := 0, N := 1 }, { M := 1, N := -1 }, { M := 1, N := -1 }, { M := 1, N := -1 }}}
- FTheory.SU5.FluxesFive.noExoticsSubsets n.succ.succ.succ.succ.succ.succ.succ = ∅
Instances For
A.4. Lemma that stated allowed subsets are complete #
A.5. Terms of FluxesFive obeying NoExotics and HasNoZero have card ≤ 6 #
A.6. Terms of FluxesFive obeying NoExotics and HasNoZero are in elemsNoExotics #
A.7. Terms of FluxesFive obey NoExotics and HasNoZero if and only if in elemsNoExotics #
Completeness of elemsNoExotics, that is, every element of FluxesFive
which obeys NoExotics is an element of elemsNoExotics, and every
element of elemsNoExotics obeys NoExotics.
B. All terms of FluxesTen obeying NoExotics and HasNoZero #
B.1. The allowed fluxes in a FluxesTen which obeys NoExotics and HasNoZero #
B.2. Sufficient condition for a set to contain allowed subsets of card n.succ based on n #
B.3. Statement of the allowed subsets of each cardinality #
The allowed subsets of a FluxesTen which has no exotics or zeros.
Equations
- One or more equations did not get rendered due to their size.
- FTheory.SU5.FluxesTen.noExoticsSubsets 0 = {∅}
- FTheory.SU5.FluxesTen.noExoticsSubsets 3 = {{{ M := 1, N := -1 }, { M := 1, N := 0 }, { M := 1, N := 1 }}, {{ M := 1, N := 0 }, { M := 1, N := 0 }, { M := 1, N := 0 }}}
- FTheory.SU5.FluxesTen.noExoticsSubsets n.succ.succ.succ.succ = ∅
Instances For
B.4. Lemma that stated allowed subsets are complete #
B.5. Terms of FluxesTen obeying NoExotics and HasNoZero have card ≤ 3 #
B.6. Terms of FluxesTen obeying NoExotics and HasNoZero are in elemsNoExotics #
B.7. Terms of FluxesTen obey NoExotics and HasNoZero if and only if in elemsNoExotics #
Completeness of elemsNoExotics, that is, every element of FluxesTen
which obeys NoExotics is an element of elemsNoExotics, and every
element of elemsNoExotics obeys NoExotics.