PhyslibSearch

Physlib.QFT.QED.AnomalyCancellation.Even.BasisLinear

80 declarations

definition

Inclusion of the first n+1n+1 indices into Fin(2(n+1))\text{Fin}(2(n+1))

#evenFst

Given a system of 2(n+1)2(n+1) charges, this function defines the inclusion of the index set Fin(n+1)\text{Fin}(n+1) into the larger index set Fin(2(n+1))\text{Fin}(2(n+1)). Specifically, it maps an index j{0,,n}j \in \{0, \dots, n\} to the same value jj considered as an element of the first half of the set {0,,2n+1}\{0, \dots, 2n+1\}.

definition

Inclusion map for the second half of indices jj+n+1j \mapsto j + n + 1

#evenSnd

This function maps an index jj from the set of indices {0,1,,n}\{0, 1, \dots, n\} to the index j+(n+1)j + (n + 1) in the set of indices {0,1,,2n+1}\{0, 1, \dots, 2n + 1\}. It represents the inclusion of the second block of n+1n+1 charges into the total set of 2(n+1)2(n+1) charges.

theorem

Extensionality of functions on Fin(2(n+1))\text{Fin}(2(n+1)) via even split indices

#ext_even

Let nn be a natural number. For any two charge assignments S,T:Fin(2(n+1))QS, T : \text{Fin}(2(n+1)) \to \mathbb{Q}, if SS and TT agree on the first n+1n+1 indices (the range of `evenFst`) and on the second n+1n+1 indices (the range of `evenSnd`), then S=TS = T.

theorem

Decomposition of the sum of 2(n+1)2(n+1) charges into two halves of size n+1n+1

#sum_even

For a sequence of 2(n+1)2(n+1) rational numbers S:Fin(2(n+1))QS: \text{Fin}(2(n+1)) \to \mathbb{Q}, the total sum of its elements can be decomposed into a sum over the first and second halves of the index set: iFin(2(n+1))S(i)=jFin(n+1)(S(evenFst(j))+S(evenSnd(j)))\sum_{i \in \text{Fin}(2(n+1))} S(i) = \sum_{j \in \text{Fin}(n+1)} (S(\text{evenFst}(j)) + S(\text{evenSnd}(j))) where evenFst(j)=j\text{evenFst}(j) = j and evenSnd(j)=j+n+1\text{evenSnd}(j) = j + n + 1 represent the indices for the first and second blocks of n+1n+1 charges, respectively.

theorem

1+((n+n)+1)=2(n+1)1 + ((n + n) + 1) = 2(n + 1)

#n_cond₂

For any natural number nn, the identity 1+((n+n)+1)=2(n+1)1 + ((n + n) + 1) = 2(n + 1) holds.

definition

Index mapping jj+1j \mapsto j + 1 for the first nn charges in the shifted split

#evenShiftFst

Given a natural number nn, this function maps an index j{0,,n1}j \in \{0, \dots, n-1\} to the index j+1j + 1 in the set {0,,2n+1}\{0, \dots, 2n+1\}. This corresponds to the inclusion of the first group of nn indices within the "shifted even split" of 2(n+1)2(n+1) charges, which partitions the indices into segments of size 1,n,n,1, n, n, and 11.

definition

Second shifted even index jn+j+1j \mapsto n + j + 1

#evenShiftSnd

For any natural number nn, this function maps an index j{0,,n1}j \in \{0, \dots, n-1\} to the index n+j+1n + j + 1 in the set of 2(n+1)2(n+1) indices. It represents the inclusion of the second block of nn indices in the "shifted even split" of charges, which partitions the 2(n+1)2(n+1) total charges into groups of sizes 11, nn, nn, and 11.

definition

First index of the shifted even split of 2(n+1)2(n+1) charges

#evenShiftZero

This definition identifies the first index (index 00) in the set of indices Fin(2(n+1))\text{Fin}(2(n+1)) for 2(n+1)2(n+1) charges. It corresponds to the first element in a "shifted even split" partition, which divides the 2(n+1)2(n+1) charges into groups of sizes 1,n,n,1, n, n, and 11.

definition

The last index 2n+12n+1 in Fin(2(n+1))\text{Fin}(2(n+1))

#evenShiftLast

The definition `evenShiftLast` identifies the last index in the set of 2(n+1)2(n+1) charges. Specifically, within the shifted even splitting of charges into groups of sizes 11, nn, nn, and 11, this element corresponds to the value 2n+12n + 1 as an element of the finite set Fin(2(n+1))\text{Fin}(2(n+1)).

theorem

Summation Identity for the Shifted Even Split of 2(n+1)2(n+1) Charges

#sum_evenShift

For any natural number nn and any function S:Fin(2n+2)QS: \text{Fin}(2n+2) \to \mathbb{Q} representing a collection of charges, the total sum of these charges can be decomposed according to the "shifted even split" (1+n+n+11 + n + n + 1) as follows: i=02n+1Si=SevenShiftZero+SevenShiftLast+j=0n1(SevenShiftFst(j)+SevenShiftSnd(j))\sum_{i=0}^{2n+1} S_i = S_{\text{evenShiftZero}} + S_{\text{evenShiftLast}} + \sum_{j=0}^{n-1} (S_{\text{evenShiftFst}(j)} + S_{\text{evenShiftSnd}(j)}) where the indices are defined as: - evenShiftZero=0\text{evenShiftZero} = 0 - evenShiftLast=2n+1\text{evenShiftLast} = 2n + 1 - evenShiftFst(j)=j+1\text{evenShiftFst}(j) = j + 1 for j{0,,n1}j \in \{0, \dots, n-1\} - evenShiftSnd(j)=n+j+1\text{evenShiftSnd}(j) = n + j + 1 for j{0,,n1}j \in \{0, \dots, n-1\}

theorem

evenShiftZero=evenFst(0)\text{evenShiftZero} = \text{evenFst}(0)

#evenShiftZero_eq_evenFst_zero

For a system with 2(n+1)2(n+1) charges, the index designated as the first element of the shifted even split, denoted as evenShiftZero\text{evenShiftZero}, is equal to the first index of the first group in the standard even split, denoted as evenFst(0)\text{evenFst}(0).

theorem

evenShiftLast=evenSnd(n)\text{evenShiftLast} = \text{evenSnd}(n)

#evenShiftLast_eq_evenSnd_last

For any natural number nn, the index representing the last charge in the shifted splitting of 2(n+1)2(n+1) charges, denoted as evenShiftLast\text{evenShiftLast}, is equal to the image of the last index of the second block under the inclusion map evenSnd:Fin(n+1)Fin(2n+2)\text{evenSnd}: \text{Fin}(n+1) \to \text{Fin}(2n+2). That is, evenShiftLast=evenSnd(n)\text{evenShiftLast} = \text{evenSnd}(n).

theorem

evenShiftFst(j)=evenFst(j+1)\text{evenShiftFst}(j) = \text{evenFst}(j+1)

#evenShiftFst_eq_evenFst_succ

