Alphabeta Math
Pipeline-generated
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

9 results · all verified · 9 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs; all 9 also cleared it.

Finite Averaging and Character-Theory Prerequisites

1 · Prerequisites

2 · Summary

These nine lemmas supply the finite linear algebra, function-space, and field-theoretic arguments used in finite averaging and character theory. Projections are constructed without a choice axiom; idempotent trace is interpreted as a field scalar; orbit indicators work over any field, even for an empty set. The normalized Hermitian form uses complex scalars and is linear in its first variable. The unit-sum equality argument and the cyclotomic extension argument isolate the exact prerequisites for later character proofs. The latter requires no integrality assumption on the average.

The companion examples calculate a projection in complex three-space, the class indicators of the symmetric group on three letters, a normalized three-point pairing, and strict cancellation of unit summands.

3 · Logical flowchart

4 · Definitions, theorems and proofs

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

Invertibility of a positive natural scalar in a field

Statement

Let k be a field and n>0 an integer. Then n1k is invertible if and only if char(k)n. Divisibility is in Z; in particular, 0 divides no positive integer.

Facts & Assumptions

Given: A field k and an integer n>0.

[F1]

In a field 01, distributivity holds and every nonzero scalar has an inverse (Field).

Proof

technique · direct
1.1

Put s=n1k. For every tk, distributivity gives 0t=(0+0)t=0t+0t, so cancellation gives 0t=0. Since 01, the scalar zero is not invertible. If s is invertible, it is therefore nonzero, and the equivalence in F2 gives char(k)n.

F1F2
1.2

Conversely, if char(k)n, F2 gives s0, and the field inverse axiom gives s1k with ss1=s1s=1.

F1F2
2.1

By integer divisibility, 0n would mean n=0q=0 for some integer q, impossible for n>0. Thus characteristic zero is included. At n=1, the scalar is 1k with inverse 1k. Together with the two implications this proves the claim.

step 1.1step 1.2F2F1

Sources

Milne, Fields and Galois Theory, pp. 8–9, characteristic cases 1–2. The normalization motivating this interface occurs in Etingof et al., Theorem 4.1.1, pp. 61–62.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

Finite-dimensional subspaces admit projections without Choice

Statement

For a subspace U of a finite-dimensional k-vector space V, there is a linear P:VV with P2=P, imP=U, and PU=idU. No choice axiom is required. This includes U=0 and U=V.

Facts & Assumptions

Given: V finite-dimensional over a field k, and UV.

[F1]

Every independent subset of a subspace of a finite-dimensional space extends to a finite basis, without a choice principle (If dimFV=n and U is a linear subspace of V, then U is finite-dimensional, dimFUn, and dimFU=n if and only if U=V).

[F2]

Linearity means P(av+bw)=aP(v)+bP(w) for all scalars and vectors (Linear map between vector spaces over the same field).

Proof

technique · direct
1.1

Apply F1 to the empty independent subset of U to obtain a finite basis u1,,ur. This is independent in V, so apply F1 with subspace V to extend it to u1,,ur,w1,,ws. Every vector has an expansion in this basis; two expansions agree coefficientwise because their difference is a zero linear combination of an independent family.

F1
2.1

Define P(j=1rajuj+=1sbw)=j=1rajuj. The uniqueness just proved makes P a well-defined function VV. If v,v have u-coordinates aj,aj, then cv+dv has u-coordinates caj+daj. Consequently P(cv+dv)=j(caj+daj)uj=cP(v)+dP(v), so P is linear.

step 1.1F2algebra
3.1

Each P(v) belongs to U. For uU, its basis expression uses only the uj, so P(u)=u. Thus every uU is in the image, and imP=U. Since P(v)U, also P(P(v))=P(v).

step 1.1step 2.1
4.1

