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.

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

Group Homomorphisms and the Isomorphism Theorems

1 · Prerequisites

2 · Summary

Groups, normal subgroups, and quotient groups supply the ambient language. A homomorphism carries the identity and inverses to their counterparts; its kernel and image record respectively the elements collapsed and the subgroup reached. The quotient-group construction and canonical projection are used to turn a homomorphism that kills a normal subgroup into a map on cosets.

The development defines isomorphisms, automorphisms, kernels, images, and inner automorphisms. It proves kernel normality, the kernel test for injectivity, factorisation through a quotient, and the first, second, third, and correspondence isomorphism theorems. The final results assemble conjugation into a homomorphism to Aut⁡(G) and identify its kernel and image.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

Group isomorphisms, automorphisms and the set Aut⁡(G)

Definition

Group isomorphisms, automorphisms and the set Aut⁡(G).

An isomorphism f:G→H is a bijective group homomorphism (Monoid homomorphism and group homomorphism, Injection, surjection, bijection). When G=H, it is an automorphism of G. Write

Aut⁡(G):={f:G→G:f is an automorphism}.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The inverse of a bijective group homomorphism is a group homomorphism

Statement

The inverse of a bijective group homomorphism is a group homomorphism.

If f:G→H is a bijective group homomorphism, then its set-theoretic inverse f−1:H→G is a group homomorphism.

Facts & Assumptions

Given: A bijective group homomorphism f:G→H.

[L1]

An isomorphism is a bijective group homomorphism (Group isomorphisms, automorphisms and the set Aut⁡(G)).

[L3]

A bijection has a two-sided set-theoretic inverse (Injection, surjection, bijection).

Proof

technique · direct
1.1

By [L3], for u,v∈H choose x,y∈G with u=f(x) and v=f(y); then uv=f(xy) by [L2].

L1L2L3givenchoose
2.1

Therefore f−1(uv)=xy=f−1(u)f−1(v), so the inverse preserves the group operation.

step 1.1L1L2L3givenalgebra
3.1

Hence f−1:H→G is a group homomorphism.

step 2.1∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

The kernel and image of a group homomorphism

Definition

The kernel and image of a group homomorphism.

For a group homomorphism f:G→H, define

ker⁡f:={g∈G:f(g)=eH},im⁡f:={f(g):g∈G}.

Thus f is surjective exactly when im⁡f=H (Injection, surjection, bijection).

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The image of a group homomorphism is a subgroup and its kernel is a normal subgroup

Statement

The image of a group homomorphism is a subgroup and its kernel is a normal subgroup.

For every group homomorphism f:G→H, one has im⁡f≤H and ker⁡f⊴G.

Facts & Assumptions

Given: A group homomorphism f:G→H.

[L1]

The kernel is the inverse image of eH and the image is the set of values of f (The kernel and image of a group homomorphism).

[L4]

A subgroup N is normal when gNg−1=N for every g∈G (Normal subgroup: invariance under conjugation).

Proof

technique · direct
1.1

The image contains eH=f(eG) and, for f(x),f(y)∈im⁡f, contains f(x)f(y)−1=f(xy−1); thus [L3] gives im⁡f≤H.

L1L2L3L4givenalgebra
2.1

The kernel is a subgroup by the same calculation, and for k∈ker⁡f one has f(gkg−1)=f(g)eHf(g)−1=eH, so g(ker⁡f)g−1⊆ker⁡f; applying this to g−1 gives equality.

step 1.1L1L2L3L4givenalgebra
3.1

The conjugation calculation in step 2.1 completes both assertions.

step 1.1step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A group homomorphism is injective if and only if its kernel is trivial

Statement

A group homomorphism is injective if and only if its kernel is trivial.

For a group homomorphism f:G→H, f is injective exactly when ker⁡f={eG}.

Proof

technique · direct
1.1

If f is injective and g∈ker⁡f, then f(g)=eH=f(eG), so g=eG.

L1L2L3L4givenalgebra
2.1