For any natural number nn and any index j{0,,n1}j \in \{0, \dots, n-1\}, let evenShiftFst:Fin(n)Fin(2(n+1))\text{evenShiftFst} : \text{Fin}(n) \to \text{Fin}(2(n+1)) be the mapping that identifies indices in the first group of the shifted split, and evenFst:Fin(n+1)Fin(2(n+1))\text{evenFst} : \text{Fin}(n+1) \to \text{Fin}(2(n+1)) be the mapping for the first group of the standard even split. Then the identity evenShiftFst(j)=evenFst(j+1)\text{evenShiftFst}(j) = \text{evenFst}(j+1) holds.

theorem

evenShiftSnd(j)=evenSnd(j)\text{evenShiftSnd}(j) = \text{evenSnd}(j)

#evenShiftSnd_eq_evenSnd_castSucc

For any natural number nn and any index j{0,,n1}j \in \{0, \dots, n-1\}, the second shifted even index evenShiftSnd(j)\text{evenShiftSnd}(j) is equal to the index evenSnd(j)\text{evenSnd}(j) from the second block of the standard even split of 2(n+1)2(n+1) charges.

definition

Basis vectors vj=ejej+n+1v_j = e_j - e_{j+n+1} for the vector-like plane in 2(n+1)2(n+1) dimensions

#basisAsCharges

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the jj-th basis charge vector vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} (where j{0,,n}j \in \{0, \dots, n\}) is defined by assigning a charge of 11 to the jj-th fermion and a charge of 1-1 to the (j+n+1)(j+n+1)-th fermion, with all other charges being 00. Formally, for an index i{0,,2n+1}i \in \{0, \dots, 2n+1\}, the ii-th component of the vector vjv_j is: (vj)i={1if i=j1if i=j+n+10otherwise (v_j)_i = \begin{cases} 1 & \text{if } i = j \\ -1 & \text{if } i = j + n + 1 \\ 0 & \text{otherwise} \end{cases} These vectors represent the first part of a basis used to span the linear solutions of the anomaly cancellation conditions in the even-dimensional case.

theorem

The (evenFst(j))(\text{evenFst}(j))-th component of basis vector vjv_j is 11

#basis_on_evenFst_self

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} be the jj-th basis charge vector for the vector-like plane, where j{0,,n}j \in \{0, \dots, n\}. Let evenFst(j)\text{evenFst}(j) denote the inclusion of the index jj into the first block of the 2(n+1)2(n+1) charges. The theorem states that the (evenFst(j))(\text{evenFst}(j))-th component of the vector vjv_j is equal to 11.

theorem

(vk)evenFst(j)=0(v_k)_{evenFst(j)} = 0 for kjk \neq j

#basis_on_evenFst_other

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let vkv_k be the kk-th basis charge vector for the vector-like plane, where k{0,,n}k \in \{0, \dots, n\}. For any index j{0,,n}j \in \{0, \dots, n\} such that kjk \neq j, the component of vkv_k at the index evenFst(j)evenFst(j) (which represents the jj-th position in the first half of the 2(n+1)2(n+1) charges) is 00.

theorem

(vk)j=0(v_k)_j = 0 if j{k,k+n+1}j \notin \{k, k + n + 1\}

#basis_on_other

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let vkQ2(n+1)v_k \in \mathbb{Q}^{2(n+1)} be the kk-th basis charge vector for the vector-like plane, where k{0,,n}k \in \{0, \dots, n\}. For any index j{0,,2n+1}j \in \{0, \dots, 2n+1\}, if jkj \neq k and jk+n+1j \neq k + n + 1, then the jj-th component of the basis vector is zero, i.e., (vk)j=0(v_k)_j = 0.

theorem

(vj)evenSnd(i)=(vj)evenFst(i)(v_j)_{\text{evenSnd}(i)} = -(v_j)_{\text{evenFst}(i)} for the basis vectors of the vector-like plane

#basis_evenSnd_eq_neg_evenFst

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} denote the jj-th basis charge vector for j{0,,n}j \in \{0, \dots, n\}. Let the set of 2(n+1)2(n+1) indices be divided into two halves, where evenFst(i)=i\text{evenFst}(i) = i represents the ii-th index in the first half and evenSnd(i)=i+n+1\text{evenSnd}(i) = i + n + 1 represents the ii-th index in the second half, for i{0,,n}i \in \{0, \dots, n\}. The theorem states that for any j,i{0,,n}j, i \in \{0, \dots, n\}, the component of the basis vector vjv_j at the index in the second half is the negative of its component at the corresponding index in the first half: (vj)evenSnd(i)=(vj)evenFst(i) (v_j)_{\text{evenSnd}(i)} = -(v_j)_{\text{evenFst}(i)}

theorem

The (evenSnd(j))(\text{evenSnd}(j))-th component of basis vector vjv_j is 1-1

#basis_on_evenSnd_self

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} be the jj-th basis charge vector for the vector-like plane, where j{0,,n}j \in \{0, \dots, n\}. Let evenSnd(j)\text{evenSnd}(j) denote the inclusion of the index jj into the second block of the 2(n+1)2(n+1) charges, which corresponds to the index j+n+1j + n + 1. The theorem states that the (evenSnd(j))(\text{evenSnd}(j))-th component of the vector vjv_j is equal to 1-1.

theorem

(vk)evenSnd(j)=0(v_k)_{\text{evenSnd}(j)} = 0 for kjk \neq j in the vector-like plane

#basis_on_evenSnd_other

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let vkQ2(n+1)v_k \in \mathbb{Q}^{2(n+1)} denote the kk-th basis charge vector for the vector-like plane, where k{0,,n}k \in \{0, \dots, n\}. Let evenSnd(j)\text{evenSnd}(j) represent the index of the jj-th fermion in the second half of the index set, specifically evenSnd(j)=j+n+1\text{evenSnd}(j) = j + n + 1 for j{0,,n}j \in \{0, \dots, n\}. If kjk \neq j, then the component of the basis vector vkv_k at the index evenSnd(j)\text{evenSnd}(j) is zero: (vk)evenSnd(j)=0 (v_k)_{\text{evenSnd}(j)} = 0

theorem

Gravitational ACC for basis vectors vjv_j of the vector-like plane

#basis_linearACC

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the jj-th basis charge vector vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} of the vector-like plane (where j{0,,n}j \in \{0, \dots, n\}) satisfies the gravitational anomaly cancellation condition. That is, the sum of its components is zero: i=02n+1(vj)i=0 \sum_{i=0}^{2n+1} (v_j)_i = 0 where (vj)i(v_j)_i is the ii-th component of the charge vector vjv_j.

theorem

The cubic anomaly of basis vector vjv_j is zero

#basis_accCube

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) Weyl fermions, let vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} be the jj-th basis charge vector for the vector-like plane, where j{0,,n}j \in \{0, \dots, n\}. This vector is defined by (vj)i=1(v_j)_i = 1 if i=ji=j, (vj)i=1(v_j)_i = -1 if i=j+n+1i=j+n+1, and (vj)i=0(v_j)_i = 0 otherwise. The cubic anomaly cancellation condition (ACC) evaluated at vjv_j is zero: \[ \sum_{i=0}^{2n+1} (v_j)_i^3 = 0 \]

definition

Basis vectors vjv_j as linear solutions for the vector-like plane

