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.

Semisimple Lie Algebras, Cohomology, and Levi Theory

1 · Prerequisites

2 · Summary

Invariant trace forms connect representation theory to structure theory. Cartan's two criteria identify solvability and semisimplicity through trace conditions, after which nondegenerate orthogonal complements yield the decomposition into simple ideals. The Casimir construction then proves Weyl complete reducibility. Reductive algebras are treated only after that supplier is available: the page proves the equivalence between the central-plus- semisimple decomposition, complete reducibility of the adjoint module, and the usual derived-algebra characterization.

The Chevalley–Eilenberg differential is written with its full sign convention and proved to square to zero. Its low degrees recover invariants and derivations, while degree two classifies abelian extensions; finite dimensionality of the quotient algebra is retained there so a section follows by lifting a finite basis in ZF. The two Whitehead lemmas are proved from complete reducibility and the Casimir homotopy, and the long exact sequence is derived from the degreewise exact cochain complexes.

Levi existence and Malcev conjugacy follow in that order. Ado's strengthened form is proved through the finite-codimensional enveloping-algebra ideal construction, including nilpotent action by the nilradical and restriction-of-scalars descent. Lie's second and third fundamental theorems then relate finite-dimensional real Lie algebras to simply connected Lie groups. Connected integrations are classified as discrete central quotients, and nilpotent integrations acquire global polynomial BCH coordinates.

All algebraic structure and cohomology results on this page are proved in ZF. The Lie-group results that use the library's closed-subgroup, covering, or discrete-subgroup suppliers explicitly assume ACω via The Axiom of Countable Choice (ACω), and that assumption is propagated to their dependent corollaries. The final false statements isolate the missing hypotheses in centerlessness, reductive Killing forms, reductive representations, extension classification, Levi uniqueness, and passage from local to global Lie theory. Concrete calculations and witnesses appear on semisimple-lie-algebras-cohomology-and-levi-theory-examples.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Simple, semisimple, and reductive Lie algebras

Definition

Let g be a finite-dimensional Lie algebra over a field k.

  • It is simple if it is nonabelian and its only ideals are 0 and g.
  • It is semisimple if rad(g)=0, as in Semisimple Lie algebras.
  • When chark=0, it is reductive when g=Z(g)[g,g] and the derived algebra [g,g] is semisimple, as in Reductive Lie algebras.

The word “nonabelian” in the first clause excludes one-dimensional abelian Lie algebras from being simple. The zero Lie algebra is semisimple under the vanishing-radical convention and, when chark=0, is reductive, with both displayed summands zero. These are conventions, not yet the structure theorem that every semisimple algebra is a direct sum of simple ideals.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Trace form of a representation

Definition

Let ρ:ggl(V) be a representation for which V is finite-dimensional. Its trace form is the scalar-valued function

Bρ(x,y)=tr(ρ(x)ρ(y))(x,yg).

The trace is the basis-independent trace from The basis-independent trace of an endomorphism of a finite-dimensional vector space, so the definition does not depend on a basis of V. The acting algebra g need not be finite-dimensional. The finite-dimensionality of V is essential here because it is the standing hypothesis under which the cited trace has been defined. No nondegeneracy, faithfulness, or symmetry is asserted in the definition.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Killing form

Definition

For a finite-dimensional Lie algebra g, its Killing form is the trace form of the adjoint representation:

Kg(x,y)=trg(adxady).

Here adx(z)=[x,z]. Thus the trace is taken on the vector space g itself. In particular, if g=0 or if g is abelian, then every adjoint operator is zero and Kg=0. Symmetry and invariance will follow from the general trace-form calculation rather than being included in the definition.

PropositionStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Trace forms are symmetric and invariant

Statement

For every finite-dimensional representation ρ:ggl(V), the trace form is bilinear and symmetric, and it is invariant in the sense that

Bρ([z,x],y)+Bρ(x,[z,y])=0.

Consequently the Killing form has all three properties.

Facts & Assumptions

Given: A representation ρ:ggl(V) with V finite-dimensional and elements x,y,zg.

[L1]

The trace form is Bρ(x,y)=tr(ρ(x)ρ(y)) (Trace form of a representation).

[L2]

Finite-dimensional endomorphisms satisfy tr(AB)=tr(BA) (For AMm×n(F) and BMn×m(F), tr(AB)=tr(BA)).

Proof

technique · direct trace calculation
1.1

Linearity of ρ, composition, and trace makes Bρ bilinear. By [L2], Bρ(x,y)=tr(ρ(x)ρ(y))=tr(ρ(y)ρ(x))=Bρ(y,x), so it is symmetric.

L1L2algebra
1.2

Put X=ρ(x), Y=ρ(y), and Z=ρ(z). Since ρ preserves brackets, the left side of the invariance identity is tr((ZXXZ)Y)+tr(X(ZYYZ)). After expansion, the middle terms cancel directly and [L2] gives tr(ZXY)=tr(XYZ), so the remaining terms cancel as well.

L1L2algebra
2.1

The Killing form is the trace form for ρ=ad, so steps 1.1–1.2 apply verbatim. The zero representation and zero-dimensional space cause no exception: every displayed trace is then zero.

L1step 1.11.2
LemmaStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Orthogonal complements under invariant forms are ideals

Statement

Let B be a symmetric invariant bilinear form on a Lie algebra g, and let i be an ideal. Then

i={ug:B(u,v)=0 for every vi}

is an ideal. In particular, the radical g of B is an ideal.

Facts & Assumptions

Given: A Lie algebra g, an ideal i, and a symmetric bilinear form satisfying B([z,u],v)+B(u,[z,v])=0.

[L1]

An ideal is a linear subspace i with [g,i]i (Lie subalgebras, ideals, and center).

Proof

technique · direct
1.1

The equations defining i are linear in u, so it is a linear subspace. If ui, zg, and vi, invariance gives B([z,u],v)=B(u,[z,v]). The second argument on the right belongs to i by [L1], so the right side is zero. Hence [z,u]i, proving ideality.

L1givenalgebra
2.1

Taking i=g in step 1.1 gives that g is an ideal. This includes the zero algebra, the zero form, and the nondegenerate case g=0 without any separate choice.

step 1.1
TheoremStatement: Literature-sourcedProof: AI-adaptedaudited 2026-09-14Open item page →

Cartan's solvability criterion

Statement

Let g be finite-dimensional over a characteristic-zero field. Then g is solvable if and only if Kg(g,[g,g])=0.

More generally, a finite-dimensional linear Lie algebra hgl(V) is solvable if tr(xy)=0 for all x[h,h] and yh; when h is solvable, these traces do vanish.

Facts & Assumptions

Given: Finite-dimensional vector spaces and Lie algebras over a field of characteristic zero.

[L1]

Every finite-dimensional representation of a solvable algebra over an algebraically closed characteristic-zero field is simultaneously upper triangularizable (Simultaneous triangularization of solvable representations).

[L2]

If every adjoint operator of a finite-dimensional algebra is nilpotent, that algebra is nilpotent (Engel's theorem).

[L3]

An algebra is solvable exactly when its derived algebra is nilpotent in the linear situation used here (Solvability criterion via the derived algebra).

[L4]

Solvable ideals and solvable quotients give solvable extensions (Subalgebras, quotients, and extensions of solvable Lie algebras).

[L6]

Every finite-dimensional endomorphism over an algebraically closed field has Jordan canonical form (Every finite-dimensional endomorphism over an algebraically closed field has Jordan form).

[L7]

The Killing form is the trace form of the adjoint representation (Killing form).

Proof

technique · scalar reduction, Jordan decomposition, and Engel
1.1

Suppose first that h is solvable. Choose bases of h and V, and let k0k be the subfield generated over Q by the finitely many structure constants and matrix entries. The resulting k0-form h0 is solvable because its derived series becomes that of h after the faithful scalar extension k0k. The finitely generated field k0 embeds in C. Over C, [L1] gives a basis in which h0 is upper triangular and its derived algebra is strictly upper triangular. Thus tr(yx)=0 for all x[h0,h0] and yh0. These finitely many bilinear identities hold over k0 and hence after extension to k.

L1L5algebra
1.2

We prove the converse first under the stronger hypothesis tr(xy)=0 for every x,yh. Choose bases and let k0 be the characteristic-zero subfield generated by the finitely many matrix entries of a basis of h and its structure constants. The strong trace hypothesis is determined by the finitely many pairs of basis vectors, so it persists after extending the resulting k0-form to C. Solvability over C descends because every derived term commutes with scalar extension. We may therefore carry out the strong converse over C.

L5algebra
1.3

Over C, fix x[h,h]. By [L6], choose a Jordan basis on V and write x=xs+xn, where xs is diagonal, xn is block-nilpotent, and they commute. The commuting left and right multiplication operators on End(V) show that the semisimple part of adx=LxRx is adxs. Write the diagonal entries of xs as a1,,an, and let xs have diagonal entries a1,,an. On the generalized eigenspaces of adx, adxs has eigenvalues aiaj. Finite Hermite interpolation on the finitely many differences aiaj, taking zero to zero, expresses adxs as a polynomial without constant term in adx. Since h is stable under adx, it follows that [xs,h]h.

L6algebra
2.1

Write x as a finite sum of commutators. By [L5], tr(A[B,C])=tr([A,B]C). Step 1.3 and the strong trace hypothesis therefore give tr(xsx)=0. In the Jordan basis this trace is iaiai, so every ai=0 and x is nilpotent. If xm=0 on V, then the commuting operators Lx,Rx on End(V) satisfy (LxRx)2m1=0, because every binomial term contains either Lxm or Rxm. Restriction to the invariant derived algebra shows that each of its adjoint operators is nilpotent. Hence [L2] makes [h,h] nilpotent, and [L3] makes h solvable.

L2L3L5step 1.3algebra
3.1

Under the stated weaker hypothesis, apply steps 1.2–2.1 to the linear Lie algebra [h,h]: the required strong trace vanishing holds for every pair in it. Its solvability implies solvability of h by the derived-series definition. Together with step 1.1 this proves the linear criterion.

step 1.1step 1.2step 1.3step 2.1algebra
4.1

Apply the linear criterion to ad(g). Its derived algebra is ad([g,g]), and [L7] says that the trace hypothesis is precisely the asserted Killing-form condition. Hence ad(g) is solvable. The exact sequence 0Z(g)gad(g)0 has abelian kernel, so [L4] makes g solvable. The reverse direction is step 1.1 for the adjoint representation. The zero algebra makes both conditions vacuous and is solvable.

L4L7step 1.1step 3.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Cartan's semisimplicity criterion

Statement

A finite-dimensional Lie algebra over a characteristic-zero field is semisimple if and only if its Killing form is nondegenerate.

Facts & Assumptions

Given: A finite-dimensional characteristic-zero Lie algebra g with Killing form K.

[L1]

The radical of an invariant form is an ideal (Orthogonal complements under invariant forms are ideals).

[L2]

Cartan's solvability criterion detects solvability from the relevant trace pairing (Cartan's solvability criterion).