Conversely, if ker⁡f={eG} and f(x)=f(y), then f(y−1x)=eH, whence y−1x=eG and x=y.

step 1.1L1L2L3L4givenalgebra
3.1

The two implications prove the equivalence.

step 1.1step 2.1∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A subgroup is normal if and only if it is the kernel of a group homomorphism

Statement

A subgroup is normal if and only if it is the kernel of a group homomorphism.

Let N≤G. Then N⊴G exactly when there are a group H and a homomorphism f:G→H with ker⁡f=N.

Facts & Assumptions

Given: A subgroup N≤G.

[L1]
[L2]

If N⊴G, the canonical map π:G→G/N is a homomorphism with kernel N (The canonical projection π:G→G/N, π(g)=gN, is a surjective group homomorphism).

[L3]

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

[L4]

Normality means invariance under conjugation (Normal subgroup: invariance under conjugation).

Proof

technique · direct
1.1

If N=ker⁡f for a homomorphism, then N is normal by [L1].

L1L2L3L4given
2.1

If N is normal, [L2] supplies the quotient homomorphism π and gives ker⁡π=N.

step 1.1L1L2L3L4given
3.1

Thus normal subgroups are exactly kernels.

step 1.1step 2.1∎
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Two elements have the same image under a homomorphism if and only if they lie in the same coset of its kernel

Statement

Two elements have the same image under a homomorphism if and only if they lie in the same coset of its kernel.

For a homomorphism f:G→H and g,h∈G,

f(g)=f(h)⟺gker⁡f=hker⁡f.

Facts & Assumptions

Given: A group homomorphism f:G→H and elements g,h∈G.

[L1]

ker⁡f is the set of elements sent to eH (The kernel and image of a group homomorphism).

[L3]

For K≤G, gK=hK if and only if h−1g∈K (x∈aH iff a−1x∈H, and aH=bH iff a−1b∈H).

Proof

technique · direct
1.1

If f(g)=f(h), then [L2] gives f(h−1g)=eH, so h−1g∈ker⁡f and [L3] gives gker⁡f=hker⁡f.

L1L2L3givenalgebra
2.1

If gker⁡f=hker⁡f, then [L3] gives h−1g∈ker⁡f, so f(h)−1f(g)=eH and f(g)=f(h).

step 1.1L1L2L3givenalgebra
3.1

This proves the stated equivalence.

step 1.1step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A homomorphism that kills a normal subgroup factors uniquely through the quotient group

Statement

A homomorphism that kills a normal subgroup factors uniquely through the quotient group.

If N⊴G, f:G→H is a homomorphism, and N⊆ker⁡f, then there is a unique homomorphism fˉ:G/N→H such that fˉ(gN)=f(g) and f=fˉ∘π.

Facts & Assumptions

Given: N⊴G, a homomorphism f:G→H, and N⊆ker⁡f.

[L1]

G/N is the group of cosets of a normal subgroup (The quotient group G/N and coset product (gN)(hN)=ghN).

[L2]

The quotient map π(g)=gN is a surjective homomorphism (The canonical projection π:G→G/N, π(g)=gN, is a surjective group homomorphism).

[L3]

N⊆ker⁡f means that f(n)=eH for every n∈N (The kernel and image of a group homomorphism).

[L5]

A group homomorphism preserves products (Monoid homomorphism and group homomorphism).

Proof

technique · constructive
1.1

Define fˉ(gN):=f(g); if gN=hN, then h−1g∈N⊆ker⁡f, so [L4] proves that this value is independent of the representative.

L1L2L3L4L5givenconstruct
2.1

For cosets, fˉ((gN)(hN))=f(gh)=f(g)f(h), and f(g)=fˉ(π(g)).

step 1.1L1L2L3L4L5givenalgebra
3.1

The surjectivity used in step 2.1 forces any such factor map to have these values, hence proves uniqueness.

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

First isomorphism theorem for groups: G/ker⁡f≅im⁡f

Statement

First isomorphism theorem for groups: G/ker⁡f≅im⁡f.