#basis

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the jj-th basis charge vector vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} (where j{0,,n}j \in \{0, \dots, n\}) is defined as a member of the space of linear solutions to the anomaly cancellation conditions. The vector vjv_j is given by: (vj)i={1if i=j1if i=j+n+10otherwise (v_j)_i = \begin{cases} 1 & \text{if } i = j \\ -1 & \text{if } i = j + n + 1 \\ 0 & \text{otherwise} \end{cases} This definition confirms that vjv_j satisfies the linear gravitational anomaly condition i=02n+1(vj)i=0\sum_{i=0}^{2n+1} (v_j)_i = 0, thereby treating it as a formal linear solution.

definition

Charge vector P(f)=fiviP(f) = \sum f_i v_i in the span of the vector-like basis vectors

#P

Given a sequence of rational coefficients fQn+1f \in \mathbb{Q}^{n+1}, this function defines a charge vector P(f)Q2(n+1)P(f) \in \mathbb{Q}^{2(n+1)} for a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. The charge vector is constructed as the linear combination of the basis vectors viv_i (defined as `basisAsCharges i` for i{0,,n}i \in \{0, \dots, n\}) spanning the first (vector-like) plane: P(f)=i=0nfivi P(f) = \sum_{i=0}^{n} f_i v_i where each viv_i is a vector in Q2(n+1)\mathbb{Q}^{2(n+1)} with components (vi)j=1(v_i)_j = 1 if j=ij=i, (vi)j=1(v_i)_j = -1 if j=i+n+1j=i+n+1, and 00 otherwise.

theorem

(Pf)j=fj(P f)_j = f_j for j{0,,n}j \in \{0, \dots, n\}

#P_evenFst

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let P(f)=i=0nfiviP(f) = \sum_{i=0}^{n} f_i v_i be a charge vector in the vector-like plane, where f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} is a sequence of rational coefficients and viv_i are the basis vectors. For any index j{0,,n}j \in \{0, \dots, n\}, the component of the charge vector P(f)P(f) corresponding to the jj-th fermion in the first half of the system (denoted as evenFst(j)\text{evenFst}(j)) is equal to the coefficient fjf_j.

theorem

(Pf)evenSnd(j)=fj(P f)_{\text{evenSnd}(j)} = -f_j

#P_evenSnd

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let P(f)=i=0nfiviP(f) = \sum_{i=0}^{n} f_i v_i be a charge vector in the vector-like plane, where f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} is a sequence of rational coefficients and viv_i are the basis vectors. For any index j{0,,n}j \in \{0, \dots, n\}, the component of the charge vector P(f)P(f) at the index corresponding to the second half of the system, defined by the mapping evenSnd(j)=j+n+1\text{evenSnd}(j) = j + n + 1, is equal to the negative of the coefficient fjf_j: (P(f))evenSnd(j)=fj (P(f))_{\text{evenSnd}(j)} = -f_j

theorem

P(f)evenSnd=P(f)evenFstP(f) \circ \text{evenSnd} = -P(f) \circ \text{evenFst}

#P_evenSnd_evenFst

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let P(f)Q2(n+1)P(f) \in \mathbb{Q}^{2(n+1)} be a charge vector in the vector-like plane defined by a sequence of rational coefficients f=(f0,,fn)Qn+1f = (f_0, \dots, f_n) \in \mathbb{Q}^{n+1}. Let evenFst:{0,,n}{0,,2n+1}\text{evenFst}: \{0, \dots, n\} \to \{0, \dots, 2n+1\} and evenSnd:{0,,n}{0,,2n+1}\text{evenSnd}: \{0, \dots, n\} \to \{0, \dots, 2n+1\} be the inclusion maps for the first and second blocks of n+1n+1 charges, respectively. Then the components of the charge vector P(f)P(f) in the second block are the negatives of its components in the first block, satisfying: P(f)evenSnd=P(f)evenFst P(f) \circ \text{evenSnd} = -P(f) \circ \text{evenFst}

theorem

The charge vector P(f)P(f) satisfies the gravitational ACC

#P_linearACC

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) Weyl fermions, let P(f)=i=0nfiviP(f) = \sum_{i=0}^{n} f_i v_i be a charge vector in the vector-like plane, where f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} is a sequence of rational coefficients. The gravitational anomaly of this charge vector, which is the sum of its components i=02n+1(Pf)i\sum_{i=0}^{2n+1} (P f)_i, is equal to 00.

theorem

Charge vectors P(f)P(f) in the vector-like plane satisfy the cubic ACC

#P_accCube

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) Weyl fermions, let f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} be a sequence of rational coefficients. Let P(f)Q2(n+1)P(f) \in \mathbb{Q}^{2(n+1)} be the charge vector in the vector-like plane defined as the linear combination P(f)=i=0nfiviP(f) = \sum_{i=0}^{n} f_i v_i, where the basis vectors viv_i result in components (P(f))j=fj(P(f))_j = f_j and (P(f))j+n+1=fj(P(f))_{j+n+1} = -f_j for j{0,,n}j \in \{0, \dots, n\}. The cubic anomaly cancellation condition (ACC) evaluated at P(f)P(f) is zero: \[ \sum_{i=1}^{2(n+1)} (P(f))_i^3 = 0 \]

theorem

P(f)=0    fi=0P(f) = 0 \implies f_i = 0 for all ii

#P_zero

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let P(f)=i=0nfiviP(f) = \sum_{i=0}^{n} f_i v_i be a charge vector in the vector-like plane, where f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} is a sequence of rational coefficients and viv_i are the basis vectors of the plane. If P(f)=0P(f) = 0 in the space of charges, then fi=0f_i = 0 for all i{0,,n}i \in \{0, \dots, n\}.

definition

Inclusion of the vector-like plane into linear solutions P(f)P'(f)

#P'

Given a sequence of rational coefficients f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1}, this function defines a linear solution to the anomaly cancellation conditions for a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. The solution is constructed as the linear combination of the basis vectors viv_i of the vector-like plane: P(f)=i=0nfivi P'(f) = \sum_{i=0}^{n} f_i v_i where each viv_i is a basis vector as defined for the vector-like even plane.

theorem

The charge vector of the linear solution P(f)P'(f) is P(f)P(f)

#P'_val

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} be a sequence of rational coefficients. The charge vector corresponding to the linear anomaly solution P(f)P'(f) is equal to the charge vector P(f)P(f) defined in the space of all charges Q2(n+1)\mathbb{Q}^{2(n+1)}.

theorem

The Basis Vectors for the Vector-like Plane are Linearly Independent over Q\mathbb{Q}