If U=0, then r=0 and the formula gives P=0. If U=V, no added vectors are needed and P=idV. If V=0, both lists are empty and these formulas coincide. Only two applications of the choice-free finite extension result and finite enumerations were used; no simultaneous choice over an infinite family occurs.

F1step 1.1step 2.1step 3.1

Sources

Axler, Linear Algebra Done Right, 4e, 2.32–2.33, pp. 41–42. The local finite-basis supplier works over arbitrary fields, extending Axler’s real/complex convention. Etingof et al., Theorem 4.1.1 proof, p. 62, uses the resulting projection.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

The trace of an idempotent is its rank as a field scalar

Statement

If P:VV is an idempotent endomorphism of a finite-dimensional space over a field k, then tr(P)=(dimkimP)1k. In positive characteristic this equality does not in general determine the integer rank from the trace.

Facts & Assumptions

Given: PEndk(V), dimkV<, and P2=P.

[F1]

V=imPkerP, with P the projection onto its image (Every idempotent endomorphism is diagonalisable and is projection onto its image along its kernel).

[F2]

Trace is the matrix trace in any ordered basis, with trace zero on the zero space (The basis-independent trace of an endomorphism of a finite-dimensional vector space).

[F3]

Every linearly independent subset of a subspace of a finite-dimensional vector space extends to a finite basis of that subspace, without a choice principle (If dimFV=n and U is a linear subspace of V, then U is finite-dimensional, dimFUn, and dimFU=n if and only if U=V).

Proof

technique · direct
1.1

By F1, both imP and kerP are subspaces of the finite-dimensional space V. Apply F3 to each empty independent subset to obtain finite bases, and concatenate them in the displayed direct-sum order, putting the r=dimkimP image basis vectors first. For u=P(v), P(u)=P2(v)=P(v)=u; for wkerP, P(w)=0. Thus the matrix is diag(Ir,0).

F1F3given
2.1

F2 permits this basis for computing trace. Summing the diagonal gives tr(P)=1k++1kr terms=r1k. For r=0 this is the empty sum 0; when V=0 it also agrees with F2. For P=idV, it gives (dimkV)1k.

step 1.1F2
3.1

If char(k)=p>0, take V=kp. Its identity has rank p and trace p1k=0, whereas its zero map has rank 0 and trace 0. Therefore equal traces need not imply equal integer ranks, even among idempotents on the same space.

step 2.1algebra

Sources

Axler, 8.47–8.51, pp. 326–327, gives the trace convention and basis independence. Etingof et al., Theorem 4.5.1 proof, p. 68, uses projector trace over the complex numbers; the local proof retains arbitrary characteristic.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

Orbit indicators form a basis of invariant functions

Statement

Let a group G act on a set X with finitely many distinct orbits O, and let k be any field. The invariant functions f:Xk, meaning f(gx)=f(x) for all g,x, form a vector space under pointwise operations. Its basis is {1O:OO} and its dimension is O. Here 1O is 1k on O and 0k elsewhere. For conjugation on a finite group, these are the class functions and conjugacy-class indicators. If X=, the basis is empty.

Facts & Assumptions

Given: A left action of G on X, a finite orbit set O, and a field k.

[F1]

A left action satisfies ex=x and (gh)x=g(hx) (Left group actions, transitive actions, and faithful actions).

[F2]

Distinct orbits partition X, and two points share an orbit exactly when one is gx for some g (The orbits of a group action are the equivalence classes of xy iff y=gx for some g, and hence partition the acted-on set).

[F3]

The vector-space axioms are the abelian addition laws, two distributive laws, scalar associativity and the scalar identity law (Vector space over a field).

[F4]

Finite sums in an additive commutative monoid are independent of enumeration and the empty sum is zero (A finite sum in a commutative monoid indexed by an arbitrary finite set).

[F5]

A basis is a linearly independent spanning subset; the empty basis belongs to the zero space (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis).

[F6]

The conjugacy class of x is {gxg1:gG} (The conjugacy class ClG(x) and centralizer CG(x) of an element).