For every homomorphism f:G→H, the rule gker⁡f↦f(g) is an isomorphism from G/ker⁡f onto im⁡f.

Facts & Assumptions

Given: A group homomorphism f:G→H.

[L1]

A homomorphism killing a normal subgroup factors uniquely through the quotient (A homomorphism that kills a normal subgroup factors uniquely through the quotient group).

[L2]
[L3]

A homomorphism is injective exactly when its kernel is trivial (A group homomorphism is injective if and only if its kernel is trivial).

[L5]

An isomorphism is a bijective group homomorphism (Group isomorphisms, automorphisms and the set Aut⁡(G)).

Proof

technique · direct
1.1

By [L2] and [L1], fˉ:G/ker⁡f→im⁡f, fˉ(gker⁡f)=f(g), is a well-defined homomorphism; [L4] also gives representative independence directly.

L1L2L3L4L5givenconstruct
2.1

Its image is all of im⁡f, and fˉ(gker⁡f)=eH implies f(g)=eH, hence gker⁡f=ker⁡f; therefore its kernel is trivial.

step 1.1L1L2L3L4L5givenalgebra
3.1

The trivial-kernel conclusion of step 2.1 makes fˉ an isomorphism.

step 2.1∎
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

If H≤G and N⊴G, then HN is a subgroup and H∩N⊴H

Statement

If H≤G and N⊴G, then HN is a subgroup and H∩N⊴H.

Here HN:={hn:h∈H, n∈N}.

Facts & Assumptions

Given: A subgroup H≤G and a normal subgroup N⊴G.

[L2]

Normality means gNg−1=N for every g∈G (Normal subgroup: invariance under conjugation).

[L3]

A subgroup is normal if its conjugates by ambient elements lie in it (Equivalent characterisations of a normal subgroup by conjugates and left and right cosets).

Proof

technique · direct
1.1

The identity lies in HN; for h1n1,h2n2∈HN, put m=n1n2−1∈N, so (h1n1)(h2n2)−1=h1mh2−1=h1h2−1(h2mh2−1)∈HN.

L1L2L3L4givenalgebra
2.1

Thus [L1] gives HN≤G; moreover for h∈H and x∈H∩N, both hxh−1∈H and hxh−1∈N, so it lies in H∩N.

step 1.1L1L2L3L4givenalgebra
3.1

The conjugation closure in step 2.1 gives H∩N⊴H.

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Second isomorphism theorem for groups: H/(H∩N)≅HN/N

Statement

Second isomorphism theorem for groups: H/(H∩N)≅HN/N.

If H≤G and N⊴G, then

H/(H∩N)≅HN/N.

Facts & Assumptions

Given: A subgroup H≤G and a normal subgroup N⊴G.

[L2]

A homomorphism modulo its kernel is isomorphic to its image (First isomorphism theorem for groups: G/ker⁡f≅im⁡f).

[L3]

The canonical quotient map has the given normal subgroup as kernel (The canonical projection π:G→G/N, π(g)=gN, is a surjective group homomorphism).

[L4]

Quotients by normal subgroups are groups of cosets (The quotient group G/N and coset product (gN)(hN)=ghN).

Proof

technique · direct
1.1

Restrict the quotient map HN→HN/N to ϕ:H→HN/N, ϕ(h)=hN; [L1] and [L4] make this a homomorphism.

L1L2L3L4givenconstruct
2.1

Its kernel is {h∈H:hN=N}=H∩N, while every hnN=hN shows that its image is HN/N.

step 1.1L1L2L3L4givenalgebra
3.1

The kernel and image calculation in step 2.1 gives H/(H∩N)≅HN/N.

step 2.1∎
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

If K⊴G, N⊴G and K⊆N, then N/K⊴G/K

Statement

If K⊴G, N⊴G and K⊆N, then N/K⊴G/K.

Facts & Assumptions

Given: Normal subgroups K,N⊴G with K⊆N.

[L1]

A normal subgroup is invariant under conjugation (Normal subgroup: invariance under conjugation).

[L2]