#basis_linear_independent

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the set of basis vectors {vj}j=0n\{v_j\}_{j=0}^n spanning the first (vector-like) plane of linear solutions to the anomaly cancellation conditions is linearly independent over the field of rational numbers Q\mathbb{Q}. Each basis vector vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} is defined by its components: (vj)i={1if i=j1if i=j+n+10otherwise (v_j)_i = \begin{cases} 1 & \text{if } i = j \\ -1 & \text{if } i = j + n + 1 \\ 0 & \text{otherwise} \end{cases} for j{0,,n}j \in \{0, \dots, n\}.

theorem

Vector-like linear solutions lie in the span of the basis up to permutation

#vectorLikeEven_in_span

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let SS be a charge vector in the space of linear solutions to the anomaly cancellation conditions (satisfying Si=0\sum S_i = 0). If SS is vector-like (meaning that when its components are sorted as x0x1x2n+1x_0 \le x_1 \le \dots \le x_{2n+1}, they satisfy xi=xi+n+1x_i = -x_{i+n+1} for i{0,,n}i \in \{0, \dots, n\}), then there exists a permutation MM of the 2(n+1)2(n+1) indices such that the permuted solution M(S)M(S) lies in the Q\mathbb{Q}-linear span of the basis vectors {vj}j=0n\{v_j\}_{j=0}^n. Here, each basis vector vjv_j is defined such that its jj-th component is 11, its (j+n+1)(j+n+1)-th component is 1-1, and all other components are 00.

definition

jj-th basis charge vector for the second plane

#basis!AsCharges

For a given index j{0,,n1}j \in \{0, \dots, n-1\}, this definition specifies a charge vector qQ2n+2q \in \mathbb{Q}^{2n+2} belonging to the second plane of the linear solution space. The components qiq_i of the vector are defined as: \[ q_i = \begin{cases} 1 & \text{if } i = \text{evenShiftFst}(j) \\ -1 & \text{if } i = \text{evenShiftSnd}(j) \\ 0 & \text{otherwise} \end{cases} \] where evenShiftFst(j)=j+1\text{evenShiftFst}(j) = j+1 and evenShiftSnd(j)=n+j+1\text{evenShiftSnd}(j) = n+j+1 for i{0,,2n+1}i \in \{0, \dots, 2n+1\}.

theorem

The jj-th basis vector of the second plane is 11 at index evenShiftFst(j)\text{evenShiftFst}(j)

#basis!_on_evenShiftFst_self

Consider a pure U(1)U(1) theory with 2(n+1)2(n+1) fermions. Let q(j)q^{(j)} be the jj-th basis charge vector of the second plane for j{0,,n1}j \in \{0, \dots, n-1\}. Then the component of q(j)q^{(j)} at the index evenShiftFst(j)=j+1\text{evenShiftFst}(j) = j + 1 is equal to 11.

theorem

qj(k)=0q^{(k)}_j = 0 for j{evenShiftFst(k),evenShiftSnd(k)}j \notin \{\text{evenShiftFst}(k), \text{evenShiftSnd}(k)\}

#basis!_on_other

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) charges, let q(k)q^{(k)} denote the kk-th basis charge vector for the second plane, where k{0,,n1}k \in \{0, \dots, n-1\}. For any index j{0,,2n+1}j \in \{0, \dots, 2n+1\}, if jevenShiftFst(k)j \neq \text{evenShiftFst}(k) and jevenShiftSnd(k)j \neq \text{evenShiftSnd}(k), then the jj-th component of q(k)q^{(k)} is 00.

theorem

qevenShiftFst(j)(k)=0q^{(k)}_{\text{evenShiftFst}(j)} = 0 for kjk \neq j

#basis!_on_evenShiftFst_other

Let nNn \in \mathbb{N} and consider the basis charge vectors q(k)Q2n+2q^{(k)} \in \mathbb{Q}^{2n+2} for the second plane of the pure U(1)U(1) anomaly cancellation system with 2(n+1)2(n+1) fermions, where k{0,,n1}k \in \{0, \dots, n-1\}. For any two distinct indices k,j{0,,n1}k, j \in \{0, \dots, n-1\}, the component of the kk-th basis vector at the index defined by the first shifted split evenShiftFst(j)\text{evenShiftFst}(j) is zero, i.e., qevenShiftFst(j)(k)=0q^{(k)}_{\text{evenShiftFst}(j)} = 0.

theorem

qevenShiftSnd(i)(j)=qevenShiftFst(i)(j)q^{(j)}_{\text{evenShiftSnd}(i)} = -q^{(j)}_{\text{evenShiftFst}(i)}

#basis!_evenShftSnd_eq_neg_evenShiftFst

For a pure U(1)U(1) anomaly cancellation system with 2(n+1)2(n+1) fermions, let q(j)Q2n+2q^{(j)} \in \mathbb{Q}^{2n+2} be the jj-th basis charge vector of the second plane, where j{0,,n1}j \in \{0, \dots, n-1\}. For any index i{0,,n1}i \in \{0, \dots, n-1\}, the components of q(j)q^{(j)} at the shifted indices evenShiftFst(i)=i+1\text{evenShiftFst}(i) = i+1 and evenShiftSnd(i)=n+i+1\text{evenShiftSnd}(i) = n+i+1 satisfy: \[ q^{(j)}_{\text{evenShiftSnd}(i)} = -q^{(j)}_{\text{evenShiftFst}(i)} \]

theorem

The jj-th basis vector of the second plane is 1-1 at index evenShiftSnd(j)\text{evenShiftSnd}(j)

#basis!_on_evenShiftSnd_self

Consider a pure U(1)U(1) anomaly cancellation system with 2(n+1)2(n+1) fermions. Let q(j)Q2n+2q^{(j)} \in \mathbb{Q}^{2n+2} be the jj-th basis charge vector of the second plane for j{0,,n1}j \in \{0, \dots, n-1\}. The component of q(j)q^{(j)} at the index evenShiftSnd(j)=n+j+1\text{evenShiftSnd}(j) = n + j + 1 is equal to 1-1.

theorem

qevenShiftSnd(j)(k)=0q^{(k)}_{\text{evenShiftSnd}(j)} = 0 for kjk \neq j

#basis!_on_evenShiftSnd_other

Let nNn \in \mathbb{N}. In a pure U(1)U(1) anomaly cancellation system with 2(n+1)2(n+1) fermions, let q(k)Q2n+2q^{(k)} \in \mathbb{Q}^{2n+2} be the kk-th basis charge vector of the second plane, where k{0,,n1}k \in \{0, \dots, n-1\}. For any j{0,,n1}j \in \{0, \dots, n-1\} such that kjk \neq j, the component of q(k)q^{(k)} at the index evenShiftSnd(j)=n+j+1\text{evenShiftSnd}(j) = n + j + 1 is zero, i.e., qevenShiftSnd(j)(k)=0q^{(k)}_{\text{evenShiftSnd}(j)} = 0.

theorem

The jj-th basis charge vector for the second plane is zero at the first shifted index (i=0i=0)

#basis!_on_evenShiftZero

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, for any index j{0,,n1}j \in \{0, \dots, n-1\}, the jj-th basis charge vector q(j)q^{(j)} for the second plane of linear solutions is zero at the first index of the shifted even split (i=0i = 0). That is, q0(j)=0q^{(j)}_0 = 0.

theorem

The jj-th basis vector of the second plane is zero at the last index 2n+12n+1

#basis!_on_evenShiftLast

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let q(j)Q2n+2q^{(j)} \in \mathbb{Q}^{2n+2} denote the jj-th basis charge vector for the second plane of the linear solution space, where j{0,,n1}j \in \{0, \dots, n-1\}. The component of q(j)q^{(j)} at the index 2n+12n+1 (the last index in the shifted even split) is equal to 00.

