Alphabeta Math
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.

6 results · all verified · 5 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. The 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Crossed Homomorphisms Complements and First Cohomology — Examples

1 · Prerequisites

2 · Summary

These examples keep the degree-one formulas concrete. Trivial actions recover ordinary homomorphisms, a cyclic source is determined by the value on one generator, and complements in affine or semidirect-product models can be written down explicitly.

The final two examples show the genuinely nonabelian and genuinely non-homomorphic behavior that the A page warns about.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-09-04Open item page →

With trivial action, H^1(C_2,C_3) is zero

Example

For the trivial action of C2 on C3,

H1(C2,C3)=0.

Facts & Assumptions

Given: The trivial action of C2 on C3.

[L1]

For a trivial action, H1(G,A)Hom(G,A) (For a trivial action, first cohomology is Hom).

[L2]

A group of order 3 is cyclic, and every nonidentity element has order 3 (Every cyclic group is isomorphic to (Z,+) or to (Z/n,+) for its finite order n1).

Verification

technique · direct
1.1

By [L1], it is enough to compute homomorphisms C2C3.

givenL1
2.1

The generator of C2 must map to an element whose order divides 2, but [L2] says the only such element of C3 is the identity. So every homomorphism is trivial, and therefore H1(C2,C3)=0.

L1L2step 1.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Crossed homomorphisms from a cyclic group are determined by the value on a generator

Example

Let G=t be cyclic and let M be a G-group. A crossed homomorphism z:GM is determined by the single value z(t).

Facts & Assumptions

Given: A cyclic group G=t acting on a group M, and a crossed homomorphism z:GM.

[L1]

Crossed homomorphisms satisfy z(gh)=z(g)(gz(h)) (Crossed homomorphism for a G-group).

Verification

technique · direct
1.1

Repeatedly applying [L1] gives z(tn)=z(t)(tz(t))(tn1z(t)) for every integer n1. So all positive powers of t are determined by z(t).

givenL1algebra
2.1

Since 1=z(1)=z(tntn)=z(tn)(tnz(tn)), the value on tn is determined by the already known value on tn. Therefore every value of z is determined by z(t).

L1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

The affine group AGL(1,p) has one kernel-conjugacy class of complements to its translation subgroup

Example

Let p be prime. In the affine group

AGL(1,p)=FpFp×,

all complements to the translation subgroup Fp are conjugate by translations.

Facts & Assumptions

Given: A prime p and the semidirect product FpFp×.

[L1]

First cohomology classifies complements up to kernel conjugacy (First cohomology classifies complements up to kernel conjugacy).

[L2]

The two operations on Fp make it a field (For every prime p, the two operations on Z/p make it a field).

[L3]

The multiplicative group Fp× is cyclic, and crossed homomorphisms from a cyclic group are determined by the value on a generator (The multiplicative group Fq× of a finite field is cyclic, Crossed homomorphisms from a cyclic group are determined by the value on a generator).

[L4]

First cohomology is the quotient of crossed homomorphisms by principal crossed homomorphisms (First cohomology via crossed homomorphisms).

Verification

technique · direct
1.1

If p=2, then F2×={1} is trivial, so the only crossed homomorphism F2×F2 is the zero map. Hence H1(F2×,F2)=0 by [L4].

givenL2L4algebra
1.2

Suppose p>2. By [L2] and [L3], choose a generator u of the cyclic group Fp×. Any crossed homomorphism z:Fp×Fp is determined by m=z(u), so it suffices to show that m is always principal.

givenL2L3choose
2.1

Because p>2, the generator u is not 1, so u10 in the field Fp. By [L2] it is therefore invertible. Choose aFp with (u1)a=m. Then the principal cocycle ggaa agrees with z on the generator u, hence everywhere by [L3]. Thus every crossed homomorphism is principal, and [L4] gives H1(Fp×,Fp)=0.

L2L3L4step 1.2choosealgebra
3.1

Steps 1.1 and 2.1 show that H1(Fp×,Fp)=0 for every prime p. Now [L1] shows that there is exactly one Fp-conjugacy class of complements to the translation subgroup in AGL(1,p).

L1step 1.1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Kernel-conjugate complements differ by a principal crossed homomorphism

Example

Let C2=t act on an abelian group A. If z:C2A is a crossed homomorphism and aA, then the complements Γz and Γza are conjugate by a kernel element, where za(g)=z(g)+gaa(gC2).

Facts & Assumptions

Given: An action of C2 on an abelian group A, a crossed homomorphism z, and an element aA.

[L1]

Conjugating by a kernel element changes the crossed homomorphism by a principal one (Kernel conjugation by an element of the coefficient group corresponds to a principal crossed homomorphism).

[L2]

First cohomology identifies kernel-conjugacy classes of complements (First cohomology classifies complements up to kernel conjugacy).

Verification

technique · direct
1.1

Define za on every gC2 by the displayed formula. Fact [L1] gives (a,1)Γz(a,1)=Γza. So the two complements are conjugate by the kernel element (a,1).

givenL1construct
2.1

Therefore they determine the same class under the bijection of [L2], exactly because their defining cocycles differ by the principal crossed homomorphism attached to a.

L1L2step 1.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

With trivial C_2-action on S_3, the nonabelian H^1 pointed set has two classes

Example

For the trivial action of C2 on S3, the pointed set Hnab1(C2,S3) has exactly two elements.

Facts & Assumptions

[L1]

Nonabelian first cohomology is the orbit set of crossed homomorphisms under coefficient-group conjugation (First nonabelian cohomology as a pointed set).

[L2]

It classifies complements as a pointed set (Nonabelian first cohomology classifies complements as a pointed set).

Verification

technique · direct
1.1

Under the trivial action, a cocycle is just a homomorphism C2S3. The image of the generator is therefore either the identity or an element of order 2, that is, a transposition.

givenL1algebra
2.1

All transpositions are conjugate in S3, so [L1] leaves exactly two orbits of cocycles: the trivial one and the orbit of any transposition-valued cocycle. Thus Hnab1(C2,S3) has two points, with the trivial one as basepoint. This matches the complement picture from [L2].

L1L2step 1.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

The inversion crossed homomorphism C_2 → Z is not an ordinary homomorphism

Statement refuted

Every crossed homomorphism is an ordinary homomorphism.

Let the nontrivial element of C2 act on Z by negation. Then the map z(1)=0, z(t)=1 is a crossed homomorphism but not a homomorphism.

Facts & Assumptions

[L1]

The crossed-homomorphism identity for abelian coefficients is z(gh)=z(g)+gz(h) (FALSE: every crossed homomorphism is an ordinary homomorphism).

Counterexample

technique · direct
1.1

With the negation action, z(t2)=0=1+(1)=z(t)+tz(t), so z is a crossed homomorphism.

givenL1algebra
2.1

But z(t)=1 has infinite order in Z, so z cannot be an ordinary homomorphism from the order-two group C2. Therefore the displayed map is a counterexample to the claim.

L1step 1.1

Sources