G/K consists of cosets and has product (gK)(hK)=ghK (The quotient group G/N and coset product (gN)(hN)=ghN).

[L3]

Proof

technique · direct
1.1

Since K⊆N, the subset N/K={nK:n∈N} is a subgroup of G/K by the quotient product rule.

L1L2L3L4givenalgebra
2.1

For gK∈G/K and nK∈N/K, (gK)(nK)(gK)−1=(gng−1)K belongs to N/K because N⊴G.

step 1.1L1L2L3L4givenalgebra
3.1

Thus the conjugation calculation gives N/K⊴G/K.

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Third isomorphism theorem for groups: (G/K)/(N/K)≅G/N

Statement

Third isomorphism theorem for groups: (G/K)/(N/K)≅G/N.

If K⊆N are normal subgroups of G, then

(G/K)/(N/K)≅G/N.

Facts & Assumptions

Given: K⊆N with K,N⊴G.

[L2]

The first isomorphism theorem identifies a quotient by a kernel with the image (First isomorphism theorem for groups: G/ker⁡f≅im⁡f).

[L4]

Proof

technique · direct
1.1

Define ϕ:G/K→G/N by ϕ(gK)=gN; it is well defined because K⊆N, and [L4] shows it is a homomorphism.

L1L2L3L4givenconstruct
2.1

The map is onto and ϕ(gK)=N exactly when g∈N, so ker⁡ϕ=N/K.

step 1.1L1L2L3L4givenalgebra
3.1

The kernel and image calculation yields (G/K)/(N/K)≅G/N.

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Correspondence theorem: subgroups of G/N correspond to subgroups of G containing N, with normality preserved

Statement

Correspondence theorem: subgroups of G/N correspond to subgroups of G containing N, with normality preserved.

For N⊴G, the maps H↦H/N and K↦π−1(K) are inverse inclusion-preserving bijections between subgroups H with N≤H≤G and subgroups K≤G/N; they preserve normality.

Facts & Assumptions

Given: A normal subgroup N⊴G and the quotient map π:G→G/N.

[L2]

Kernels and images are defined by inverse images and values (The kernel and image of a group homomorphism).

[L5]

Normality has the conjugation and coset characterisations (Equivalent characterisations of a normal subgroup by conjugates and left and right cosets).

[L6]

Proof

technique · direct
1.1

For N≤H≤G, H/N=π[H] is a subgroup, while π−1(K) is a subgroup containing ker⁡π=N.

L1L2L3L4L5L6givenconstruct
2.1

Surjectivity gives π[π−1(K)]=K, and N≤H gives π−1(π[H])=H; both assignments therefore preserve inclusion and are inverse.

step 1.1L1L2L3L4L5L6givenalgebra
3.1

The image and preimage calculation of step 2.1 also preserves normality.

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The automorphisms of a group form a group under composition

Statement

The automorphisms of a group form a group under composition.

Facts & Assumptions

Given: A group G.

[L1]

Aut⁡(G) is the set of bijective homomorphisms G→G (Group isomorphisms, automorphisms and the set Aut⁡(G)).

[L2]

The inverse of a bijective homomorphism is a homomorphism (The inverse of a bijective group homomorphism is a group homomorphism).

[L3]

The symmetric group uses composition of bijections (The symmetric group Sym⁡(X): the bijections of a set X under composition).

Proof

technique · direct
1.1

The identity map is an automorphism, and the composite of two automorphisms is again a bijective homomorphism.

L1L2L3L4givenalgebra
2.1

By [L2], the inverse of every automorphism is an automorphism, while associativity comes from composition of functions.

step 1.1L1L2L3L4givenalgebra
3.1

Hence the closure and inverse properties in step 2.1 give a group structure on Aut⁡(G).

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Conjugation x↦gxg−1 is an automorphism

Statement

Conjugation x↦gxg−1 is an automorphism.

For each g∈G, the map cg:G→G, cg(x)=gxg−1, is an automorphism.

Facts & Assumptions

Given: A group G and g∈G.