theorem

The jj-th basis vector of the second plane satisfies the gravitational ACC

#basis!_linearACC

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) Weyl fermions, let q(j)Q2n+2q^{(j)} \in \mathbb{Q}^{2n+2} be the jj-th basis charge vector of the second plane for an index j{0,,n1}j \in \{0, \dots, n-1\}. This vector satisfies the gravitational anomaly cancellation condition (ACC), meaning the sum of its components is zero: i=02n+1qi(j)=0\sum_{i=0}^{2n+1} q^{(j)}_i = 0

theorem

The basis vectors of the second plane satisfy the cubic ACC

#basis!_accCube

For any index j{0,,n1}j \in \{0, \dots, n-1\}, the jj-th basis charge vector q(j)q^{(j)} of the second plane for a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions satisfies the cubic anomaly cancellation condition (ACC): \[ \text{accCube}_{2n+2}(q^{(j)}) = \sum_{i=1}^{2n+2} (q^{(j)}_i)^3 = 0 \] where the components of q(j)q^{(j)} are 11 at index j+1j+1, 1-1 at index n+j+1n+j+1, and 00 otherwise.

definition

jj-th basis vector of the second plane as a linear solution

#basis!

For a pure U(1)U(1) gauge theory with 2n+22n+2 fermions, this definition provides the jj-th basis vector for the second plane within the space of linear solutions. For an index j{0,,n1}j \in \{0, \dots, n-1\}, the vector is defined as a charge vector xQ2n+2x \in \mathbb{Q}^{2n+2} where the components are xj+1=1x_{j+1} = 1, xn+j+1=1x_{n+j+1} = -1, and xk=0x_k = 0 for all other kk. This vector satisfies the linear gravitational anomaly cancellation condition i=12n+2xi=0\sum_{i=1}^{2n+2} x_i = 0.

definition

Inclusion of the second plane into the space of charges P!(f)P!(f)

#P!

For a given vector of rational coefficients fQnf \in \mathbb{Q}^n, the function P!P! returns a charge vector in the space Q2n+2\mathbb{Q}^{2n+2} corresponding to a pure U(1)U(1) theory with 2(n+1)2(n+1) fermions. The resulting charge vector is defined as the linear combination i=0n1fibi\sum_{i=0}^{n-1} f_i \cdot \mathbf{b}_i, where bi\mathbf{b}_i is the ii-th basis charge vector for the second plane of the linear solution space.

theorem

(P!(f))evenShiftFst(j)=fj(P!(f))_{\text{evenShiftFst}(j)} = f_j

#P!_evenShiftFst

Consider a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. Let f=(f0,f1,,fn1)Qnf = (f_0, f_1, \dots, f_{n-1}) \in \mathbb{Q}^n be a vector of rational coefficients, and let P!(f)Q2n+2P!(f) \in \mathbb{Q}^{2n+2} be the charge vector formed by the linear combination of the basis vectors of the second plane of the linear solution space. For any index j{0,,n1}j \in \{0, \dots, n-1\}, the component of P!(f)P!(f) at the index evenShiftFst(j)=j+1\text{evenShiftFst}(j) = j + 1 is equal to fjf_j: (P!(f))evenShiftFst(j)=fj (P!(f))_{\text{evenShiftFst}(j)} = f_j

theorem

(P!(f))evenShiftSnd(j)=fj(P!(f))_{\text{evenShiftSnd}(j)} = -f_j

#P!_evenShiftSnd

Consider a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. Let f=(f0,f1,,fn1)Qnf = (f_0, f_1, \dots, f_{n-1}) \in \mathbb{Q}^n be a vector of rational coefficients, and let P!(f)Q2n+2P!(f) \in \mathbb{Q}^{2n+2} be the charge vector obtained as the linear combination of the basis vectors of the second plane of the linear solution space. For any index j{0,,n1}j \in \{0, \dots, n-1\}, the component of the charge vector P!(f)P!(f) at the index evenShiftSnd(j)=n+j+1\text{evenShiftSnd}(j) = n + j + 1 is equal to fj-f_j: (P!(f))evenShiftSnd(j)=fj (P!(f))_{\text{evenShiftSnd}(j)} = -f_j

theorem

The component of P!(f)P!(f) at index evenShiftZero\text{evenShiftZero} is 00

#P!_evenShiftZero

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, for any vector of rational coefficients fQnf \in \mathbb{Q}^n, the charge vector P!(f)P!(f) associated with the second plane of linear solutions has its component at the first index of the shifted even split (evenShiftZero\text{evenShiftZero}) equal to zero.

theorem

P!(f)P!(f) is zero at the last index

#P!_evenShiftLast

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let P!(f)Q2n+2P!(f) \in \mathbb{Q}^{2n+2} be the charge vector obtained by the inclusion of the second plane for a given vector of rational coefficients f=(f0,f1,,fn1)Qnf = (f_0, f_1, \dots, f_{n-1}) \in \mathbb{Q}^n. The component of this charge vector at the last index 2n+12n+1 (referred to as `evenShiftLast`) is zero: P!(f)2n+1=0 P!(f)_{2n+1} = 0

theorem

accCube(P!(f))=0\text{accCube}(P!(f)) = 0

#P!_accCube

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let fQnf \in \mathbb{Q}^n be a vector of rational coefficients and P!(f)Q2n+2P!(f) \in \mathbb{Q}^{2n+2} be the charge vector representing the inclusion of the second plane into the space of charges. The cubic anomaly cancellation condition (ACC) is satisfied for P!(f)P!(f), meaning the sum of the cubes of its components is zero: \[ \text{accCube}_{2(n+1)}(P!(f)) = \sum_{i=1}^{2n+2} (P!(f))_i^3 = 0 \]

theorem

P!(f)=0    f=0P!(f) = 0 \implies f = 0

#P!_zero

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,f1,,fn1)Qnf = (f_0, f_1, \dots, f_{n-1}) \in \mathbb{Q}^n be a vector of rational coefficients, and let P!(f)Q2n+2P!(f) \in \mathbb{Q}^{2n+2} be the charge vector obtained by the inclusion of the second plane into the space of charges. If P!(f)=0P!(f) = 0, then fi=0f_i = 0 for all i{0,,n1}i \in \{0, \dots, n-1\}.

theorem

P!(f)P!(f) is in the span of the basis for the second plane

#P!_in_span

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let fQnf \in \mathbb{Q}^n be a vector of rational coefficients. The charge vector P!(f)Q2n+2P!(f) \in \mathbb{Q}^{2n+2}, which represents the inclusion of the second plane into the space of charges, belongs to the Q\mathbb{Q}-linear span of the basis vectors {bj}j=0n1\{\mathbf{b}_j\}_{j=0}^{n-1} of the second plane.

definition

Inclusion of the second plane into linear solutions for PureU1(2n+2)\text{PureU1}(2n+2)

#P!'