[L3]

Semisimple means that the solvable radical is zero (Simple, semisimple, and reductive Lie algebras).

Proof

technique · direct in both directions
1.1

Suppose g is semisimple and let a=g be the radical of K. It is an ideal by [L1]. For x,ya, the operator adxady maps g into a and induces zero on g/a; its trace on g therefore equals the trace of its restriction to a. Thus the intrinsic Killing form of a is the restriction of K, hence zero.

L1algebra
1.2

Conversely suppose K is nondegenerate and let a be an abelian ideal. For aa and xg, put T=adaadx. Its image lies in a, while T vanishes on a because [x,a]a and a is abelian. Hence T2=0, so K(a,x)=tr(T)=0. Nondegeneracy forces a=0; thus g has no nonzero abelian ideal.

givenalgebra
2.1

By [L2], step 1.1 makes a solvable. It is a solvable ideal of the semisimple algebra g, so [L3] gives a=0. Therefore K is nondegenerate.

L2L3step 1.1
3.1

If g had a nonzero solvable ideal r, let r(m) be the last nonzero term of its derived series: it is nonzero and abelian, and it is an ideal of g because derived terms of an ideal are ideals of the ambient algebra by Jacobi. This contradicts step 1.2. Thus the radical is zero and [L3] makes g semisimple. For g=0, the unique bilinear form has zero radical and is nondegenerate in the standard vacuous sense, so both directions still hold.

L3step 1.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Semisimple Lie algebras are centerless and perfect

Statement

If g is finite-dimensional and semisimple over a characteristic-zero field, then Z(g)=0 and [g,g]=g.

Facts & Assumptions

Given: Such a Lie algebra g.

[L1]

Its Killing form is nondegenerate (Cartan's semisimplicity criterion).

[L2]

The Killing form is the trace form of the adjoint representation (Killing form).

Proof

technique · direct
1.1

If zZ(g), then adz=0, so [L2] gives K(z,x)=0 for every x. Nondegeneracy in [L1] yields z=0.

L1L2
2.1

Let D=[g,g]. Its orthogonal complement consists exactly of the elements z with K([x,y],z)=K(x,[y,z])=0 for all x,y, hence [y,z]=0 by [L1]. Thus D=Z(g)=0 by step 1.1, and finite-dimensional nondegeneracy gives D=g.

L1step 1.1algebra
3.1

When g=0, both conclusions read 0=0; no nonempty choice was used.

step 1.12.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Semisimple Lie algebras decompose into simple ideals

Statement

Every finite-dimensional semisimple Lie algebra over a characteristic-zero field is a finite direct sum of simple ideals.

Facts & Assumptions

Given: A finite-dimensional semisimple characteristic-zero Lie algebra g.

[L1]

Its Killing form K is nondegenerate (Cartan's semisimplicity criterion).

[L2]

Orthogonal complements of ideals under K are ideals (Orthogonal complements under invariant forms are ideals).

[L3]

Simple means nonabelian with no nontrivial ideals, and semisimple means zero radical (Simple, semisimple, and reductive Lie algebras).

Proof

technique · induction on dimension
1.1

The assertion for g=0 is the empty direct sum. For nonzero g, if a is any ideal, then aa is abelian. Indeed, for u,v in that intersection and zg, invariance gives K([u,v],z)=K(u,[v,z])=0, because [v,z]a. By [L1], [u,v]=0. Semisimplicity makes this abelian ideal zero.

L1L2L3base
2.1

If g0, choose a nonzero ideal a of least positive dimension; finite dimension makes this a choice from a finite set of integers. By step 1.1 and dimension, g=aa. Both summands are ideals, and their bracket lies in their intersection, hence is zero.

L2step 1.1
3.1

The minimal ideal a is not abelian, because a nonzero abelian ideal is solvable. If 0ja, then [a,j]=0 and [a,j]j, so j is an ideal of g; minimality gives j=a. Thus a is simple. Assume inductively that every semisimple algebra of smaller dimension has the asserted decomposition.

L3step 2.1IH
4.1

The complement a is semisimple: any solvable ideal in it is, because the two summands commute, also a solvable ideal of g, and hence zero. Its dimension is smaller, so the induction hypothesis in step 3.1 decomposes it into finitely many simple ideals. Adjoining a proves the result; a simple g is the one-summand case.

L3step 2.1step 3.1discharge-induction: step 1.1
PropositionStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Ideals and quotients of semisimple Lie algebras

Statement

Every ideal and every quotient of a finite-dimensional semisimple characteristic-zero Lie algebra is semisimple. More precisely, relative to a decomposition into simple ideals, every ideal is the sum of a subfamily of the simple factors and has an ideal complement.

Facts & Assumptions

Given: A decomposition g=g1gm into simple ideals and an ideal ag.

[L1]

Such a finite decomposition exists (Semisimple Lie algebras decompose into simple ideals).

[L2]

Quotients by ideals carry the published quotient bracket (Quotient Lie algebras).

Proof

technique · factorwise bracketing
1.1

Let pi be projection to gi. If pi(a)0, simplicity and nonabelianness give [gi,pi(a)]=gi. But bracketing an element supported in the ith factor with an element of a produces an element of a supported only in that factor. Hence gia. If the projection is zero, the factor does not occur. Therefore a is exactly the direct sum of the factors for which its projection is nonzero.

L1algebra
2.1

The sum of the remaining factors is an ideal complement b, so g=ab. Both a and b are direct sums of simple ideals and hence semisimple. By [L2], projection restricts to an isomorphism bg/a, so the quotient is semisimple as well.

L1L2step 1.1
3.1

For g=0, the indexing family and both subfamilies are empty; the ideal and quotient are zero. The cases a=0 and a=g correspond to the empty and full subfamilies and are included in step 2.1.

step 1.12.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Casimir operator relative to an invariant form

Definition

Let g be finite-dimensional and let B be a nondegenerate, symmetric, invariant bilinear form on it. If x1,,xn is a basis and x1,,xn is its B-dual basis, the Casimir element relative to B is

ΩB=i=1nxixiU(g).

On a representation ρ:ggl(V), its Casimir operator is

ρ(ΩB)=i=1nρ(xi)ρ(xi).

The empty sums give zero when g=0. Nondegeneracy is exactly what identifies g with its dual and supplies the dual basis. Independence of the chosen basis and commutation with the action are proved in the next lemma.

LemmaStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

The Casimir operator is basis-independent and intertwining

Statement

The Casimir element ΩB is independent of the chosen dual bases and belongs to the center of U(g). Consequently its action on every g-module is a g-intertwiner.

Facts & Assumptions

Given: The data in the Casimir definition.

[L1]

The element is the image of the dual-basis tensor under multiplication in U(g) (Casimir operator relative to an invariant form).

[L2]

Invariance means B([z,x],y)+B(x,[z,y])=0 (Trace forms are symmetric and invariant).

[L3]

A representation extends uniquely to an algebra homomorphism from the universal enveloping algebra (Universal property of the enveloping algebra).

Proof

technique · invariant inverse tensor
1.1

The form isomorphism b:gg sends xB(x,). Under ggEnd(g), the identity corresponds to ixib(xi). Hence ixixi is the inverse tensor of B and is independent of the basis. Multiplication into U(g) proves the same for ΩB.

L1algebra
2.1

For zg, the diagonal adjoint action on the inverse tensor is i([z,xi]xi+xi[z,xi]). Pairing its second factor with an arbitrary vector and using [L2] shows that this tensor is zero. Multiplication sends it to [z,ΩB], hence that commutator is zero. Since g generates U(g), ΩB is central.

L2step 1.1algebra
3.1

By [L3], any module action extends to U(g). Centrality gives ρ(x)ρ(ΩB)=ρ(ΩB)ρ(x) for every x, precisely the intertwining condition. For g=0, the inverse tensor and Casimir are empty sums and all assertions reduce to 0=0.

L3step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Weyl's complete reducibility theorem

Statement

Every finite-dimensional representation of a finite-dimensional semisimple Lie algebra over any characteristic-zero field is completely reducible.

Facts & Assumptions

Given: A finite-dimensional semisimple characteristic-zero Lie algebra g, a finite-dimensional g-module V, and a submodule WV.

[L1]

A representation is completely reducible when it is an algebraic direct sum of irreducible representations; the zero representation is the empty sum (Irreducible, completely reducible, and faithful representations).

[L2]

A Casimir element from a nondegenerate invariant form acts as an intertwiner (The Casimir operator is basis-independent and intertwining).

[L3]

Over an algebraically closed field, every intertwiner of a finite- dimensional irreducible module is scalar (Schur’s lemma for irreducible Lie-algebra representations).

[L4]

The Killing form of a semisimple characteristic-zero algebra is nondegenerate (Cartan's semisimplicity criterion).

[L5]

A semisimple algebra is perfect (Semisimple Lie algebras are centerless and perfect).

[L6]

Cartan's solvability criterion applies to the trace form of any finite-dimensional representation (Cartan's solvability criterion).

[L7]

A nondegenerate invariant form and its dual bases define the Casimir operator used below (Casimir operator relative to an invariant form).

[L8]

A quotient of a semisimple algebra is semisimple (Ideals and quotients of semisimple Lie algebras).

[L9]

Every representation trace form is symmetric and invariant (Trace forms are symmetric and invariant).

[L10]

The radical of an invariant symmetric form is an ideal (Orthogonal complements under invariant forms are ideals).

Proof

technique · Casimir splitting and induction
1.1

We first work over an algebraically closed field. Every one-dimensional g-module is trivial: its representation kills [g,g], which equals g by [L5].

L5algebra
2.1

Suppose V/W is one-dimensional and W is simple. Replace g by its image h in gl(V); the kernel is an ideal and [L8] makes the quotient h semisimple. If h=0 the action is trivial and every line complementary to W is invariant, so assume h0. By [L9] its trace form on V is invariant and symmetric, so [L10] makes its radical an ideal; [L6] makes that radical solvable, hence zero. Form its Casimir C as in [L7]. It kills the trivial quotient V/W, while [L2] and [L3] say that it acts on W by a scalar a. Moreover trV(C)=dimh, by summing the dual-basis identities. Characteristic zero makes this nonzero, so a0. Consequently kerC is an invariant line complementary to W. This, together with W=0, is the induction base.

L2L3L6L7L8L9L10step 1.1base
3.1

Retain dim(V/W)=1 but allow arbitrary W, and assume the assertion for submodules of smaller dimension. If W is not simple, choose a nonzero proper submodule W. By the induction hypothesis, W/W has a complement V/W in V/W. Now V/W is one-dimensional, and another induction application splits V=WL. The line L is disjoint from W and complements it in V.

step 2.1IH
4.1

For general WV, give Homk(V,W) the action (xf)(v)=xf(v)f(xv). Let V1 consist of maps whose restriction to W is a scalar multiple of the identity, and W1 of maps vanishing on W. They are submodules and V1/W1 is one-dimensional. Step 3.1 gives an invariant line L=kf complementary to W1. By step 1.1, L is trivial, so f intertwines the action. Its restriction to W is a nonzero scalar—otherwise fW1—and after rescaling it is the identity. Therefore kerf is an invariant complement to W.

step 1.13.1
5.1

For an arbitrary characteristic-zero ground field, choose bases of g and V adapted to W, and let k0 be the subfield generated over Q by their finitely many structure and action coefficients. Nondegeneracy of the Killing matrix shows that the resulting k0-form of g is semisimple. Embed the finitely generated field k0 in C. Steps 1.1–4.1 over C produce an equivariant projection P:VCWC restricting to the identity. The conditions PW=1 and Pρ(x)=ρ(x)P for the chosen finite bases form a finite linear system over k0. Row reduction shows that consistency over C already gives a k0-solution; extending it to the original field gives an invariant kernel complementary to W. Since W was arbitrary, every submodule has an invariant complement. Induction on dimV now gives the direct-sum condition in [L1]: for V0, choose a nonzero submodule S of least dimension, which is irreducible; if SV, split V=ST and decompose the smaller module T by induction. For V=0 the empty direct sum is [L1]'s convention. Every descent, embedding, and row reduction uses only finite data, so no choice principle is used.

L1L4step 3.1discharge-induction: step 2.1induction
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Equivalent characterizations of reductive Lie algebras

Statement

For a finite-dimensional Lie algebra g over a characteristic-zero field, the following are equivalent:

  1. rad(g)=Z(g);
  2. g=Z(g)[g,g] and the derived algebra is semisimple;
  3. the adjoint representation of g is completely reducible.

Facts & Assumptions

Given: Such a Lie algebra g.

[L1]

The quotient by the radical is semisimple (The radical is characteristic and its quotient has zero radical).

[L2]

Weyl's theorem completely reduces finite-dimensional modules for a semisimple algebra (Weyl's complete reducibility theorem).

[L3]

Ideals and quotients of semisimple algebras are semisimple (Ideals and quotients of semisimple Lie algebras).

[L4]

Semisimple algebras are perfect and centerless (Semisimple Lie algebras are centerless and perfect).

[L5]

A completely reducible representation is a direct sum of irreducible subrepresentations (Irreducible, completely reducible, and faithful representations).

Proof

technique · prove $1\Rightarrow2\Rightarrow3\Rightarrow1$
1.1

Assume condition 1 and write z=Z(g). By [L1], q=g/z is semisimple. It acts on g through adjoints, and z is a trivial submodule. By [L2] there is a q-submodule s with g=zs. Invariance says [g,s]s, so s is an ideal, and projection identifies it with q. Hence it is semisimple by [L3]. Since z is central and s is perfect by [L4], [g,g]=s. This is condition 2.

L1L2L3L4
1.2

Assume condition 2. The adjoint module is the direct sum of the trivial module Z(g) and the adjoint module of the semisimple ideal [g,g]. The latter is completely reducible by [L2], so the whole adjoint module is completely reducible. This proves condition 3.

L2given
1.3

Assume condition 3. By [L5], the adjoint module is a finite direct sum of irreducible submodules. Every submodule W therefore has an invariant complement: starting with C=0, if WCg, some irreducible summand in the displayed finite decomposition is not contained in W+C; its intersection with W+C is then zero by irreducibility, so adjoining it strictly enlarges C while preserving WC=0. Finite dimensionality makes this process terminate with g=WC. Write r=rad(g) and use this observation to choose an invariant complement s. Both are ideals, so [r,s]rs=0. Apply the observation again to the characteristic ideal r=[r,r], choosing an invariant complement c in g. If u=rc, then the decomposition g=rc restricts to r=ru. The summands r and u are ideals and commute.

L5algebra
2.1

From step 1.3, r=ru and [r,u]=0. Hence r=[r,r]=[r,r]+[u,u]. The second summand lies in both u and r, so it is zero; therefore r=[r,r]. But r is solvable, and a nonzero perfect algebra cannot be solvable, so r=0. Thus r is abelian and, because it also commutes with s, is central in g. Conversely the center is an abelian ideal and lies in the radical. This proves condition 1 and closes the equivalence. For g=0, all three conditions hold.

step 1.3algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

The adjoint representation splits into simple ideals

Statement

For a finite-dimensional semisimple characteristic-zero Lie algebra, every adjoint submodule is an ideal with an ideal complement, and the irreducible adjoint summands are precisely the simple ideals.

Facts & Assumptions

Given: A semisimple Lie algebra g under its adjoint action.

[L1]

Weyl's theorem gives every submodule an invariant complement (Weyl's complete reducibility theorem).