Proof

technique · direct
1.1

Write W for the invariant functions. The zero function is invariant. If f,hW and a,bk, then (af+bh)(gx)=af(gx)+bh(gx)=af(x)+bh(x)=(af+bh)(x), so af+bhW. For each x, associativity and commutativity of function addition, the zero and negative identities, a(f+h)=af+ah, (a+b)f=af+bf, (ab)f=a(bf) and 1kf=f are the corresponding field equalities evaluated at x. Equality at every x is equality of functions. This verifies all the axioms in F3.

F3givenalgebra
1.2

By F2, x and gx belong to the same orbit. Consequently 1O(gx)=1O(x), so every orbit indicator lies in W. If fW, its values at any two points of one orbit coincide by F2 and invariance. Each orbit is nonempty, so there is a unique scalar cO such that f(x)=cO for all xO. This defines cO by its unique value and does not choose orbit representatives.

F2given
2.1

Define h=OOcO1O using F4 in the additive vector space W. Evaluation of a finite sum is the sum of its values, by the recursive pointwise addition. At a point x, exactly one indicator is 1k, namely that of its orbit, and every other term vanishes. Thus h(x)=cGx=f(x), so h=f and the indicators span W.

F4F2step 1.1step 1.2
3.1

Suppose OOaO1O=0. Fix any orbit O and one xO, possible because O is nonempty. Evaluation at x gives aO=0. This holds for each orbit separately, so no simultaneous choice is required. Also different orbits have different indicators by evaluation on either orbit and 1k0k. Hence these O vectors are independent and, by F5 and step 2.1, form a basis, giving the asserted dimension.

F2F4F5step 2.1
4.1

On X=G, set gx=gxg1. Then exe1=x and (gh)x(gh)1=g(hxh1)g1, so this is an action by F1. F6 identifies its orbits as the conjugacy classes. Invariance is precisely constancy on conjugacy classes, the definition of a class function here. If G is finite there are finitely many classes, so steps 1.1–3.1 apply.

F1F6step 1.1step 1.2step 2.1step 3.1algebra
5.1

If X=, there is just the empty function, which is the zero function; there are no orbits and F4 gives the zero function as the empty sum. F5 gives the empty basis and dimension zero. With one orbit, step 2.1 reads f=cX1X, and step 3.1 proves that this single nonzero indicator is a basis.

F4F5step 2.1step 3.1

Sources

Etingof et al., §4.2 opening, p. 63, supplies the class-function setting. Judson, §14.2 opening identifies the conjugation orbits. The orbit-function basis argument is the local generalization and uses neither character orthogonality nor completeness.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

The normalized Hermitian form on a finite function space

Statement

Let X be a nonempty finite set. On CX, with pointwise vector-space operations, define f,h=X1xXf(x)h(x). The denominator is the positive real image of X. This is an inner product, linear in the first variable.

Facts & Assumptions

Given: X finite and nonempty, m=X>0 viewed in RC, and functions f,h:XC.

[F1]

The linear-first inner-product axioms are linearity in the first variable, conjugate symmetry, and positive definiteness (Real and complex inner product spaces, with the inner product linear in the first argument).

[F2]

For z=a+bi, z=abi and z=a2+b2 (Real and imaginary parts, complex conjugation, and modulus).

[F3]

Finite real sums are defined by enumeration, independently of that enumeration (The sum iSai over a finite index set, and its product form).

[F4]

A finite sum of nonnegative reals is nonnegative and is zero only if every summand is zero (Laws of finite sums and finite products).

[F5]

Finite monoid sums are independent of enumeration and agree with real sums on real summands (A finite sum in a commutative monoid indexed by an arbitrary finite set).

[F6]

Conjugation preserves addition and multiplication, is involutive, and zz=z20 with equality exactly at z=0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

[F7]

A property holding at zero and preserved under successor holds for every natural number (The principle of mathematical induction).