For a pure U(1)U(1) gauge theory with 2n+22n+2 fermions, this function maps a vector of rational coefficients f=(f0,f1,,fn1)Qnf = (f_0, f_1, \dots, f_{n-1}) \in \mathbb{Q}^n to a point in the space of linear solutions LinSols\text{LinSols}. The resulting solution is constructed as the linear combination of the basis vectors of the second plane, defined by the sum i=0n1fibasis!i\sum_{i=0}^{n-1} f_i \cdot \text{basis!}_i, where basis!i\text{basis!}_i are the specific basis vectors spanning the second plane of the even case.

theorem

The charge vector of the linear solution P!(f)P!'(f) is P!(f)P!(f)

#P!'_val

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,f1,,fn1)Qnf = (f_0, f_1, \dots, f_{n-1}) \in \mathbb{Q}^n be a vector of rational coefficients. Let P!(f)P!'(f) be the element in the space of linear anomaly cancellation solutions constructed from the second plane's basis, and let P!(f)P!(f) be the corresponding vector in the space of charges Q2n+2\mathbb{Q}^{2n+2}. The underlying charge vector of the linear solution P!(f)P!'(f) is equal to P!(f)P!(f).

theorem

Linear Independence of the Second Plane Basis for PureU1(2n+2)\text{PureU1}(2n+2)

#basis!_linear_independent

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let {b0,b1,,bn1}\{\mathbf{b}_0, \mathbf{b}_1, \dots, \mathbf{b}_{n-1}\} be the set of basis vectors for the second plane of the linear anomaly cancellation solution space. Each basis vector bj\mathbf{b}_j is defined such that its component at index j+1j+1 is 11, its component at index n+j+1n+j+1 is 1-1, and all other components are 00. This set of vectors is linearly independent over the field of rational numbers Q\mathbb{Q}.

theorem

(xn+j+1xj+1)bjspan({bk})(x_{n+j+1} - x_{j+1}) \cdot b_j \in \text{span}(\{b_k\}) for the second plane basis

#smul_basis!AsCharges_in_span

Consider a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. Let SS be a vector of rational charges (x0,x1,,x2n+1)Q2n+2(x_0, x_1, \dots, x_{2n+1}) \in \mathbb{Q}^{2n+2} that satisfies the linear anomaly cancellation condition i=02n+1xi=0\sum_{i=0}^{2n+1} x_i = 0. For any j{0,,n1}j \in \{0, \dots, n-1\}, let bjb_j be the jj-th basis charge vector for the second plane, whose components are 11 at index j+1j+1, 1-1 at index n+j+1n+j+1, and 00 otherwise. Then the scaled vector (xn+j+1xj+1)bj(x_{n+j+1} - x_{j+1}) \cdot b_j belongs to the Q\mathbb{Q}-submodule spanned by the set of all such basis vectors {b0,b1,,bn1}\{b_0, b_1, \dots, b_{n-1}\}.

theorem

Swapping charges xj+1x_{j+1} and xn+j+1x_{n+j+1} is equivalent to adding (xn+j+1xj+1)bj(x_{n+j+1} - x_{j+1}) b_j

#swap!_as_add

Consider a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. Let S=(x0,x1,,x2n+1)Q2n+2S = (x_0, x_1, \dots, x_{2n+1}) \in \mathbb{Q}^{2n+2} be a vector of rational charges satisfying the linear anomaly cancellation condition i=02n+1xi=0\sum_{i=0}^{2n+1} x_i = 0. For any index j{0,,n1}j \in \{0, \dots, n-1\}, let SS' be the vector obtained by swapping the components of SS at indices j+1j+1 and n+j+1n+j+1. Then SS' is equal to the sum of SS and a scaled basis vector: \[ S' = S + (x_{n+j+1} - x_{j+1}) \cdot b_j, \] where bjb_j is the jj-th basis charge vector of the second plane, defined such that its component at index j+1j+1 is 11, its component at index n+j+1n+j+1 is 1-1, and all other components are 00.

theorem

A(P(g),P(g),bj)=gj+12gj2\mathcal{A}(P(g), P(g), b_j) = g_{j+1}^2 - g_j^2 for charge vectors in the even case split planes

#P_P_P!_accCube

Consider a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) Weyl fermions. Let A:Q2n+2×Q2n+2×Q2n+2Q\mathcal{A} : \mathbb{Q}^{2n+2} \times \mathbb{Q}^{2n+2} \times \mathbb{Q}^{2n+2} \to \mathbb{Q} be the symmetric trilinear form representing the cubic anomaly cancellation condition, defined by A(x,y,z)=i=02n+1xiyizi\mathcal{A}(x, y, z) = \sum_{i=0}^{2n+1} x_i y_i z_i. Let P(g)Q2n+2P(g) \in \mathbb{Q}^{2n+2} be a charge vector in the first (vector-like) plane determined by a sequence of coefficients g=(g0,g1,,gn)Qn+1g = (g_0, g_1, \dots, g_n) \in \mathbb{Q}^{n+1}. Let bjQ2n+2b_j \in \mathbb{Q}^{2n+2} (denoted as `basis!AsCharges j`) be the jj-th basis charge vector for the second plane, where j{0,,n1}j \in \{0, \dots, n-1\}. The value of the trilinear form evaluated on two copies of P(g)P(g) and the basis vector bjb_j is given by: \[ \mathcal{A}(P(g), P(g), b_j) = g_{j+1}^2 - g_j^2 \]

theorem

A(P!(g),P!(g),vj)=(P!(g)j)2(P!(g)j+n+1)2\mathcal{A}(P!(g), P!(g), v_j) = (P!(g)_j)^2 - (P!(g)_{j+n+1})^2

#P_P!_P!_accCube

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) Weyl fermions, let P!(g)Q2(n+1)P!(g) \in \mathbb{Q}^{2(n+1)} be a charge vector in the second plane (determined by the coefficients gQng \in \mathbb{Q}^n) and let vjQ2(n+1)v_j \in \mathbb{Q}^{2(n+1)} be the jj-th basis vector of the first plane (j{0,,n}j \in \{0, \dots, n\}). The symmetric trilinear form A(x,y,z)=ixiyizi\mathcal{A}(x, y, z) = \sum_{i} x_i y_i z_i, which characterizes the cubic anomaly cancellation condition, satisfies: \[ \mathcal{A}(P!(g), P!(g), v_j) = (P!(g)_j)^2 - (P!(g)_{j+n+1})^2 \] where (P!(g))k(P!(g))_k denotes the component of the charge vector P!(g)P!(g) at index kk, and the indices jj and j+n+1j+n+1 correspond to the jj-th positions in the first and second blocks of the 2(n+1)2(n+1) charges, respectively.

definition

Combined basis for the linear solutions of a pure U(1)U(1) theory with 2(n+1)2(n+1) fermions

#basisa

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the function basisa\text{basisa} defines a combined basis for the space of linear solutions to the anomaly cancellation conditions. This basis is constructed by taking the disjoint union of the basis vectors from two distinct planes: 1. For an index i{0,,n}i \in \{0, \dots, n\} (the left side of the sum type), it returns the ii-th basis vector viv_i of the first plane. 2. For an index j{0,,n1}j \in \{0, \dots, n-1\} (the right side of the sum type), it returns the jj-th basis vector vjv'_j of the second plane. The resulting vectors are elements of the space of linear solutions LQ2(n+1)\mathcal{L} \subset \mathbb{Q}^{2(n+1)}.