[L2]

The algebra is a finite direct sum of simple ideals (Semisimple Lie algebras decompose into simple ideals).

Proof

technique · translate module language into ideal language
1.1

A subspace Ug is stable under the adjoint action exactly when [g,U]U, which is exactly the ideal condition. Therefore [L1] says every ideal has an ideal complement.

L1
2.1

An irreducible adjoint summand is a nonzero ideal with no nonzero proper ideal of g. It cannot be abelian, since that would be a solvable ideal of a semisimple algebra. Its ideal complement commutes with it, so an ideal inside the summand is also an ideal of g; hence the summand is simple. Conversely, each simple factor from [L2] has no proper adjoint submodule and is irreducible. The zero algebra has the empty decomposition.

L2step 1.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Derivations of semisimple Lie algebras are inner

Statement

For a finite-dimensional semisimple Lie algebra g in characteristic zero, Der(g)=ad(g). The representing element is unique because Z(g)=0.

Facts & Assumptions

Given: Such a Lie algebra g.

[L1]

The derivations form a Lie algebra and the inner derivations form an ideal (Derivations form a Lie algebra and inner derivations an ideal).

[L2]

Trace forms are invariant (Trace forms are symmetric and invariant).

[L3]

The Killing form is nondegenerate (Cartan's semisimplicity criterion).

[L5]

The orthogonal complement of an ideal under an invariant symmetric form is an ideal (Orthogonal complements under invariant forms are ideals).

Proof

technique · trace-orthogonal splitting
1.1

On Der(g) define B(D,E)=trg(DE). By [L2] this trace form is invariant. Its restriction to the ideal ad(g) is the Killing form, which is nondegenerate by [L3]. Finite-dimensional linear algebra therefore gives Der(g)=ad(g)ad(g), and [L5] makes the orthogonal complement an ideal.

L1L2L3L5
2.1

The two ideals in step 1.1 commute: their bracket lies in their intersection, which is zero. If D is in the orthogonal complement, then 0=[D,adx]=adD(x) for every x; the last equality is the derivation identity. By [L4], D(x)=0 for every x, so D=0. Thus every derivation is inner.

L1L4step 1.1
3.1

If adx=ady, then xy is central and [L4] gives x=y. For g=0, both derivation algebras are zero and uniqueness is vacuous.

L4step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Lie algebra of the automorphism group

Statement

Assume countable choice. For a finite-dimensional real or complex semisimple Lie algebra g, the group Aut(g) is a closed Lie subgroup of GL(g) and

Lie(Aut(g))=Der(g)=ad(g).

Facts & Assumptions

Given: Countable choice and such a real or complex Lie algebra.

[A1]

Countable choice is the principle recorded in The Axiom of Countable Choice (ACω).

[L1]

A closed subgroup of a finite-dimensional Lie group is an embedded Lie subgroup; its published proof uses [A1] (Cartan closed subgroup theorem).

[L2]

Every derivation of g is inner (Derivations of semisimple Lie algebras are inner).

Proof

technique · polynomial equations and differentiation
1.1

Choose a basis of g. The equations A[x,y]=[Ax,Ay] for basis pairs are finitely many polynomial equations in the matrix entries of A. Their common zero set inside GL(g) is exactly Aut(g) and is closed. By [L1] it is an embedded Lie subgroup; for a complex algebra, apply [L1] first to the underlying real group.

A1L1algebra
1.2

A tangent vector at the identity is represented by A(t)=I+tD+o(t). Differentiating the bracket equation gives D[x,y]=[Dx,y]+[x,Dy], so the tangent algebra is contained in Der(g). Conversely, for a derivation D, the linear vector field ADA is tangent to the defining equations, or equivalently its local flow exp(tD) preserves the bracket by differentiating exp(tD)[x,y][exp(tD)x,exp(tD)y]; hence every derivation is tangent. When g is complex, the ambient group consists of complex-linear maps and the resulting space of complex-linear derivations is stable under multiplication by i; exponential charts therefore give the embedded subgroup its corresponding complex Lie-subgroup structure.

L1algebra
2.1

Step 1.2 identifies the Lie algebra with Der(g), and [L2] identifies that with ad(g). If g=0, the automorphism group is the one-point group and all tangent algebras are zero. Countable choice is used only through [L1], not in the polynomial or differentiation steps.

A1L2step 1.11.2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Chevalley–Eilenberg cochains

Definition

For a Lie algebra g over k and a g-module M, the degree-n Chevalley–Eilenberg cochains are

Cn(g,M)=Homk(Λng,M)(n0).

Set Cn(g,M)=0 for n<0. Since Λ0g=k, evaluation at 1 identifies C0(g,M) with M. Cochains may equivalently be viewed as alternating n-linear maps gnM. No finite-dimensionality or characteristic hypothesis is needed. If n>dimg in the finite-dimensional case, the exterior power and hence the cochain space are zero.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Chevalley–Eilenberg differential

Definition

For fCn(g,M) define dfCn+1(g,M) by

(df)(x0,,xn)=i=0n(1)ixif(x0,,xi^,,xn)+0i<jn(1)i+jf([xi,xj],x0,,xi^,,xj^,,xn).

This fixes a zero-based sign convention. A hat means omission, and in the second sum the bracket is inserted as the first argument. Empty sums are zero. Thus for mC0=M, (dm)(x)=xm. Alternation of the formula makes it factor through Λn+1g; the next theorem proves that successive differentials compose to zero.

TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

The Chevalley–Eilenberg differential squares to zero

Statement

For every n and every fCn(g,M), one has dn+1dnf=0.

Facts & Assumptions

Given: A Lie algebra g, a representation ρ on M, and the differential with the declared signs.

[L1]

The two-sum differential and its zero-based signs are fixed in Chevalley–Eilenberg differential.

[L2]

The representation identity is [ρ(x),ρ(y)]=ρ([x,y]) (Representations of Lie algebras).

[L3]

The bracket satisfies Jacobi (Lie algebras over a field).

Proof

technique · expand and group by term type
1.1

Expand d(df) using [L1], and let Xij denote the ordered list obtained by omitting xi,xj. For fixed i<j, the outer action by xi followed by the action of xj has coefficient (1)i+j1, whereas the reverse order has coefficient (1)i+j. Their sum is (1)i+j1[ρ(xi),ρ(xj)]f(Xij). There is exactly one term in which the outer differential forms [xi,xj] and the inner differential lets that new first argument act; its coefficient is (1)i+j, so it contributes (1)i+jρ([xi,xj])f(Xij). These three terms cancel by [L2].

L1L2algebra
1.2

It remains to account for action--bracket terms on three distinct indices. Fix i<j and k{i,j}. Let a be the number of i,j that are less than k, and b the number greater than k, so a+b=2. Acting first by xk and then forming [xi,xj] has coefficient (1)i+j+kb. Forming [xi,xj] first and then letting xk act has coefficient (1)i+j+k+1a. The exponents differ by 1a+b=32a, which is odd, while both terms have the same value ρ(xk)f([xi,xj],Xijk). Thus they cancel. This covers every mixed term with three distinct original indices.

L1algebra
2.1

Consider the terms in which both differentials use their bracket sums. For two disjoint pairs, the two possible orders have the same scalar sign: the numbers of cross-pair index shifts in the two orders add to 4, so their sign exponents differ by an even integer. Their cochain values are f([xp,xq],[xi,xj],Xijpq) and f([xi,xj],[xp,xq],Xijpq), which cancel because f is alternating. For i<j<k, the three terms in which the second bracket uses the bracket created by the first have common coefficient (1)i+j+k1 and bracket sum [[xi,xj],xk]+[[xj,xk],xi][[xi,xk],xj]. Since [[xi,xk],xj]=[[xk,xi],xj], this is zero by Jacobi [L3]. The expansion has now been partitioned into action--action plus created-bracket action (step 1.1), mixed action--bracket terms (step 1.2), disjoint double brackets, and nested double brackets; hence d2f=0. For n<0 or a zero cochain space the assertion is the unique zero composite, and for n=0 step 1.1 is exactly the representation identity.

L1L3step 1.11.2algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Lie algebra cohomology

Definition

The Lie algebra cohomology of g with coefficients in the g-module M is the cohomology of its Chevalley–Eilenberg cochain complex:

Hn(g,M)=ker(d:CnCn+1)im(d:Cn1Cn).

The containment of the denominator in the numerator is supplied by The Chevalley–Eilenberg differential squares to zero. For n<0 all cochain groups, and hence all cohomology groups, are zero by convention. This definition is valid without finite-dimensionality or a characteristic restriction.

PropositionStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Zeroth Lie algebra cohomology is invariants

Statement

H0(g,M)=Mg={mM:xm=0 for every xg}.

Facts & Assumptions

Given: A Lie algebra g and a module M.

[L1]

Degree-zero cochains are M and (dm)(x)=xm (Chevalley–Eilenberg differential).

[L2]

Cohomology is kernel modulo the preceding image (Lie algebra cohomology).

Proof

technique · compute in degree zero
1.1

By [L1], m lies in the degree-zero kernel exactly when every x kills it, so kerd0=Mg.

L1given
2.1

The degree-minus-one cochain space is zero, hence imd1=0. Substitution in [L2] proves the displayed equality. If M=0 both sides are zero; if g=0, the condition is vacuous and both sides are all of M.

L2step 1.1
PropositionStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

First cohomology is derivations modulo inner derivations

Statement

A linear map δ:gM is a 1-cocycle exactly when

δ([x,y])=xδ(y)yδ(x).

The 1-coboundaries are δm(x)=xm. Hence H1(g,M)=Der(g,M)/Inn(g,M); for the adjoint module this is Der(g)/ad(g).

Facts & Assumptions

Given: A Lie algebra g and a module M.

[L1]

The CE differential has the declared low-degree formula (Chevalley–Eilenberg differential).

[L2]

Cohomology is cocycles modulo coboundaries (Lie algebra cohomology).

[L3]

Ordinary derivations obey the Leibniz rule for the adjoint module (Derivations of Lie algebras).

Proof

technique · compute in degrees zero and one
1.1

For a 1-cochain δ, [L1] gives (dδ)(x,y)=xδ(y)yδ(x)δ([x,y]). Thus its kernel is precisely the space of module-valued derivations in the displayed sense.

L1
1.2

For mC0=M, [L1] gives (dm)(x)=xm, so the image consists exactly of the inner module-valued derivations. Taking the quotient in [L2] proves the first identification.

L1L2
2.1

If M=g with the adjoint action, step 1.1 becomes δ([x,y])=[δx,y]+[x,δy], the derivation law in [L3], while step 1.2 gives x[x,m]=adm(x); its span is the same inner-derivation space. Zero algebras and zero modules satisfy the same formulas.

L3step 1.11.2
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Second cohomology classifies abelian extensions

Statement

Let g be finite-dimensional and fix a g-module M. Then H2(g,M) is naturally in bijection with equivalence classes of extensions

0Meg0

whose kernel is abelian and whose induced action on it is the specified module action. The zero class corresponds exactly to split extensions.

Facts & Assumptions

Given: A finite-dimensional g, a fixed module M, and extension equivalences that are the identity on M and g.

[L1]

The degree-two CE cocycle and coboundary formulas are those of Chevalley–Eilenberg differential.

[L2]

Their quotient is H2(g,M) (Lie algebra cohomology).

[L3]

The zero cocycle gives the semidirect-product bracket (Semidirect products of Lie algebras).

Proof

technique · mutually inverse constructions
1.1

Given an extension, lift a finite basis of g and extend linearly to a section s:ge. The formula xm=[s(x),m] is independent of the lift because M is abelian, and it is the fixed action. Define ωs(x,y)=[s(x),s(y)]s([x,y])M. It is alternating. Expanding Jacobi for the three lifts and collecting their M-components gives exactly dωs=0 with [L1]'s signs.

L1algebra
1.2

Conversely, for a 2-cocycle ω, put on Mg the bracket [(m,x),(n,y)]=(xnym+ω(x,y),[x,y]). Alternation is immediate. The g-component of Jacobi vanishes by Jacobi in g; the M-component is precisely dω, so it vanishes. Thus this is an extension inducing the fixed action. Replacing ω by ω+dt gives the equivalent extension through (m,x)(mt(x),x).

L1algebra
2.1

A second section is s=s+t for a linear map t:gM. Since M is abelian, direct expansion gives ωs=ωs+dt. Hence the class [ωs] is independent of the finite-basis section and is preserved by extension equivalences.

L1step 1.1
3.1

Starting from an extension, the map (m,x)m+s(x) identifies the construction in step 1.2 with the original extension; starting from a cocycle recovers it from the canonical section. These operations are inverse on equivalence classes. Finally, [ω]=0 exactly when a section change makes ω zero, and then the section is a Lie homomorphism; by [L3] this is exactly a split extension. If g=0 or M=0, the constructions reduce to the unique zero class and the evident split extension.

L2L3step 1.2step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

First Whitehead lemma

Statement

If g is finite-dimensional semisimple over a characteristic-zero field and M is a finite-dimensional g-module, then H1(g,M)=0.

Facts & Assumptions

Given: Such g, M, and a 1-cocycle δ:gM.

[L1]

A cocycle satisfies δ([x,y])=xδ(y)yδ(x), and coboundaries have the form xxm (First cohomology is derivations modulo inner derivations).

[L2]

Every finite-dimensional g-module is completely reducible (Weyl's complete reducibility theorem).

[L3]

A semisimple characteristic-zero Lie algebra is perfect (Semisimple Lie algebras are centerless and perfect).

Proof

technique · split the module extension defined by the cocycle
1.1

On E=Mk define x(m,a)=(xm+aδ(x),0). The commutator of the actions at (m,a) has first component [x,y]m+a(xδ(y)yδ(x)), which equals [x,y]m+aδ([x,y]) by [L1]. Thus this is a representation, M is a submodule, and E/M is the trivial one-dimensional module.

L1algebra
2.1

By [L2], M has an invariant line complement L. Its projection to k is an isomorphism, so L has a generator (m,1). A one-dimensional module kills the derived algebra, which is all of g by [L3]; hence it is trivial and 0=x(m,1)=(xm+δ(x),0). Therefore δ(x)=x(m) is a coboundary by [L1].

L1L2L3step 1.1
3.1

Every cocycle is therefore a coboundary and the quotient H1 is zero. If M=0 or g=0, the same conclusion is immediate (the zero algebra is semisimple and has no nonzero 1-cochains into a zero module; for g=0 the Hom space itself is zero). The complement in step 2.1 is supplied by the proved finite-dimensional theorem, not by a choice principle.

L1step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Second Whitehead lemma

Statement

If g is finite-dimensional semisimple over a characteristic-zero field and M is a finite-dimensional g-module, then H2(g,M)=0.

Facts & Assumptions

Given: Such g and M.

[L1]

Weyl decomposes M as a finite direct sum of simple modules (Weyl's complete reducibility theorem).

[L2]

The Casimir is central and acts as an intertwiner (The Casimir operator is basis-independent and intertwining).

[L3]

H2 classifies abelian extensions, including the split zero class (Second cohomology classifies abelian extensions).

[L4]

Every ideal of a semisimple algebra has a complementary ideal (Ideals and quotients of semisimple Lie algebras).

[L5]

The trace-form version of Cartan's criterion makes an algebra solvable when the required pairings vanish (Cartan's solvability criterion).

[L6]

The radical of an invariant trace form is an ideal (Orthogonal complements under invariant forms are ideals).

[L7]

A nondegenerate invariant form and trace-dual bases define the Casimir operator (Casimir operator relative to an invariant form).

Proof

technique · Casimir homotopy plus central-extension splitting
1.1

Let S be a simple module with nontrivial action, put k=kerρ, and use [L4] to choose a complementary ideal h in g. The two ideals commute, ρh is faithful, and h is nonzero semisimple. The radical of its trace form on S is an ideal by [L6]; its restricted trace form meets the hypothesis of [L5], so that radical is solvable and hence zero. Thus the trace form on h is nondegenerate and defines the dual-basis Casimir operator C of [L7]. By [L2], C intertwines the simple module. Its trace is dimh0, so C is nonzero and therefore invertible by the kernel-image argument for an endomorphism of a simple module.

L2L4L5L6L7algebra
1.2

It remains to treat the trivial simple module k. By [L3], take a central extension 0keπg0. For xg, choose a lift x~ and define xy=[x~,y] on e. Centrality makes this independent of the lift, Jacobi makes it a representation, and π is a g-map for the adjoint action on g. By [L1], the surjection has a module section σ. Taking x~=σ(x), equivariance gives [σ(x),σ(y)]=σ([x,y]), so σ is a Lie section. The extension splits and [L3] gives H2(g,k)=0.

L1L3algebra
2.1

For the trace-dual bases (ei) and (ei) from [L7] in the ideal h, define H=iρ(ei)ιei on the CE cochains of g. The inverse tensor ieiei is invariant under h; it is also invariant under k because the complementary ideals commute. Expanding the CE differential therefore gives dH+Hd=C: the value-action terms give iρ(ei)ρ(ei) and the argument-action terms cancel in pairs by this invariance. Hence C acts null-homotopically in positive degrees. Since C is invertible by step 1.1 and commutes with d, composing H with C1 contracts every positive-degree cocycle. In particular H2(g,S)=0.

L2L7step 1.1algebra
3.1

The CE complex commutes with finite direct sums in the coefficient module. Decompose M by [L1]; steps 2.1 and 1.2 make the second cohomology of every simple summand zero, hence H2(g,M)=0. The zero module and zero algebra are included: for g=0, Λ2g=0. No choice principle is used beyond finite-dimensional basis choices.

L1step 2.1step 1.2
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Long exact sequence in Lie algebra cohomology

Statement

For finite-dimensional g and a short exact sequence 0MMM0 of g-modules, the induced CE complexes form a degreewise short exact sequence and yield the natural long exact sequence

Hn(g,M)Hn(g,M)Hn(g,M)Hn+1(g,M).

Facts & Assumptions

Given: The stated short exact coefficient sequence and finite-dimensional g.

[L1]

CE cochains and cohomology are as in Lie algebra cohomology.

[L2]

A short exact sequence of cochain complexes has a natural cohomology long exact sequence (The long exact sequence in cohomology).

[L3]

Proof

technique · degreewise exactness followed by the abstract theorem
1.1

For each n, the space Λng is finite-dimensional. Applying Homk(Λng,) preserves injections and kernels. It also preserves the given surjection: lift the images of a finite basis and extend linearly. Thus the three CE cochain spaces form a short exact sequence in every degree, including n<0, where all are zero.

L1algebra
1.2

Because the coefficient maps intertwine the action [L3], applying one before or after each of the two sums in the CE differential gives the same result. Hence the degreewise maps are cochain maps.

L1L3
2.1

Apply [L2] to the short exact sequence from steps 1.1–1.2. This gives the displayed natural sequence with the connecting map raising degree by one. At n=0 it begins with the invariant subspaces; at degrees above dimg all terms vanish. The finite basis lift is a single finite construction and uses no choice principle.

L2step 1.11.2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Levi subalgebras and Levi decompositions

Definition

Let g be finite-dimensional with radical r=rad(g). A Levi subalgebra or Levi factor is a semisimple Lie subalgebra sg such that

g=rs

as vector spaces. Since r is an ideal, its bracket action by s makes the map srg, (x,u)x+u, an isomorphism, where the acting algebra is written first as in Semidirect products of Lie algebras. This is called a Levi decomposition. This definition asserts neither existence nor uniqueness. If g is semisimple, then r=0 and s=g is the evident Levi factor; if g is solvable, a Levi factor, when it exists, must be zero.

TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Levi decomposition theorem

Statement

Every finite-dimensional Lie algebra g over a characteristic-zero field has a Levi subalgebra. Thus g=rad(g)s with sg/rad(g).

Facts & Assumptions

Given: Such a Lie algebra, its radical r, and q=g/r.

[L2]

Its second cohomology with every finite-dimensional module vanishes (Second Whitehead lemma).

[L3]

Extensions of solvable algebras are solvable (Subalgebras, quotients, and extensions of solvable Lie algebras).

[L4]

A complement to the radical with the stated properties is a Levi subalgebra (Levi subalgebras and Levi decompositions).

[L5]

The second cohomology of a finite-dimensional algebra with coefficients in a finite-dimensional module is naturally in bijection with equivalence classes of abelian extensions, and the zero class is exactly the split extensions (Second cohomology classifies abelian extensions).

Proof

technique · induction on the derived length of the radical
1.1

If r is abelian, including r=0, the exact sequence 0rgq0 is an abelian extension for the induced adjoint q-action, so it defines a class in H2(q,r) under the bijection of [L5]. That class is zero by [L1]–[L2], and the zero class is exactly the split case by [L5]; hence the extension has a Lie section σ:qg. Its image s is semisimple, intersects r trivially, and complements it. This is the derived-length induction base.

L1L2L4L5base
2.1

Suppose r is nonabelian and put t=[r,r]. This is a characteristic ideal of r and hence an ideal of g. The radical of g/t is r/t: it is solvable, and any larger solvable ideal would have a solvable inverse image by [L3], contradicting maximality of r. Since this radical is abelian, step 1.1 supplies a Levi factor h in g/t.

L3step 1.1
3.1

Let h be the inverse image of h. Then h/tq is semisimple and rad(h)=t: the inclusion trad(h) is clear, while every solvable ideal of h maps to a solvable ideal of the semisimple quotient and hence lies in t. Since t=r(1) has smaller derived length, apply the induction hypothesis to h to obtain a semisimple complement s to t.

L1L3step 2.1IH
4.1

Since h=ts and g=r+h, we have g=r+s. Their intersection lies in rh=t and is zero, so s is the required Levi factor by [L4]. The zero algebra is included, and all choices are finite-dimensional basis or subspace choices.

L4step 1.1step 3.1discharge-induction: step 1.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Malcev conjugacy of Levi subalgebras

Statement

Any two Levi subalgebras of a finite-dimensional characteristic-zero Lie algebra g are conjugate by a finite product of automorphisms exp(adx) with xnilrad(g).

Facts & Assumptions

Given: Levi subalgebras s0,s1, radical r, and nilradical n of g.

[L1]

Levi factors exist and project isomorphically to g/r (Levi decomposition theorem).

[L2]

Every 1-cocycle of a semisimple algebra in a finite module is a coboundary (First Whitehead lemma).

[L3]

The commutator [g,r] lies in the nilradical (The commutator with the radical lies in the nilradical).

[L4]

A semisimple characteristic-zero algebra is perfect (Semisimple Lie algebras are centerless and perfect).

[L5]

A nonzero finite-dimensional nilpotent Lie algebra has nonzero center (A nonzero nilpotent Lie algebra has nonzero center).

Proof

Proof technique: induction on the radical, strengthened to place every conjugator in [g,r].

1.1

We prove the stronger assertion that the conjugating factors may all be exp(adx) with x[g,r]. If this commutator is zero, then r is central. Each Levi factor is a section of gg/r by [L1]. The difference of two such sections is a linear map to the central algebra r; the two sections preserve brackets, so that difference vanishes on the derived algebra of the quotient. The quotient is semisimple and hence perfect by [L4], so the sections, and therefore the Levi factors, coincide.

L1L4base
1.2

Suppose [g,r]0. It is an ideal contained in the nilradical by [L3], hence is nilpotent and has nonzero center by [L5]. Jacobi shows that this center is an ideal of g. Choose a minimal nonzero g-ideal m in it. Then m is abelian and 0m[g,r]n.

L3L5algebra
2.1

First assume that r itself contains no nonzero proper ideal of g. Then [g,r]=r by step 1.1. The ideal [r,r] is proper because r is nonzero solvable, so minimality makes it zero. Identify both Levi factors with q=g/r. Relative to s0, write s1 as the graph xx+h(x) of a linear map h:s0r. Its being a subalgebra says exactly that h is a 1-cocycle for the adjoint s0-module r. By [L2], h(x)=[x,b] for some br. Since r is abelian, exp(ad(b))=1+ad(b) maps x to x+h(x). Here br=[g,r], proving the strengthened base case.

L2step 1.1base
2.2

In the remaining case, 0mr. The radical of g/m is r/m, so it has smaller dimension. Apply the strengthened induction hypothesis in that quotient. Its conjugating elements lie in [g/m,r/m]=[g,r]/m and therefore lift to elements of [g,r]. The corresponding exponentials on g induce the required quotient exponentials. After applying their finite product, we may assume that s0 and s1 have the same image modulo m.

step 1.2IH
3.1

Now s0+m=s1+m. As in step 2.1, s1 is the graph over s0 of a 1-cocycle with values in the abelian module m. By [L2] it is a coboundary, and the same calculation gives one final conjugation by exp(ada) for some am[g,r].

L2step 2.12.2
4.1

This closes the induction and proves the stated claim because [L3] puts every chosen element in n. If xn, then adx maps g into n and its restriction to the nilpotent algebra n is nilpotent; hence adx is nilpotent and its exponential is a finite polynomial automorphism. When r=0, both Levi factors equal g. Only finite-dimensional minimal-subspace choices occur.

L3step 1.1step 2.2step 3.1discharge-induction: step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Levi factors are noncanonical but conjugate

Statement

Levi factors need not be equal, but every Levi factor is isomorphic to the quotient by the radical, and any two are conjugate by inner unipotent automorphisms generated by elements of the nilradical.

Facts & Assumptions

Given: A finite-dimensional characteristic-zero Lie algebra and two Levi factors.

[L1]

Malcev conjugacy supplies a finite product of exp(adx) with x in the nilradical (Malcev conjugacy of Levi subalgebras).

[L2]

The semidirect product sV has bracket [(x,u),(y,v)]=([x,y],xvyu) when V is an abelian s-module (Semidirect products of Lie algebras).

[L3]

The radical is the largest solvable ideal (Solvable radical).

[L4]

In characteristic zero, nondegeneracy of the Killing form characterizes semisimplicity (Cartan's semisimplicity criterion).

Proof

technique · unpack the definitions and theorem
1.1

Projection to g/rad(g) restricts to an injective map on a Levi factor because the intersection is zero, and to a surjective map because the two subspaces sum to g. It is a Lie homomorphism, so every Levi factor is isomorphic to the quotient.

algebra
2.1

By [L1], any two factors are related by the stated finite product. Each adx is nilpotent in the proof of [L1], so its exponential is unipotent and is inner in the Lie-algebra sense. When the radical is zero, the sole factor is g and the empty product suffices.

L1step 1.1
3.1

To witness literal nonuniqueness, let s=sl2(k) act in the standard way on V=k2 and put g=sV. For the usual basis h,e,f of s, direct calculation gives K(h,h)=8, K(e,f)=K(f,e)=4, and all other basis pairings zero; the Killing matrix has determinant 1280, so [L4] makes s semisimple. By [L2], V is an abelian ideal and g/Vs. Hence [L3] gives Vrad(g), while the image of the radical in the semisimple quotient is a solvable ideal and is zero; thus the radical is exactly V and s0=s0 is a Levi factor. Take v=(1,0)T and x=f, so xv=(0,1)T0. Formula [L2] gives (ad(0,v))2=0 and exp(ad(0,v))(x,0)=(x,xv)s0. Therefore s1=exp(ad(0,v))(s0) is a distinct Levi factor, proving the first sentence rather than merely referring to a later example.

L2L3L4algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Ado's theorem with nilpotent nilradical action

Statement

For every finite-dimensional Lie algebra g over a characteristic-zero field, there is a finite-dimensional faithful representation ρ such that ρ(x) is nilpotent for every xnilrad(g).

Facts & Assumptions

Given: Such a Lie algebra g.

[L1]

PBW identifies the associated graded enveloping algebra with a finite-variable polynomial algebra after a finite basis is fixed (Poincaré–Birkhoff–Witt theorem).

[L2]

The canonical map hU(h) is injective (The canonical map g→U(g) is injective).

[L3]

The Hilbert basis theorem makes finite-variable polynomial algebras Noetherian (Hilbert basis theorem: if R is Noetherian then R[x] is Noetherian).

[L4]

Every finite-dimensional solvable action over an algebraically closed characteristic-zero field admits a complete invariant flag and hence a common upper-triangular basis (Simultaneous triangularization of solvable representations).

[L5]

For every finite-dimensional characteristic-zero Lie algebra a, one has [a,rad(a)]nilrad(a) (The commutator with the radical lies in the nilradical).

[L6]

A Levi decomposition writes g=rs (Levi decomposition theorem).

[L7]

The derived algebra of a finite-dimensional solvable characteristic-zero algebra lies in its nilradical (The derived algebra of a solvable Lie algebra is nilpotent in characteristic zero).

[L8]

A finite-dimensional nilpotent algebra has a codimension-one ideal containing any prescribed proper subalgebra (Codimension-one ideals in nilpotent Lie algebras).

[L9]

Derivations preserve the nilradical (Derivations preserve the nilradical in characteristic zero).

[L10]

Every finite-dimensional semisimple Lie algebra over a characteristic-zero field is centerless (Semisimple Lie algebras are centerless and perfect).

Proof

technique · Zassenhaus extension, induction, and scalar descent
1.1

We first establish the extension construction over an algebraically closed field. Let a solvable algebra hgl(W) act faithfully, with every element of its nilradical n acting nilpotently, and let dDer(h). The case h=0 is immediate, so assume N=dimW1. Every Dd extends uniquely to a derivation of U=U(h): extend by the Leibniz rule on the tensor algebra; the derivation identity preserves each generator xyyx[x,y] of the enveloping ideal.

algebra
2.1

Let A be the finite-dimensional associative matrix algebra generated by 1 and h, let I be the kernel of UA, and let D be the associative algebra of operators on U generated by the extended derivations and 1. Put I0={uI:TuI for every TD}. Leibniz expansion shows I0 is a two-sided ideal. By [L4], all matrices from h are upper triangular and those from n are strictly upper triangular; if N=dimW, every product of N elements of n maps to zero. If J is the two-sided ideal generated by n, the relations UxnU for xn move the nilradical factors together and give JNI.

L4step 1.1algebra
3.1

Fix Dd and form the one-dimensional semidirect extension a=kDh. The solvable algebra h is an ideal of a, so hrad(a). By [L5], D(h)=[D,h]nilrad(a)h. This intersection is a nilpotent ideal of h, hence it lies in nilrad(h)=n. The extension of D to U therefore maps every nonconstant PBW monomial, and hence all of U after killing the scalar term, into J. It also preserves J: [L9] gives D(n)n, and the Leibniz rule handles the two-sided factors. Consequently it preserves JN, and every nonempty composition of extended derivations maps U into J. For u1,,uNI, expand T(u1uN) by the iterated Leibniz rule. If some ui receives no derivation, that term lies in the two-sided ideal I; otherwise every factor lies in J, so the term lies in JNI. Thus INI0I. By [L1], grUS(h); [L3] makes this finite-variable polynomial algebra Noetherian, and the filtered leading-term argument therefore makes U left Noetherian. In particular each left ideal Ij has a finite set of left generators. The left action of I on Ij/Ij+1 is zero, so these generators make that quotient a finitely generated U/I-module. Since U/IA is finite-dimensional, every Ij/Ij+1 is finite-dimensional. The finite filtration of U/IN with subquotients U/I,I/I2,,IN1/IN now proves that U/IN is finite-dimensional. Its quotient E=U/I0 is therefore finite-dimensional as well.

L1L3L5L9step 2.1
4.1

Represent h on E by left multiplication and d by the induced derivations. The identity [D,Lx]=LD(x) makes this a representation of dh. It is faithful: evaluation at the class of 1 first kills the h component by I0I and the original faithful matrix action, then evaluation at classes of xh kills the derivation component. Elements of n act nilpotently because JNI0. If D is nilpotent on h, its extension is nilpotent on each bounded PBW filtration piece and hence on finite E. Apply [L4] to the solvable algebra kDn: in the resulting common upper-triangular basis, both D and every yn have zero diagonal because they are nilpotent. Thus D+y is strictly upper triangular and hence nilpotent.

L2L4step 3.1algebra
5.1

We now prove the theorem for solvable g by induction on its dimension. In dimension zero use the zero representation; in dimension one, t acts faithfully and nilpotently on k2 by t(0t00). Assume the claim below the present dimension. If g is not nilpotent, [L7] gives [g,g]ng; the inverse image of a hyperplane in the abelian quotient g/n is a codimension-one ideal h containing n. If g is nilpotent, [L8] supplies a codimension-one ideal h. Apply the induction hypothesis to h. For xh, if D=adxh=0, then necessarily g is nilpotent and is the direct sum of kx and h; add the displayed two-dimensional representation. If D0, step 4.1 applied to kDh restricts faithfully to g. When g is nilpotent, D is nilpotent and the whole image is nil; otherwise its nilradical lies in h, where step 4.1 makes its image nilpotent.

L4L7L8step 4.1baseIH
6.1

For general g, use [L6] and write g=rs. The nilradical of r equals that of g: one inclusion is clear, while [L9] makes nilrad(r) invariant under every adxr and hence an ideal of g. Step 5.1 gives a faithful representation of r with nilpotent action of this common nilradical. Transport the derivation action of s to its image and apply step 4.1. Precompose the resulting representation with sr and take its direct sum with the adjoint representation of s on itself, which is faithful by [L10]. The second summand kills any remaining kernel in s; the first is faithful on r. Thus the sum is faithful, and elements of the nilradical act nilpotently on both summands.

L6L9L10step 4.15.1
7.1

Finally, over an arbitrary characteristic-zero field k, choose a basis of g adapted to its nilradical and let k0k be the finitely generated subfield containing its structure constants. The span n0 of the selected nilradical basis vectors is a nilpotent ideal of the resulting k0-form, so it lies in that form's nilradical and extends to the original nilradical. Embed k0 in C and perform steps 1.1–6.1 after adjoining the finitely many eigenvalues used in the triangularizations. All subsequent operations are finite-dimensional linear algebra and PBW operations, so the finitely many matrix coefficients lie in a finite algebraic extension K/k0. Restrict scalars from K to k0 and then extend scalars from k0 to k. Injectivity is preserved. The characteristic-polynomial coefficients of every linear combination of the matrices representing a basis of n0 vanish over the infinite field k0 and hence identically, so every element of n0k0k=nilrad(g) still acts nilpotently. This proves the theorem over k. For g=0, the zero-dimensional representation is faithful and the nilpotence clause is vacuous. Every descent, algebraic adjunction, and basis choice is finite, so no axiom of choice is invoked.

step 5.1step 6.1discharge-induction: step 5.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Every finite-dimensional characteristic-zero Lie algebra is a matrix Lie algebra

Statement

Every finite-dimensional Lie algebra over a characteristic-zero field is isomorphic to a Lie subalgebra of gln(k) for some finite n0.

Facts & Assumptions

Given: Such a Lie algebra g.

[L1]

Ado supplies a faithful finite-dimensional representation (Ado's theorem with nilpotent nilradical action).

[L2]

Faithfulness is injectivity, and a representation kernel is an ideal (Representation kernels are ideals).

Proof

technique · identify the algebra with its image
1.1

Choose the representation ρ:ggl(V) from [L1] and put n=dimV. By [L2], ρ is injective.

L1L2
2.1

Since ρ preserves brackets, it is an isomorphism from g to the Lie subalgebra ρ(g)gln(k). If g=0, Ado allows V=0 and n=0; one may instead take the zero subalgebra of gl1(k) if positive matrix size is preferred.

step 1.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Lie's second fundamental theorem

Statement

Assume countable choice. If G is a connected simply connected real Lie group, H is a real Lie group, and ϕ:Lie(G)Lie(H) is a Lie-algebra homomorphism, then there is a unique smooth Lie-group homomorphism F:GH with dFe=ϕ.

Facts & Assumptions

Given: Countable choice and the stated G,H,ϕ.

[L1]

Under [A1], a Lie subalgebra integrates to a unique connected immersed Lie subgroup (Lie subgroup–Lie subalgebra correspondence).

[L2]

The domain G is simply connected in the sense of Simply connected topological spaces.

[L3]

A connected covering of a locally path-connected simply connected space is one-sheeted (A connected covering of a locally path-connected simply connected space is one-sheeted and trivial).

Proof

technique · integrate the graph
1.1

The graph Γϕ={(X,ϕX):XLie(G)} is a Lie subalgebra of Lie(G×H). By [L1] it integrates to a connected immersed subgroup KG×H. Projection p:KG has identity differential (X,ϕX)X, an isomorphism, so it is a local diffeomorphism at the identity and therefore everywhere by translation. Its image is an open subgroup of connected G, hence all of G.

A1L1algebra
2.1

A surjective local-diffeomorphism homomorphism is a covering: choose an identity neighborhood on which it is a diffeomorphism and shrink it so that distinct kernel translates are disjoint; translating gives evenly covered neighborhoods. The Lie group G is locally path-connected, so [L3], connectedness of K, and simple connectedness [L2] make this covering one-sheeted; hence p is a Lie-group isomorphism. Define F as the second projection composed with p1. Its graph is K, and its identity differential is ϕ.

L2L3step 1.1algebra
3.1

If F1,F2:GH have differential ϕ, their graphs are connected immersed subgroups of G×H with Lie algebra Γϕ. Uniqueness in [L1] makes the two immersed images equal; projection to G then forces F1=F2. This also handles G or H zero-dimensional. Countable choice is used exactly through [L1]'s maximal-leaf construction; all other neighborhood selections are finite.

A1L1step 1.12.1
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Lie's third fundamental theorem

Statement

Assume countable choice. Every finite-dimensional real Lie algebra is the Lie algebra of a connected simply connected real Lie group, unique up to Lie-group isomorphism.

Facts & Assumptions

Given: Countable choice and a finite-dimensional real Lie algebra g.

[L1]

Ado embeds g into a finite-dimensional matrix Lie algebra (Every finite-dimensional characteristic-zero Lie algebra is a matrix Lie algebra).

[L2]

Under [A1], a matrix Lie subalgebra integrates to a connected immersed Lie subgroup (Lie subgroup–Lie subalgebra correspondence).

[L3]

Every connected Lie group has a simply connected covering Lie group (Universal covering Lie group).

[L4]

A homomorphism from the Lie algebra of a connected simply connected real Lie group to that of any real Lie group integrates uniquely (Lie's second fundamental theorem).

Proof

technique · matrix integration followed by universal covering
1.1

By [L1], identify g with a Lie subalgebra of gln(R). By [L2], it is the tangent algebra of a connected immersed Lie subgroup H of GLn(R). The intrinsic group H is a finite-dimensional real Lie group even when its image is not closed.

A1L1L2
2.1

Let p:H~H be the universal covering Lie group from [L3]. A covering homomorphism is a local diffeomorphism, so dpe is a Lie-algebra isomorphism. Hence Lie(H~)Lie(H)g, and H~ is connected and simply connected. For g=0, this construction yields the one-point group.

A1L2L3step 1.1
3.1

Suppose G1 and G2 are connected simply connected integrations of g, and let α:Lie(G1)Lie(G2) be the Lie-algebra isomorphism induced by chosen identifications with g. By [L4], α and α1 integrate uniquely to homomorphisms F:G1G2 and Q:G2G1. The differentials of QF and FQ are the identity maps, so uniqueness in [L4] makes these composites the identity homomorphisms. Thus F is a Lie-group isomorphism. Countable choice enters only through [L2] and [L4]; Ado and the covering step add no stronger choice.

A1L4step 2.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Equivalence of simply connected Lie groups and real Lie algebras

Statement

Assume countable choice. The Lie functor from connected simply connected real Lie groups to finite-dimensional real Lie algebras is an equivalence of categories.

Facts & Assumptions

Given: Countable choice.

[L1]

If G is connected and simply connected, every Lie-algebra homomorphism Lie(G)Lie(H) to the Lie algebra of a real Lie group H integrates uniquely to a Lie-group homomorphism GH (Lie's second fundamental theorem).

[L2]

Every finite-dimensional real Lie algebra has a connected simply connected integration (Lie's third fundamental theorem).

Proof

technique · verify essential surjectivity and full faithfulness
1.1

By [L2], every object in the Lie-algebra category is isomorphic to the Lie algebra of an object in the group category. Thus the Lie functor is essentially surjective.

A1L2
1.2

For connected simply connected G and any target H in the group category, [L1] says differentiation maps smooth homomorphisms GH bijectively onto Lie-algebra homomorphisms Lie(G)Lie(H). Existence is fullness and uniqueness is faithfulness.

A1L1
2.1

Differentiation respects identities and composition by the chain rule, while uniqueness in [L1] shows that integration does too. Thus steps 1.1–1.2 give an equivalence. The one-point group and zero algebra correspond, so the zero-dimensional endpoint is included. Countable choice is inherited exactly through [L1] and [L2].

A1L1L2step 1.11.2
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Connected Lie groups are central quotients of simply connected integrations

Statement

Assume countable choice. Every connected real Lie group G is isomorphic to G~/Γ, where G~ is its simply connected covering Lie group and Γ is a discrete central subgroup. Conversely, every such quotient has the same Lie algebra as G~.

Facts & Assumptions

Given: Countable choice and a connected real Lie group G.

[L1]

There is a covering homomorphism p:G~G with G~ connected and simply connected (Universal covering Lie group).

[L2]

A covering homomorphism is a surjective homomorphism and a covering map (Covering homomorphisms of Lie groups).

[L3]

Under [A1], discrete subgroups are closed embedded zero-dimensional Lie subgroups (Discrete subgroups are closed embedded zero-dimensional Lie subgroups).

Proof

technique · identify the kernel and factor the covering
1.1

Let Γ=kerp. A fiber of a covering is discrete, so Γ is discrete; it is normal because it is a kernel. For fixed γΓ, the map xxγx1 is continuous from connected G~ into the discrete space Γ, hence constant. At the identity its value is γ, so γ is central.

L1L2algebra
2.1

The fibers of p are exactly the cosets of Γ. Hence p factors through a bijective homomorphism p:G~/ΓG. Covering charts for p give the quotient its unique smooth structure for which the quotient projection is a local diffeomorphism, and in those charts p and its inverse are smooth. Thus p is a Lie-group isomorphism.

L2step 1.1
3.1

Conversely, let Γ be a discrete central subgroup of a simply connected Lie group G~. It is closed and embedded by [L3]. Choose an identity neighborhood meeting Γ only in the identity and shrink it so that distinct translates are disjoint. Its translates furnish smooth quotient charts, making G~G~/Γ a covering homomorphism. Its identity differential is an isomorphism, so the two groups have the same Lie algebra. The trivial subgroup and one-point group are included. Countable choice is used exactly through [L3]; steps 1.1–2.1 need no additional choice.

A1L3algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Exponential diffeomorphism for simply connected nilpotent Lie groups

Statement

Assume countable choice. If N is a connected simply connected real Lie group with nilpotent Lie algebra n, then expN:nN is a diffeomorphism. In these coordinates, multiplication is the BCH polynomial, which terminates after finitely many bracket lengths.

Facts & Assumptions

Given: Countable choice and such a group N.

[L1]

Nilpotence means sufficiently long iterated brackets vanish (Lower central series and nilpotent Lie algebras).

[L2]

Locally, exponential coordinates multiply by the BCH series; its published proof assumes [A1] (Baker–Campbell–Hausdorff theorem).

[L3]

Lie II integrates maps from connected simply connected groups uniquely (Lie's second fundamental theorem).

[L4]

The exponential is defined through one-parameter subgroups under [A1] (Exponential map of a Lie group).

Proof

technique · construct the global BCH group and invoke Lie II
1.1

By [L1], every term of BCH above some bracket length is zero. Thus xy=BCH(x,y) is a polynomial map on the entire vector space n. On a neighborhood of (0,0) it agrees with multiplication in exponential coordinates by [L2]. Both expressions (xy)z and x(yz) are polynomial maps, and they agree on a nonempty open neighborhood of (0,0,0); their coordinate polynomials therefore agree everywhere. Hence is associative globally.

L1L2algebra
1.2

The formal BCH identities give x0=0x=x and x(x)=0; alternatively they hold locally by [L2] and then globally by the same polynomial-identity argument. Thus the vector space with is a real Lie group B. Its underlying manifold is Rdimn, hence connected and simply connected. The quadratic commutator term of BCH is the original bracket, so Lie(B)=n.

L1L2algebra
1.3

For fixed x, all brackets involving only x vanish, so (sx)(tx)=(s+t)x. Hence ttx is the one-parameter subgroup of B tangent to x, and [L4] gives expB(x)=x.

L4algebra
2.1

Apply [L3] to the identity map on n to obtain homomorphisms F:BN and Q:NB. Both composites have identity differential, so uniqueness in [L3] makes them the identity homomorphisms. Thus F is a Lie-group isomorphism. Homomorphisms preserve one-parameter subgroups, so F(x)=F(expBx)=expNx by step 1.3. Therefore expN=F is a diffeomorphism and transports multiplication to the stated BCH polynomial. For n=0, all groups and maps are one-point objects. Countable choice is used exactly through [L2]–[L4].

A1L3L4step 1.21.3
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Connected nilpotent Lie groups are central quotients of BCH groups

Statement

Assume countable choice. Every connected real Lie group with nilpotent Lie algebra is a quotient of the BCH group on that algebra by a discrete central subgroup.

Facts & Assumptions

Given: Countable choice and a connected group G with nilpotent Lie algebra n.

[L1]

The simply connected cover of G is quotiented by a discrete central kernel (Connected Lie groups are central quotients of simply connected integrations).

[L2]

A simply connected nilpotent integration is isomorphic through its exponential to the BCH group (Exponential diffeomorphism for simply connected nilpotent Lie groups).

Proof

technique · combine the two classifications
1.1

By [L1], GG~/Γ for a discrete central subgroup of its simply connected cover. The cover has the same nilpotent Lie algebra.

L1given
2.1

By [L2], exponential coordinates identify G~ with the BCH group on n. Transporting Γ through this isomorphism preserves discreteness and centrality and gives the asserted quotient. The trivial kernel and zero-dimensional group are included. The countable-choice use is exactly that already declared in [L1]–[L2].

L1L2step 1.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Lie algebras determine connected Lie groups only locally

Statement

Assume countable choice. Connected real Lie groups with isomorphic Lie algebras have isomorphic identity neighborhoods as local Lie groups, but may differ globally through distinct discrete central quotients of the same simply connected integration.

Facts & Assumptions

Given: Countable choice and connected groups G1,G2 with isomorphic Lie algebras.

[L1]

Their simply connected integrations are isomorphic (Equivalence of simply connected Lie groups and real Lie algebras).

[L2]

Each connected group is a discrete central quotient of that integration (Connected Lie groups are central quotients of simply connected integrations).

Proof

technique · compare covering charts
1.1

Use [L1] to identify the two simply connected covers with one group G~. By [L2], write GiG~/Γi for discrete central subgroups Γi. Choose an identity neighborhood in G~ meeting neither nonidentity kernel; both quotient maps restrict there to diffeomorphisms onto identity neighborhoods. Their composition is a local Lie-group isomorphism.

L1L2algebra
2.1

Nothing forces Γ1=Γ2, so the global quotients need not be isomorphic; the line/circle and SU(2)/SO(3) companion examples give exact witnesses. If both kernels are trivial, the groups are globally isomorphic. For the zero algebra all connected integrations are the one-point group. Countable choice is inherited exactly through [L1]–[L2].

L1L2step 1.1
False statementConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Centerless implies semisimple

Statement refuted

A centerless finite-dimensional Lie algebra is semisimple.

Facts & Assumptions

Given: A characteristic-zero field and the displayed affine algebra.

[L1]

Semisimplicity means vanishing solvable radical (Simple, semisimple, and reductive Lie algebras).

Counterexample

technique · the two-dimensional affine algebra
1.1

Over any field, let a have basis x,y and bracket [x,y]=y. For z=ax+by, the equations [z,x]=by=0 and [z,y]=ay=0 give a=b=0. Thus Z(a)=0.

givenalgebra
2.1

Its derived algebra is ky and the next derived algebra is zero, so a is nonzero and solvable. Therefore its radical is all of a, not zero, and it is not semisimple by [L1]. This explicit witness has dimension two and refutes the implication even in characteristic zero.

L1step 1.1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

The Killing form is nondegenerate on every reductive Lie algebra

Statement refuted

The Killing form of every finite-dimensional reductive Lie algebra is nondegenerate.

Facts & Assumptions

Given: A characteristic-zero field and the one-dimensional abelian algebra used below.

[L1]

A Lie algebra is reductive exactly when it is the direct sum of its center and a semisimple ideal (Equivalent characterizations of reductive Lie algebras).

[L2]

The Killing form is the adjoint trace form (Killing form).

Counterexample

technique · a central reductive algebra
1.1

Let g=k be the one-dimensional abelian Lie algebra over a characteristic-zero field. It is reductive because Z(g)=g and [g,g]=0, with the zero algebra semisimple. Thus g is reductive by [L1].

L1given
2.1

Every adjoint endomorphism is zero, so [L2] gives Kg=0. On the nonzero one-dimensional space this form has radical all of g and is degenerate. More generally, every nonzero central element lies in the Killing radical. Thus the displayed g is a complete finite witness.

L2step 1.1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Every finite-dimensional representation of a reductive Lie algebra is completely reducible

Statement refuted

Every finite-dimensional representation of a reductive Lie algebra in characteristic zero is completely reducible.

Facts & Assumptions

Given: A characteristic-zero field and the module displayed below.

[L1]

The reductive characterization allows a nonzero center (Equivalent characterizations of reductive Lie algebras).

[L2]

Weyl complete reducibility applies to a semisimple acting algebra (Weyl's complete reducibility theorem).

Counterexample

technique · a nilpotent action of the center
1.1

Let the one-dimensional abelian—and hence reductive—algebra kt act on V=ke1ke2 by te1=0 and te2=e1. The line ke1 is invariant, and kt is reductive by [L1].

L1givenalgebra
2.1

Any complementary line has a generator e2+ae1. Its image under t is e1, which does not belong to that line. Thus ke1 has no invariant complement and the representation is not completely reducible. This does not contradict [L2], whose acting algebra must be semisimple: here the nonzero center acts by a nilpotent Jordan block.

L2step 1.1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Second cohomology classifies all nonabelian extensions

Statement refuted

H2(g,M) classifies all Lie-algebra extensions, including those with nonabelian kernel.

Facts & Assumptions

Given: A characteristic-zero field and the split extension displayed below.

[L1]

The H2 classification theorem applies to extensions with abelian kernel, regarded as a module (Second cohomology classifies abelian extensions).

Counterexample

technique · exhibit an extension outside the construction
1.1

Let h be the three-dimensional Heisenberg algebra and take the split extension 0hhktkt0. Its kernel is nonabelian because it contains basis elements x,y,z with [x,y]=z0.

givenconstruct
2.1

In every extension constructed from a CE 2-cocycle with coefficient module M, the kernel is M0 and its internal bracket is zero. Thus no such construction can be equivalent—by a map fixing the kernel—to the extension in step 1.1. The proof of [L1] uses abelianness both to make the quotient action independent of lifts and to turn Jacobi into the linear equation dω=0. Nonabelian kernels require outer-action and nonlinear obstruction data. Hence the word “all” is refuted.

L1step 1.1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Levi subalgebras are literally unique

Statement refuted

A finite-dimensional characteristic-zero Lie algebra has at most one Levi subalgebra.

Facts & Assumptions

Given: A characteristic-zero field and the semidirect product displayed below.

[L1]

Malcev's theorem asserts conjugacy, rather than equality, of Levi subalgebras (Malcev conjugacy of Levi subalgebras).

Counterexample

technique · move a complement in a semidirect product
1.1

Let V=k2 be the standard nontrivial sl2-module and g=Vsl2, with V abelian. Its radical is V and the standard copy s=0sl2 is a Levi factor. Choose vV and xsl2 with xv0.

givenconstruct
2.1

Since V is abelian, (adv)2=0, so T=exp(adv)=1+adv is an automorphism. It maps (0,x) to (xv,x), so T(s) is a Levi factor distinct from s. They are conjugate exactly as [L1] predicts, but are not equal. This finite witness refutes literal uniqueness.

L1step 1.1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-14Open item page →

Isomorphic Lie algebras determine isomorphic connected Lie groups

Statement refuted

Assume countable choice. Connected real Lie groups with isomorphic Lie algebras are isomorphic as Lie groups.

Facts & Assumptions

Given: ACω and the usual Lie-group structures on the line and circle.

[L1]

Every connected integration is a discrete central quotient of the simply connected integration (Connected Lie groups are central quotients of simply connected integrations).

[L2]

Countable choice is the declared weak-choice assumption (The Axiom of Countable Choice (ACω)).

Counterexample

technique · line versus circle
1.1

The groups (R,+) and S1 are connected one-dimensional Lie groups. Each Lie algebra is one-dimensional with zero bracket, so their Lie algebras are isomorphic.

givenalgebra
2.1

The circle is compact, whereas R is not. A Lie-group isomorphism is a homeomorphism and would preserve compactness, so the groups are not isomorphic. Equivalently, they are the quotients R/0 and R/Z from the classification [L1]. This also displays the distinct discrete central kernels. Countable choice is the assumption [L2] used only through [L1]; the compactness witness itself is choice-free.

L1L2step 1.1

5 · Examples, counterexamples and false statements

None yet.

Sources