[L1]

An automorphism is a bijective group homomorphism (Group isomorphisms, automorphisms and the set Aut⁡(G)).

Proof

technique · direct
1.1

Associativity gives cg(xy)=gxyg−1=(gxg−1)(gyg−1), so cg is a homomorphism.

L1L2givenalgebra
2.1

The map cg−1 is inverse to cg by cancellation.

step 1.1L1L2givenalgebra
3.1

Thus cg is a bijective homomorphism and hence an automorphism.

step 2.1∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

Inner automorphisms and Inn⁡(G)

Definition

Inner automorphisms and Inn⁡(G).

For g∈G, write cg(x)=gxg−1. By Conjugation x↦gxg−1 is an automorphism, cg∈Aut⁡(G). Define

Inn⁡(G):={cg:g∈G}⊆Aut⁡(G).

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The map g↦(x↦gxg−1) is a homomorphism G→Aut⁡(G) with kernel Z(G) and image Inn⁡(G)

Statement

The map g↦(x↦gxg−1) is a homomorphism G→Aut⁡(G) with kernel Z(G) and image Inn⁡(G).

Facts & Assumptions

Given: A group G.

[L1]

Inn⁡(G)={cg:g∈G} (Inner automorphisms and Inn⁡(G)).

[L2]

Aut⁡(G) is a group under composition (The automorphisms of a group form a group under composition).

[L3]

Kernels and images are defined for group homomorphisms (The kernel and image of a group homomorphism).

[L4]

Z(G)={g∈G:gx=xg for every x∈G} (The center Z(G) of a group).

[L5]

A homomorphism preserves the group operation (Monoid homomorphism and group homomorphism).

Proof

technique · direct
1.1

Define C(g)=cg; for every x, C(gh)(x)=ghx(gh)−1=g(hxh−1)g−1=(C(g)∘C(h))(x).

L1L2L3L4L5L6givenalgebra
2.1

Now C(g)=id⁡G exactly when gxg−1=x for every x, equivalently g∈Z(G), and its image is Inn⁡(G) by definition.

step 1.1L1L2L3L4L5L6givenalgebra
3.1

Thus C is a homomorphism with kernel Z(G) and image Inn⁡(G).

step 2.1∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

G/Z(G)≅Inn⁡(G)

Statement

G/Z(G)≅Inn⁡(G).

Facts & Assumptions

Given: A group G.

[L2]

G/ker⁡f≅im⁡f for every group homomorphism f (First isomorphism theorem for groups: G/ker⁡f≅im⁡f).

[L3]

Z(G) is the center of G (The center Z(G) of a group).

Proof

technique · direct
1.1

Apply [L2] to the conjugation homomorphism of [L1].

L1L2L3given
2.1

Substituting its kernel and image yields G/Z(G)≅Inn⁡(G).

step 1.1L1L2L3given
3.1

This is the asserted isomorphism.

step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Inn⁡(G) is a normal subgroup of Aut⁡(G)

Statement

Inn⁡(G) is a normal subgroup of Aut⁡(G).

Facts & Assumptions

Given: A group G.

[L1]

Inner automorphisms are the maps cg (Inner automorphisms and Inn⁡(G)).

[L2]

Aut⁡(G) is a group under composition (The automorphisms of a group form a group under composition).

[L4]

The inverse of a bijective homomorphism is a homomorphism (The inverse of a bijective group homomorphism is a group homomorphism).

Proof

technique · direct
1.1

For φ∈Aut⁡(G) and cg∈Inn⁡(G), direct evaluation gives (φcgφ−1)(x)=φ(g)xφ(g)−1=cφ(g)(x).

L1L2L3L4givenalgebra
2.1

Thus conjugation by every element of Aut⁡(G) carries Inn⁡(G) into itself; applying the same statement to φ−1 gives equality.

step 1.1L1L2L3L4givenalgebra
3.1

The conjugation closure in step 2.1 proves normality.

step 2.1∎

5 · Examples, counterexamples and false statements

None yet.

Sources