definition

Charge vector Pa(f,g)=P(f)+P!(g)Pa(f, g) = P(f) + P!(g) as a sum of points from two planes

#Pa

Given vectors of rational coefficients f=(f0,,fn)Qn+1f = (f_0, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,,gn1)Qng = (g_0, \dots, g_{n-1}) \in \mathbb{Q}^n, the function Pa(f,g)Pa(f, g) returns a charge vector in Q2(n+1)\mathbb{Q}^{2(n+1)} for a pure U(1)U(1) theory with 2(n+1)2(n+1) Weyl fermions. This charge vector is defined as the sum of the points in the two planes spanning the linear solution space: Pa(f,g)=P(f)+P!(g) Pa(f, g) = P(f) + P!(g) where P(f)P(f) is the charge vector in the first (vector-like) plane and P!(g)P!(g) is the charge vector in the second plane.

theorem

(Pa(f,g))evenShiftFst(j)=fj+1+gj(Pa(f, g))_{\text{evenShiftFst}(j)} = f_{j+1} + g_j

#Pa_evenShiftFst

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,,fn)Qn+1f = (f_0, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,,gn1)Qng = (g_0, \dots, g_{n-1}) \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(f,g)=P(f)+P!(g)Q2(n+1)Pa(f, g) = P(f) + P!(g) \in \mathbb{Q}^{2(n+1)} be the charge vector formed by the sum of points from the two planes spanning the linear solution space. For any index j{0,,n1}j \in \{0, \dots, n-1\}, the component of the charge vector Pa(f,g)Pa(f, g) at the index evenShiftFst(j)=j+1\text{evenShiftFst}(j) = j + 1 is given by: (Pa(f,g))evenShiftFst(j)=fj+1+gj (Pa(f, g))_{\text{evenShiftFst}(j)} = f_{j+1} + g_j

theorem

(Pa(f,g))evenShiftSnd(j)=fjgj(Pa(f, g))_{\text{evenShiftSnd}(j)} = -f_j - g_j

#Pa_evenShiftSnd

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,g1,,gn1)Qng = (g_0, g_1, \dots, g_{n-1}) \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(f,g)=P(f)+P!(g)Q2(n+1)Pa(f, g) = P(f) + P!(g) \in \mathbb{Q}^{2(n+1)} be the charge vector defined as the sum of points from the two planes spanning the linear solution space. For any index j{0,1,,n1}j \in \{0, 1, \dots, n-1\}, the component of the charge vector Pa(f,g)Pa(f, g) at the index evenShiftSnd(j)=n+j+1\text{evenShiftSnd}(j) = n + j + 1 is given by: (Pa(f,g))evenShiftSnd(j)=fjgj(Pa(f, g))_{\text{evenShiftSnd}(j)} = -f_j - g_j

theorem

Pa(f,g)evenShiftZero=f0Pa(f, g)_{\text{evenShiftZero}} = f_0

#Pa_evenShitZero

In an anomaly cancellation system for a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,g1,,gn1)Qng = (g_0, g_1, \dots, g_{n-1}) \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(f,g)=P(f)+P!(g)Pa(f, g) = P(f) + P!(g) be the charge vector in Q2(n+1)\mathbb{Q}^{2(n+1)} defined as the sum of points from the first (vector-like) plane and the second plane. The component of this charge vector at the index evenShiftZero\text{evenShiftZero} is equal to the first coefficient of ff, that is: Pa(f,g)evenShiftZero=f0Pa(f, g)_{\text{evenShiftZero}} = f_0

theorem

Pa(f,g)evenShiftLast=fnPa(f, g)_{\text{evenShiftLast}} = -f_n

#Pa_evenShiftLast

In an anomaly cancellation system for a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,f1,,fn)Qn+1f = (f_0, f_1, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,g1,,gn1)Qng = (g_0, g_1, \dots, g_{n-1}) \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(f,g)=P(f)+P!(g)Pa(f, g) = P(f) + P!(g) be the charge vector in Q2(n+1)\mathbb{Q}^{2(n+1)} defined as the sum of points from the first (vector-like) plane and the second plane. The component of this charge vector at the index evenShiftLast\text{evenShiftLast} (the last index 2n+12n+1) is equal to the negative of the last coefficient of ff: Pa(f,g)evenShiftLast=fnPa(f, g)_{\text{evenShiftLast}} = -f_n

theorem

Pa(f,g)=0    f=0Pa(f, g) = 0 \implies f = 0

#Pa_zero

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,,fn)Qn+1f = (f_0, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,,gn1)Qng = (g_0, \dots, g_{n-1}) \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(f,g)=P(f)+P!(g)Q2(n+1)Pa(f, g) = P(f) + P!(g) \in \mathbb{Q}^{2(n+1)} be the charge vector defined as the sum of points from the first and second planes spanning the linear solution space. If Pa(f,g)=0Pa(f, g) = 0, then fi=0f_i = 0 for all i{0,,n}i \in \{0, \dots, n\}.

theorem

Pa(f,g)=0    g=0Pa(f, g) = 0 \implies g = 0

#Pa_zero!

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let f=(f0,,fn)Qn+1f = (f_0, \dots, f_n) \in \mathbb{Q}^{n+1} and g=(g0,,gn1)Qng = (g_0, \dots, g_{n-1}) \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(f,g)=P(f)+P!(g)Q2(n+1)Pa(f, g) = P(f) + P!(g) \in \mathbb{Q}^{2(n+1)} be the charge vector defined as the sum of points from the first and second planes spanning the linear solution space. If Pa(f,g)=0Pa(f, g) = 0, then gi=0g_i = 0 for all i{0,,n1}i \in \{0, \dots, n-1\}.

definition

Linear combination of the combined basis vectors fibasisai\sum f_i \cdot \text{basisa}_i

#Pa'

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, given a coefficient function f:({0,,n}{0,,n1})Qf: (\{0, \dots, n\} \oplus \{0, \dots, n-1\}) \to \mathbb{Q}, the function PaPa' calculates the linear combination if(i)basisa(i)\sum_{i} f(i) \cdot \text{basisa}(i). The result is a vector in the space of linear solutions to the anomaly cancellation conditions, representing a point in the span of the combined basis vectors from both planes.

theorem

Pa(f)=P(finl)+P!(finr)Pa'(f) = P'(f \circ \text{inl}) + P!'(f \circ \text{inr})

#Pa'_P'_P!'

In a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, for any rational coefficient function f:({0,,n}{0,,n1})Qf: (\{0, \dots, n\} \oplus \{0, \dots, n-1\}) \to \mathbb{Q}, the linear solution Pa(f)Pa'(f) formed by the combined basis is equal to the sum of the linear combination PP' of the first plane's basis and the linear combination P!P!' of the second plane's basis: Pa(f)=P(finl)+P!(finr) Pa'(f) = P'(f \circ \text{inl}) + P!'(f \circ \text{inr}) where inl\text{inl} and inr\text{inr} are the natural inclusions into the disjoint union of indices.

theorem

The combined basis basisa\text{basisa} for linear solutions is linearly independent

#basisa_linear_independent