Proof

technique · direct
1.1

Pointwise addition and scaling make CX a vector space: each abelian addition identity, both distributive identities, scalar associativity and the scalar identity hold at each x by the field laws in C. F5 defines every complex sum in the displayed form. Since m>0, m1 exists and is positive real, and F2 gives m1=m1. Thus the form is defined on every pair of functions.

F5F2givenalgebra
1.2

For complex lists aj,bj and cC, finite sums satisfy j(aj+bj)=jaj+jbj, jcaj=cjaj and jaj=jaj. Here is the induction verifying their complex types: at length zero all sums vanish and 0=0. On appending a,b, the first formula follows by rearranging (A+B)+(a+b)=(A+a)+(B+b); the second from cA+ca=c(A+a); the third from A+a=A+a. F7 proves the three identities for every length, and F5 transfers them to any finite enumeration of X.

F5F6F7algebra
2.1

For a,bC and f1,f2,hCX, expand the summand and apply step 1.2 to obtain af1+bf2,h=m1x(af1(x)+bf2(x))h(x)=af1,h+bf2,h.

step 1.2algebra
2.2

Applying conjugation to the finite sum and using its involution gives h,f=m1xh(x)f(x)=f,h.

step 1.1step 1.2F6algebra
2.3

On the diagonal, F6 gives f,f=m1xf(x)2. These are nonnegative real summands, so F5 identifies their sum with the real finite sum of F3, and F4 shows the result is real and nonnegative. If it is zero, multiplication by m>0 gives xf(x)2=0; F4 forces each f(x)2=0, hence f(x)=0 by F6. Conversely f=0 makes every summand zero.

F6F5F3F4step 1.1
3.1

Steps 2.1–2.3 verify F1 and therefore give an inner product. If X={x} the expression is f(x)h(x) and the same verification applies. The zero function has diagonal value zero by step 2.3; the empty set is excluded precisely because the prescribed normalization would divide by zero.

F1step 2.1step 2.2step 2.3

Sources

Axler, 6.2–6.3(a),(b), pp. 183–184, fixes the linear-first convention and positive weights. Etingof et al., §4.5 opening, p. 67, is the class-function specialization. The complex finite-sum laws and definiteness are explicitly derived above.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

Equality in the unit-complex finite-sum bound

Statement

For an integer n>0 and z1,,znC with zi=1, one has i=1nzin. Equality holds if and only if all the zi are equal. This includes n=1.

Facts & Assumptions

Given: n>0 and zi=1 for 1in; natural scalars in inequalities are their real images.

[F1]

The modulus of a+bi is the nonnegative square root of a2+b2 (Real and imaginary parts, complex conjugation, and modulus).

[F2]

Real finite sums may be computed in any enumeration (The sum iSai over a finite index set, and its product form).

[F3]

Finite real sums distribute over addition and scaling, and a sum of nonnegative terms vanishes only when every term vanishes (Laws of finite sums and finite products).

[F4]

Complex finite sums are defined in the additive monoid, with empty sum zero (A finite sum in a commutative monoid indexed by an arbitrary finite set).

[F5]