In the context of a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the set of vectors basisai\text{basisa}_i for i{0,,n}{0,,n1}i \in \{0, \dots, n\} \oplus \{0, \dots, n-1\}, which forms a combined basis for the space of linear anomaly cancellation solutions, is linearly independent over the rational numbers Q\mathbb{Q}.

theorem

Paf=Paf    f=fPa' f = Pa' f' \iff f = f'

#Pa'_eq

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let Pa(f)Pa'(f) denote the linear combination of the combined basis vectors basisai\text{basisa}_i with rational coefficients fif_i where the index ii ranges over the disjoint union {0,,n}{0,,n1}\{0, \dots, n\} \oplus \{0, \dots, n-1\}. Then, for any two coefficient functions f,f:({0,,n}{0,,n1})Qf, f' : (\{0, \dots, n\} \oplus \{0, \dots, n-1\}) \to \mathbb{Q}, the resulting linear solutions are equal if and only if the coefficient functions are identical: Pa(f)=Pa(f)    f=f Pa'(f) = Pa'(f') \iff f = f' This theorem establishes the injectivity of the map PaPa', which is a direct consequence of the linear independence of the combined basis vectors.

theorem

Pa(Sum.elim g,f)=Pa(Sum.elim g,f)    Pa(g,f)=Pa(g,f)Pa'(\text{Sum.elim } g, f) = Pa'(\text{Sum.elim } g', f') \iff Pa(g, f) = Pa(g', f')

#Pa'_elim_eq_iff

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let g,g:{0,,n}Qg, g' : \{0, \dots, n\} \to \mathbb{Q} and f,f:{0,,n1}Qf, f' : \{0, \dots, n-1\} \to \mathbb{Q} be vectors of rational coefficients. Let Pa(Sum.elim g,f)Pa'(\text{Sum.elim } g, f) be the linear solution to the anomaly cancellation conditions formed by the combined basis of the two planes, and let Pa(g,f)Pa(g, f) be the corresponding charge vector in Q2n+2\mathbb{Q}^{2n+2}. Then, two such linear solutions are equal if and only if their underlying charge vectors are equal: Pa(Sum.elim g,f)=Pa(Sum.elim g,f)    Pa(g,f)=Pa(g,f) Pa'(\text{Sum.elim } g, f) = Pa'(\text{Sum.elim } g', f') \iff Pa(g, f) = Pa(g', f') where Sum.elim g,f\text{Sum.elim } g, f denotes the function defined on the disjoint union of indices {0,,n}{0,,n1}\{0, \dots, n\} \oplus \{0, \dots, n-1\} that acts as gg on the first set and ff on the second.

theorem

Pa(g,f)=Pa(g,f)    g=gf=fPa(g, f) = Pa(g', f') \iff g = g' \land f = f'

#Pa_eq

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, let g,gQn+1g, g' \in \mathbb{Q}^{n+1} and f,fQnf, f' \in \mathbb{Q}^n be vectors of rational coefficients. Let Pa(g,f)Pa(g, f) denote the charge vector in Q2n+2\mathbb{Q}^{2n+2} defined as the sum of points from two planes spanning the linear solution space. Then, Pa(g,f)=Pa(g,f)Pa(g, f) = Pa(g', f') if and only if g=gg = g' and f=ff = f'.

theorem

card(Fin(n+1)Fin(n))=rankQ(LinSols)\operatorname{card}(\text{Fin}(n+1) \oplus \text{Fin}(n)) = \operatorname{rank}_{\mathbb{Q}}(\text{LinSols}) for 2(n+1)2(n+1) fermions

#basisa_card

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the dimension (or finite rank) of the vector space over Q\mathbb{Q} consisting of charge vectors that satisfy the linear anomaly cancellation condition i=12(n+1)xi=0\sum_{i=1}^{2(n+1)} x_i = 0 is equal to the cardinality of the disjoint union of finite sets Fin(n+1)Fin(n)\text{Fin}(n+1) \oplus \text{Fin}(n), which is (n+1)+n=2n+1(n+1) + n = 2n+1.

definition

The collection basisa\text{basisa} is a basis for the linear solutions of a U(1)U(1) theory with 2(n+1)2(n+1) fermions.

#basisaAsBasis

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, the collection of vectors basisa\text{basisa}, indexed by the disjoint union Fin(n+1)Fin(n)\text{Fin}(n+1) \oplus \text{Fin}(n), forms a basis for the vector space of linear solutions to the anomaly cancellation conditions. This space consists of charge vectors (x1,,x2n+2)Q2n+2(x_1, \dots, x_{2n+2}) \in \mathbb{Q}^{2n+2} satisfying the gravitational anomaly condition i=12n+2xi=0\sum_{i=1}^{2n+2} x_i = 0. The basis is constructed using the fact that the 2n+12n+1 vectors in basisa\text{basisa} are linearly independent over Q\mathbb{Q} and the dimension of the solution space is exactly 2n+12n+1.

theorem

Every Linear Solution is a Sum of Points from the Two ACC-Satisfying Planes PP and P!P!

#span_basis

For a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions, any vector of rational charges S=(x0,x1,,x2n+1)Q2n+2S = (x_0, x_1, \dots, x_{2n+1}) \in \mathbb{Q}^{2n+2} that satisfies the linear anomaly cancellation condition i=02n+1xi=0\sum_{i=0}^{2n+1} x_i = 0 can be expressed as the sum S=P(g)+P!(f)S = P(g) + P!(f) for some coefficient vectors gQn+1g \in \mathbb{Q}^{n+1} and fQnf \in \mathbb{Q}^n. Here, P(g)P(g) is a charge vector in the first (vector-like) plane and P!(f)P!(f) is a charge vector in the second plane.

theorem

Swapping xj+1x_{j+1} and xn+j+1x_{n+j+1} Preserves the First Plane Component gg in the Decomposition S=P(g)+P!(f)S = P(g) + P!(f)

#span_basis_swap!

Consider a pure U(1)U(1) gauge theory with 2(n+1)2(n+1) fermions. Let S=(x0,x1,,x2n+1)Q2n+2S = (x_0, x_1, \dots, x_{2n+1}) \in \mathbb{Q}^{2n+2} be a vector of rational charges that satisfies the linear anomaly cancellation condition xi=0\sum x_i = 0. Suppose SS is decomposed as S=P(g)+P!(f)S = P(g) + P!(f), where P(g)P(g) is the component in the first plane and P!(f)P!(f) is the component in the second plane, for some coefficient vectors gQn+1g \in \mathbb{Q}^{n+1} and fQnf \in \mathbb{Q}^n. Let SS' be the vector obtained by swapping the charges xj+1x_{j+1} and xn+j+1x_{n+j+1} for some index j{0,,n1}j \in \{0, \dots, n-1\}. Then SS' can be decomposed into the same planes as S=P(g)+P!(f)S' = P(g') + P!(f'), where the first plane component remains unchanged (g=gg' = g) and the second plane component is updated as P!(f)=P!(f)+(xn+j+1xj+1)bjP!(f') = P!(f) + (x_{n+j+1} - x_{j+1}) \cdot b_j, where bjb_j is the jj-th basis vector for the second plane.