Finite monoid sums can be reindexed, split over disjoint subsets, and summed in either order on a Cartesian product (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

[F6]

Conjugation preserves addition and multiplication; zz=z2, z=0 exactly when z=0, and zw=zw (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

[F7]

Base and successor steps establish a property for all finite lengths (The principle of mathematical induction).

[F8]

For nonnegative reals, ab if and only if a2b2 (Squaring is monotone on the nonnegatives).

Proof

technique · direct
1.1

Put S=i=1nzi, using F4. For any complex finite lists, distributivity over a finite sum follows by induction: it holds for the empty sum; appending a changes cA to c(A+a)=cA+ca. Likewise conjugation through a finite sum holds at zero and is preserved by A+a=A+a. F7 therefore gives these identities for every finite length.

F4F6F7algebra
2.1

Consequently S2=SS=i,jzizj. Split the pairs into i=j, i<j and j<i, and reindex the third part by swapping its coordinates, as permitted by F5. The diagonal sum is n since zizi=1, giving S2=n+i<j(zizj+zjzi).

step 1.1F5F6given
3.1

For each pair i<j, expand zizj2=(zizj)(zizj)=2zizjzjzi. There are n(n1)/2 such pairs: the count is zero at n=1, and adjoining index n+1 adds the n pairs (i,n+1), so the formula is preserved by n(n1)/2+n=n(n+1)/2. Induction gives this count for all positive n. Adding the displayed expansions to step 2.1 cancels each off-diagonal term and yields i<jzizj2=n(n1)(S2n)=n2S2.

step 2.1F6F7F3F4algebra
4.1

Each squared modulus is a nonnegative real by F1 and F6. Use F2 to enumerate the pair set and F3 to conclude n2S20. Since S0 and n>0, F8 now gives Sn.

step 3.1F1F2F3F6F8
4.2

If S=n, the identity in step 3.1 makes the sum of squared differences zero. F3 forces zizj2=0 for every pair, and F6 gives zi=zj. For n>1, take the pairs (1,j) to conclude every zj=z1. For n=1 that conclusion already holds and the pair sum is empty.

step 3.1F3F6F4
5.1

Conversely, if every zi=z1, repeated addition gives S=nz1. Thus S=nz1=n by F6 and the real modulus in F1. At n=1 this reads z1=1. This proves both directions of the equality characterization.

F6F1givenstep 4.2

Sources

Etingof et al., Lemma 5.4.5 proof, p. 101, uses strictness for unequal unit roots. The pairwise squared-distance calculation supplies that equality argument locally for all unit complex numbers, without complex arguments or trigonometry.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

Conjugates of an average of roots of unity

Statement

Let n>0, let z1,,znC be roots of unity, and put a=n1izi. Then a is algebraic over Q. There is a finite cyclotomic splitting field EC containing all the zi such that for every complex Q-conjugate b of a, some Q-automorphism σ:EE satisfies b=σ(a)=n1iσ(zi). Each σ(zi) has the same multiplicative order as zi. No integrality hypothesis on a is required.

Facts & Assumptions

Given: n>0, each zi a complex root of unity, and a=n1i=1nzi.

[F1]

A root of unity satisfies a positive power equation zm=1; its order is the least positive such exponent (The group μn(K) of n-th roots of unity in a field, and primitive n-th roots of unity).

[F2]

An isomorphism of base fields extends to an isomorphism between splitting fields of a nonzero polynomial and its transported polynomial (A base-field isomorphism extends to an isomorphism between splitting fields of corresponding polynomials).

[F3]

Conjugates over Q are roots of the same minimal polynomial (Conjugate algebraic elements over a field).

[F4]

A cyclotomic extension of order N is the splitting field of tN1, generated by its roots (The cyclotomic extension K(μn) as a splitting field of tn1).

[F5]

Every nonconstant complex polynomial splits over C (Every nonconstant polynomial in C[x] splits into linear factors).

[F6]

A field obtained by adjoining finitely many algebraic elements has finite degree (An extension generated by finitely many algebraic elements is finite).

[F7]

Every element of a finite field extension is algebraic (Every finite field extension is algebraic).

[F8]

An algebraic splitting field of a nonzero polynomial is normal (An algebraic extension that is a splitting field of a polynomial is normal).

[F9]

If two elements are roots of corresponding monic irreducible polynomials, a base-field isomorphism extends to their simple fields sending one root to the other (A base-field isomorphism extends across simple adjunctions of corresponding roots of an irreducible polynomial).

[F10]

Finite sums use repeated addition with empty sum zero (A finite sum in a commutative monoid indexed by an arbitrary finite set).

[F11]

Base and successor steps prove a statement for every finite length (The principle of mathematical induction).

[F12]

Normality says each element’s minimal polynomial over the base field splits in the extension (A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there).

Proof

technique · direct
1.1

Let mi be the positive order of zi, and set N=m1mn>0. Each mi divides N, hence ziN=(zimi)N/mi=1. The nonconstant polynomial q(t)=tN1 splits in C by F5. Let R be its set of roots there and E=Q(R)C. The linear factorization has N factors, so R is finite. The polynomial splits over E, and E is generated by these roots, so it is the cyclotomic splitting field of F4. All zi belong to E.

F1F5F4algebra
2.1

Each member of R is algebraic over Q, being a root of qQ[t]{0}. F6 makes E/Q finite, and F7 makes it algebraic. As 1/nQ, repeated addition and multiplication in E show that aE; F10 gives the same finite sum in E and C. In particular a is algebraic by F7.

step 1.1F6F7F10
3.1

F8 applies to the algebraic splitting field E/Q of the nonzero polynomial q, giving normality. Let p be the monic minimal polynomial of a over Q. By F12, p splits over E. If bC is a conjugate of a, then p(b)=0 by F3. Write p(t)=j(trj) with rjE. The field C has no zero divisors, so j(brj)=0 forces b=rj for some j; thus bE.

step 1.1step 2.1F8F12F3
4.1

Apply F9 to the identity isomorphism of Q and the monic irreducible polynomial p, with roots a and b. It gives a Q-isomorphism τ:Q(a)Q(b) satisfying τ(a)=b. Both fields lie in E. Since QQ(a)E, one has Q(a)(R)=E; the two inclusions follow respectively because E contains a,R and because Q(R)=E. The same argument gives Q(b)(R)=E. Thus E is a splitting field of q over each of these base fields.

F9step 1.1step 2.1step 3.1
5.1

The coefficients of q are rational and τ fixes them, so τq=q0. Apply F2 to the two splitting-field structures from step 4.1. It extends τ to a field isomorphism σ:EE. This is a Q-automorphism and σ(a)=b.

F2step 4.1
6.1

A field homomorphism preserves finite sums: it sends the empty sum to 0, and σ(A+z)=σ(A)+σ(z) preserves the assertion when a term is appended; F11 proves this for every length in F10. Since σ(1/n)=1/n, it follows that b=σ(a)=n1iσ(zi).

step 5.1F10F11algebra
7.1

Multiplicativity gives σ(zi)mi=σ(zimi)=1. If σ(zi)d=1 for a positive d<mi, applying σ1 gives zid=1, contrary to the definition of mi in F1. Thus the order is exactly mi. This covers mi=1 and repeated roots. When n=1, the construction still applies with a=z1. When a=0, its minimal polynomial is t, so b=0; steps 4.1–6.1 still apply. No step imposed integrality on a.

F1step 1.1step 5.1step 6.1F3

Sources

Milne, Proposition 2.12 and Corollary 2.13, pp. 29–30, and Definition 3.7, p. 37, support extension and normality. Etingof et al., Lemma 5.4.5 proof, p. 101, uses simultaneous conjugate averages. Its later algebraic-integer conclusion is not claimed here.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

The kernel of a finite direct sum is the intersection of the kernels

Statement

Let (Vi,ρi)iI be a finite family of finite-dimensional representations of a group G over a field k. On V=iIVi, the formula ρ(g)((vi)i)=(ρi(g)vi)i defines a finite-dimensional representation, and kerρ=iIkerρi. For I=, V=0 and the empty intersection is understood inside G, so both sides are G.

Facts & Assumptions

Given: A finite index set I and homomorphisms ρi:GGL(Vi) with each Vi finite-dimensional over k.

[F1]

A finite-dimensional representation is a homomorphism to the group of invertible linear maps of a finite-dimensional space (A finite-dimensional representation ρ:GGL(V) over a field, and its degree).

[F2]

The kernel consists of elements mapped to the identity of the target group (The kernel and image of a group homomorphism).

[F3]

The direct sum consists of finitely supported tuples with coordinatewise operations and has coordinate inclusions; the empty sum is zero (The direct sum of an indexed family of modules).

Proof

technique · direct
1.1

Because I is finite, every tuple has finite support, so V=iIVi with the operations in F3. Choose a finite basis of each Vi. This uses only finitely many existential witnesses. Their coordinate inclusions form a finite basis of V: they span because each coordinate has a basis expansion, and a zero combination has all coefficients zero by projecting to each coordinate and using that coordinate’s independence. Thus V is finite-dimensional. Zero-dimensional coordinates contribute empty bases.

F3given
1.2

For gG, define ρ(g) by the displayed coordinate formula. The equality ρi(g)(avi+bwi)=aρi(g)vi+bρi(g)wi in every coordinate proves linearity. Also ρi(g)ρi(g1)=idVi and the reversed product is the identity, so ρ(g1) is a two-sided inverse of ρ(g). Hence ρ(g)GL(V).

F1F3givenalgebra
2.1

For every tuple v, the i-coordinate of ρ(gh)v is ρi(gh)vi=ρi(g)ρi(h)vi, the i-coordinate of ρ(g)ρ(h)v. Similarly ρ(e)v=v. Therefore ρ is a homomorphism and, with step 1.1, a finite-dimensional representation as in F1.

F1step 1.1step 1.2
2.2

If gkerρ, F2 gives ρ(g)=idV. For any i and viVi, apply this equality to the coordinate inclusion ȷi(vi). Its i-coordinate yields ρi(g)vi=vi. Since vi was arbitrary, ρi(g)=idVi, so gkerρi for every i.

F2F3step 1.2
3.1

Conversely, if gkerρi for every i, then for every tuple v, ρ(g)v=(ρi(g)vi)i=(vi)i=v. Hence ρ(g)=idV and gkerρ. This proves the intersection formula.

F2step 1.2step 2.2
4.1

For I=, F3 gives V=0. Its unique endomorphism is its identity and is invertible, so every g acts identically and kerρ=G. The condition that g lie in each kernel is vacuous, giving the same G. For a one-element family steps 2.2–3.1 give the single coordinate kernel. For a zero coordinate its kernel is G, so it places no further restriction on the intersection.

F2F3step 2.2step 3.1

Sources

Etingof et al., Chapter 4 opening, p. 61, supplies the representation convention. The coordinate action, its finite-dimensionality, and both kernel containments are derived locally from the direct-sum definition.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

A group is abelian exactly when its conjugacy classes are singletons

Statement

A group G is abelian if and only if every conjugacy class in G is a singleton. No finiteness assumption is needed.

Facts & Assumptions

Given: A group G, with identity e.

[F1]

Proof

technique · direct
1.1

If G is abelian, then for all g,hG one has ghg1=hgg1=h. Thus every element of ClG(h) is h; and ehe1=h shows that h belongs to the class. Hence ClG(h)={h}.

F1givenalgebra
1.2

Conversely, suppose every class is a singleton. Since ehe1=h, that singleton must be {h}. For arbitrary g,h, F1 then gives ghg1=h. Multiplying on the right by g yields gh=hg. Thus every pair commutes and G is abelian.

F1algebra
2.1

In the trivial group the sole class is {e} and ee=ee, so both properties hold. In all groups, the membership hClG(h) used above prevents empty classes. The argument quantifies over arbitrary g,h and makes no cardinality assumption.

F1step 1.1step 1.2

Sources

Judson, §14.2 opening identifies fixed points of conjugation with the center. Etingof et al., §4.3(1), p. 64, uses singleton classes for abelian groups. Both implications are proved above without finiteness.

5 · Examples, counterexamples and false statements

None yet.

Sources