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.

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

Free Products and Amalgamation

1 · Prerequisites

2 · Summary

The declared prerequisites provide free groups, group presentations, von Dyck's theorem, normal closures, cyclic groups, and external direct products. Their universal properties and quotient constructions make it possible to combine groups without imposing unintended relations, while reduced words retain enough information to distinguish the resulting elements.

Free products are defined by their coproduct property and constructed from reduced syllable words, giving normal form, factor embeddings, presentations, retractions, torsion conjugacy, and the centre theorem. General group pushouts arise as quotients by amalgamating relations. Under injective edge maps, transversal normal forms prove that both factors embed and meet exactly in the amalgamated subgroup, while kernel collapse explains the failure of injectivity for arbitrary pushouts.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

The free product of an arbitrary family of groups

Definition

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of Monoid homomorphism and group homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition.

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

Reduced syllable words in a family of groups

Definition

For groups as in Group and abelian group, a syllable is a tagged pair (i,g) with i∈I and g∈Gi∖{ei}. A reduced syllable word is a finite list of syllables, indexed by a natural length as in The natural numbers N (von Neumann), in which adjacent tags differ. The empty list is allowed. At a concatenation seam, adjacent syllables from the same factor are multiplied and an identity result is deleted; this elementary reduction is repeated until the seam is reduced.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Factor elements act by mutually inverse permutations on reduced syllable words

Statement

For each i∈I and g∈Gi, left multiplication at the first syllable defines a permutation Pi,g of the set of reduced words. One has Pi,g−1=Pi,g−1 and Pi,gh=Pi,g∘Pi,h, so g↦Pi,g is a group homomorphism.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

For groups as in def-group, a syllable is a tagged pair (i,g) with i∈I and g∈Gi∖{ei}. A reduced syllable word is a finite list of syllables, indexed by a natural length as in def-natural-numbers, in which adjacent tags differ. The empty list is allowed. At a concatenation seam, adjacent syllables from the same factor are multiplied and an identity result is deleted; this elementary reduction is repeated until the seam is reduced. (Reduced syllable words in a family of groups).

[L2]

For every set X, the triple (Sym⁡(X),∘,idX) of def-symmetric-group is a group (def-group); the inverse of a permutation f is its inverse function f−1. If X contains three distinct elements a, b, c, then Sym⁡(X) is not abelian: the transpositions τ=(a b) and ρ=(b c) satisfy τ∘ρ≠ρ∘τ. (Sym⁡(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements).

[L3]

Let (M,⋅,e) and (M′,⋅′,e′) be monoids (def-semigroup-and-monoid). A monoid homomorphism from M to M′ is a function f:M→M′ such that - (H1) f(x⋅y)=f(x)⋅′f(y) for all x,y∈M; - (H2) f(e)=e′. Let G and G′ be groups (def-group). A group homomorphism from G to G′ is a function f:G→G′ satisfying (H1) alone: f(xy)  =  f(x) f(y)for all x,y∈G. Condition (H2) is not imposed for groups because it follows: a group homomorphism automatically satisfies f(e)=e′ and f(x−1)=f(x)−1 (lem-group-homomorphism-basic-properties). For monoids it does not follow and must be assumed, which is why the two definitions differ. A homomorphism from a structure to itself is an endomorphism. The identity map of M is a monoid homomorphism, and a composite of monoid homomorphisms is one, since (g∘f)(xy)=g(f(x)f(y))=g(f(x)) g(f(y)) and (g∘f)(e)=g(e′)=e′′; the same computation, without the second clause, shows a composite of group homomorphisms is a group homomorphism. (Monoid homomorphism and group homomorphism).

Proof

technique · direct
1.1

Define Pi,ei to be the identity map, since (i,ei) is not a syllable and prepending it would leave a word that is not reduced. For g≠ei, define Pi,g by prepending (i,g) when the word is empty or begins in another factor; when it begins (i,h), replace that syllable by (i,gh) and delete it if gh=ei. Every value is again a reduced word.

givenL1L2L3
2.1

Let g≠ei, so also g−1≠ei, and let w be reduced. Three seam cases exhaust the definition. (a) w empty or with first tag other than i: Pi,g(w)=(i,g)w, which begins (i,g), so Pi,g−1 replaces that syllable by (i,g−1g)=(i,ei) and deletes it, returning w. (b) w=(i,h)w′ with gh≠ei: Pi,g(w)=(i,gh)w′, and Pi,g−1 replaces (i,gh) by (i,g−1gh)=(i,h), kept because h≠ei, returning w. (c) w=(i,h)w′ with gh=ei, that is h=g−1: Pi,g(w)=w′, and w′ is empty or has first tag other than i because w is reduced, so Pi,g−1(w′)=(i,g−1)w′=(i,h)w′=w. Exchanging g and g−1 gives the other composite, so Pi,g−1 is a two-sided inverse of Pi,g; with Pi,ei=id this makes every Pi,g a permutation of the reduced words and Pi,g−1=Pi,g−1 [L2].

step 1.1L1L2
3.1

For Pi,gh=Pi,g∘Pi,h both sides are immediate when g=ei or h=ei, so let g,h≠ei and take w reduced. (a) w empty or with first tag other than i: Pi,h(w)=(i,h)w, and Pi,g sends it to (i,gh)w when gh≠ei and to w when gh=ei, which is Pi,gh(w) in both subcases. (b) w=(i,a)w′ with ha≠ei: Pi,h(w)=(i,ha)w′, and Pi,g sends it to (i,gha)w′ or, when gha=ei, to w′; Pi,gh(w) splits on the same product (gh)a=gha and gives the same word. (c) w=(i,a)w′ with ha=ei: Pi,h(w)=w′, empty or with first tag other than i, so Pi,g(w′)=(i,g)w′; and gha=g≠ei, so Pi,gh replaces (i,a) by (i,g) and also gives (i,g)w′. Hence g↦Pi,g satisfies (H1) of [L3] into the symmetric group of [L2], and is a group homomorphism.

step 2.1L1L2L3∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Reduced syllable words form the free product of a family of groups

Statement

The reduced syllable words in (Gi)i∈I form a group under concatenation followed by seam reduction. The one-syllable maps Gi→W make this group a free product of the family.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L2]

For groups as in def-group, a syllable is a tagged pair (i,g) with i∈I and g∈Gi∖{ei}. A reduced syllable word is a finite list of syllables, indexed by a natural length as in def-natural-numbers, in which adjacent tags differ. The empty list is allowed. At a concatenation seam, adjacent syllables from the same factor are multiplied and an identity result is deleted; this elementary reduction is repeated until the seam is reduced. (Reduced syllable words in a family of groups).

[L3]

For each i∈I and g∈Gi, left multiplication at the first syllable defines a permutation Pi,g of the set of reduced words. One has Pi,g−1=Pi,g−1 and Pi,gh=Pi,g∘Pi,h, so g↦Pi,g is a group homomorphism. (Factor elements act by mutually inverse permutations on reduced syllable words).

[L4]

Let (M,⋅,e) and (M′,⋅′,e′) be monoids (def-semigroup-and-monoid). A monoid homomorphism from M to M′ is a function f:M→M′ such that - (H1) f(x⋅y)=f(x)⋅′f(y) for all x,y∈M; - (H2) f(e)=e′. Let G and G′ be groups (def-group). A group homomorphism from G to G′ is a function f:G→G′ satisfying (H1) alone: f(xy)  =  f(x) f(y)for all x,y∈G. Condition (H2) is not imposed for groups because it follows: a group homomorphism automatically satisfies f(e)=e′ and f(x−1)=f(x)−1 (lem-group-homomorphism-basic-properties). For monoids it does not follow and must be assumed, which is why the two definitions differ. A homomorphism from a structure to itself is an endomorphism. The identity map of M is a monoid homomorphism, and a composite of monoid homomorphisms is one, since (g∘f)(xy)=g(f(x)f(y))=g(f(x)) g(f(y)) and (g∘f)(e)=g(e′)=e′′; the same computation, without the second clause, shows a composite of group homomorphisms is a group homomorphism. (Monoid homomorphism and group homomorphism).

Proof

technique · direct
1.1

Let a reduced word u act by the composition Pu of the factor permutations attached to its syllables, and define u⋅v=Pu(v). The seam calculation gives both concatenation followed by reduction and Pu⋅v=Pu∘Pv.

givenL1L2L3L4
2.1

Composition of permutations makes the operation associative; the empty word is the identity, and reversing a word while inverting its syllables gives the inverse.

step 1.1
3.1

Given homomorphisms fi:Gi→H, send (i1,g1)⋯(in,gn) to fi1(g1)⋯fin(gn). The seam rules and homomorphism laws make this a homomorphism.

step 2.1
4.1

It extends every fi, and any extension must take the displayed value on every reduced word, so it is unique. For an empty family, only the empty word remains and the group is trivial.

step 3.1∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Normal form theorem for free products

Statement

Every element of ∗i∈IGi has a unique reduced syllable expression. The identity is represented by the empty word, and no nonempty reduced word represents the identity.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

The reduced syllable words in (Gi)i∈I form a group under concatenation followed by seam reduction. The one-syllable maps Gi→W make this group a free product of the family. (Reduced syllable words form the free product of a family of groups).

[L2]

For groups as in def-group, a syllable is a tagged pair (i,g) with i∈I and g∈Gi∖{ei}. A reduced syllable word is a finite list of syllables, indexed by a natural length as in def-natural-numbers, in which adjacent tags differ. The empty list is allowed. At a concatenation seam, adjacent syllables from the same factor are multiplied and an identity result is deleted; this elementary reduction is repeated until the seam is reduced. (Reduced syllable words in a family of groups).

[L3]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

Proof

technique · direct
1.1

Let F be any free product and W the reduced-word model. Their universal properties give factor-compatible homomorphisms F→W and W→F. Each composite agrees with the identity on every factor, so uniqueness in the universal property makes the maps inverse isomorphisms.

givenL1L2L3
2.1

In the model every element is literally one reduced word. Distinct reduced words act differently on the empty word, so they are distinct elements.

step 1.1
3.1

Consequently the empty word is the identity, every nonempty reduced word is nonidentity, and the reduced expression is unique.

step 2.1∎
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Finite-order elements of a free product are conjugate into factors

Statement

Every nonidentity finite-order element of a free product is conjugate to a nonidentity finite-order element of one factor. For the empty family the statement is vacuous.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

For groups as in def-group, a syllable is a tagged pair (i,g) with i∈I and g∈Gi∖{ei}. A reduced syllable word is a finite list of syllables, indexed by a natural length as in def-natural-numbers, in which adjacent tags differ. The empty list is allowed. At a concatenation seam, adjacent syllables from the same factor are multiplied and an identity result is deleted; this elementary reduction is repeated until the seam is reduced. (Reduced syllable words in a family of groups).

[L2]

Every element of ∗i∈IGi has a unique reduced syllable expression. The identity is represented by the empty word, and no nonempty reduced word represents the identity. (Normal form theorem for free products).

[L3]

The order of a finite group. Let G be a group (def-group) whose underlying set is finite (def-countable), so that G≈n for some n∈N (def-equinumerous). That natural number is unique: if G≈n and G≈n′ then n≈n′, since ≈ is symmetric and transitive, and then n=n′ by claim 3 of lem-pigeonhole. The order of G is that unique natural number, written ∣G∣. A group is infinite when its underlying set is not finite, and ∣G∣ is then not defined. The order of an element. Let G be any group and g∈G, with natural powers as in def-group-power. Put Sg  :=  { k∈N  :  k≥1 and gk=e }  ⊆  N. - If Sg≠∅, the order of g is its least element, ord⁡(g)  :=  min⁡Sg  ∈  N, which exists by the well-ordering principle (thm-well-ordering-principle): every nonempty subset of N has a least element, and that element is unique, being ≤ every element of Sg and a member of it. We then say g has finite order. - If Sg=∅ we say g has infinite order and write ord⁡(g)=∞, where ∞ is a symbol reserved for this case and is not a natural number. No arithmetic is performed with it here. By construction ord⁡(g)≥1 whenever it is finite, and ord⁡(g)=1 exactly when g=e, since g1=g. Every element of a finite group has finite order. If G is finite then Sg≠∅ for every g∈G, by lem-order-of-element-exists, so ord⁡(g) is a natural number. (The order ∣G∣ of a finite group and the order ord⁡(g) of an element, with ord⁡(g)=∞ when no positive power of g is the identity).

[L4]

Let G be a group (def-group) with identity e, let g,h∈G, and let powers be as in def-group-power. For all m,n∈Z: 1. gm+n=gmgn; 2. g−m=(gm)−1; 3. (gm)n=gmn; 4. gmgn=gngm: any two powers of one element commute; 5. if gh=hg then (gh)n=gnhn. Claim 5 is false in general without its hypothesis: in a group in which g and h do not commute the equation can fail already at n=2, and a witness is recorded on the companion page. Claims 1 and 3 hold in any monoid (def-semigroup-and-monoid) for exponents in N, and so does claim 5 for exponents in N under the same commuting hypothesis; only the extension to negative exponents needs inverses. (Exponent laws in a group: gm+n=gmgn and (gm)n=gmn for all m,n∈Z, and (gh)n=gnhn when g and h commute).

Proof

technique · direct
1.1

Write the element as a nonempty reduced word. If its first and last syllables lie in the same factor and its length exceeds one, conjugating by the first syllable shortens the reduced length. Repetition ends with a conjugate of length one or a cyclically reduced word.

givenL1L2L3L4
2.1

A cyclically reduced word of length at least two has each positive power represented by the unreduced concatenation of that many copies, since the terminal and initial factors differ. Normal form makes every such power nonidentity.

step 1.1
3.1

Thus a finite-order element cannot end in the second case, and is conjugate to a one-syllable element of a factor. Conjugacy preserves order.

step 2.1∎
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

The center of a free product with at least two nontrivial factors is trivial

Statement

If at least two factors in a free product are nontrivial, then its center is the trivial subgroup.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Let G be a group (def-group). The center of G is Z(G):={z∈G:zg=gz for every g∈G}. Thus Z(G) consists of the elements that commute with every element of G. Its subgroup and normality properties are proved in lem-center-is-normal. (The center Z(G) of a group).

[L2]

For groups as in def-group, a syllable is a tagged pair (i,g) with i∈I and g∈Gi∖{ei}. A reduced syllable word is a finite list of syllables, indexed by a natural length as in def-natural-numbers, in which adjacent tags differ. The empty list is allowed. At a concatenation seam, adjacent syllables from the same factor are multiplied and an identity result is deleted; this elementary reduction is repeated until the seam is reduced. (Reduced syllable words in a family of groups).

[L3]

Every element of ∗i∈IGi has a unique reduced syllable expression. The identity is represented by the empty word, and no nonempty reduced word represents the identity. (Normal form theorem for free products).

Proof

technique · contradiction
1.1

Assume for contradiction that a nonidentity central element has reduced word z=x1⋯xn. Choose a nonidentity syllable g from a factor different from the factor of x1.

assume-contragivenL1L2L3
2.1

Then gz is reduced of length n+1. If the last syllable of z lies in the factor of g, the word zg reduces to length at most n; otherwise it is reduced of length n+1 but begins in a different factor from gz.

step 1.1
3.1

Normal-form uniqueness gives gz≠zg in either case, contradicting centrality. Hence only the identity is central.

step 2.1discharge-contradiction∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Every canonical factor map into a free product is injective

Statement

Every canonical factor homomorphism ιi:Gi→∗jGj is injective.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Every element of ∗i∈IGi has a unique reduced syllable expression. The identity is represented by the empty word, and no nonempty reduced word represents the identity. (Normal form theorem for free products).

[L2]

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}. (A group homomorphism is injective if and only if its kernel is trivial).

Proof

technique · direct
1.1

A nonidentity g∈Gi maps to the nonempty one-syllable reduced word (i,g), which is nonidentity by normal form.

givenL1L2
2.1

Thus the kernel of ιi is trivial, and the trivial-kernel criterion gives injectivity. This also covers a trivial factor.

step 1.1∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Free products are unique up to a unique factor-compatible isomorphism

Statement

Any two free products of the same family are connected by a unique isomorphism commuting with every canonical factor map.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L2]

Group isomorphisms, automorphisms and the set Aut⁡(G). An isomorphism f:G→H is a bijective group homomorphism (def-group-homomorphism, def-injection-surjection-bijection). When G=H, it is an automorphism of G. Write Aut⁡(G):={f:G→G:f is an automorphism}. (Group isomorphisms, automorphisms and the set Aut⁡(G)).

Proof

technique · direct
1.1

The universal properties give unique factor-compatible homomorphisms u:F→F′ and v:F′→F.

givenL1L2
2.1

Both v∘u and idF agree with every factor map, so uniqueness gives v∘u=idF; similarly u∘v=idF′.

step 1.1
3.1

Hence u is the unique compatible isomorphism. For the empty family both free products are trivial.

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

Each factor is a retract of a free product when all other factors are sent trivially

Statement

For every i∈I, the factor Gi is a retract of ∗j∈IGj: there is ri:∗jGj→Gi with ri∘ιi=idGi.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L2]

Every canonical factor homomorphism ιi:Gi→∗jGj is injective. (Every canonical factor map into a free product is injective).

[L3]

Let (M,⋅,e) and (M′,⋅′,e′) be monoids (def-semigroup-and-monoid). A monoid homomorphism from M to M′ is a function f:M→M′ such that - (H1) f(x⋅y)=f(x)⋅′f(y) for all x,y∈M; - (H2) f(e)=e′. Let G and G′ be groups (def-group). A group homomorphism from G to G′ is a function f:G→G′ satisfying (H1) alone: f(xy)  =  f(x) f(y)for all x,y∈G. Condition (H2) is not imposed for groups because it follows: a group homomorphism automatically satisfies f(e)=e′ and f(x−1)=f(x)−1 (lem-group-homomorphism-basic-properties). For monoids it does not follow and must be assumed, which is why the two definitions differ. A homomorphism from a structure to itself is an endomorphism. The identity map of M is a monoid homomorphism, and a composite of monoid homomorphisms is one, since (g∘f)(xy)=g(f(x)f(y))=g(f(x)) g(f(y)) and (g∘f)(e)=g(e′)=e′′; the same computation, without the second clause, shows a composite of group homomorphisms is a group homomorphism. (Monoid homomorphism and group homomorphism).

Proof

technique · direct
1.1

Use the identity homomorphism on Gi and the trivial homomorphism Gj→Gi for every j≠i.

givenL1L2L3
2.1

Free-product universality gives a unique ri extending this family, and its defining equation is ri∘ιi=idGi.

step 1.1
3.1

Thus ιi is a section and Gi is a retract. The assertion is made only for an index i∈I.

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

A free product has the union presentation of presentations of its factors

Statement

Suppose each Gi has a presentation ⟨Xi∣Ri⟩, with the alphabets replaced by disjoint copies. Then ∗iGi≅⟨⨆iXi | ⋃iRi⟩.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Let F(X) be a free group and let R⊆F(X) be a set of words, called relations. The group with presentation ⟨X∣R⟩:=F(X)/⟨ ⁣⟨R⟩ ⁣⟩F(X) is the quotient by the normal closure of R. The members of X are its generators. In this quotient, every relation in R becomes the identity, as do all consequences forced by normality. (Group presentation by generators and relations).

[L2]

Let ⟨X∣R⟩ be a presentation, let H be a group, and let u:X→H be a function. If the evaluation of every r∈R under u is eH, then there is a unique homomorphism u‾:⟨X∣R⟩⟶H with u‾([x])=u(x) for every x∈X. Moreover, u‾ is surjective if and only if u(X) generates H. (Von Dyck's theorem: maps of generators that satisfy the relators extend uniquely from a presented group).

[L3]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L4]

Any two free products of the same family are connected by a unique isomorphism commuting with every canonical factor map. (Free products are unique up to a unique factor-compatible isomorphism).

[L5]

In a presentation ⟨X∣R⟩ as in def-group-presentation, an element r∈R⊆F(X) is called a defining relator. The equation r=1 that it imposes in the quotient is a defining relation. More generally, an equation u=v may be recorded by the relator u−1v. The published definition uses the common looser convention of calling the members of R relations; both conventions define the same quotient group. A presentation is finitely generated when X is finite, finitely related when R is finite, and finite when both X and R are finite. A group is called finitely generated, finitely related, or finitely presented when it admits a presentation with the corresponding property. For finitely generated groups this agrees with generation by a finite subset in the sense of def-generated-subgroup. (Relators and relations; finitely generated, finitely related, and finite presentations).

Proof

technique · direct
1.1

A homomorphism from the displayed group to a target H is determined by images of the union of the generators that kill every relator in every Ri.

givenL1L2L3L4L5
2.1

By von Dyck's theorem, this is equivalent to a family of homomorphisms Gi→H.

step 1.1
3.1

The displayed group therefore has the free-product universal property, so uniqueness of free products gives the isomorphism. Empty and singleton families give the trivial and original presentations.

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

Free groups on disjoint bases freely multiply to the free group on their union

Statement

For pairwise disjoint sets Xi, the free product of the free groups F(Xi) is a free group on ⨆iXi.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

A free group on a set X is a group F(X) together with a map i:X→F(X) such that, for every group G and every function u:X→G, there is a unique group homomorphism u^:F(X)→G satisfying u^∘i=u. The reduced-word construction supplies such a group; the construction and its universal property are established in thm-reduced-words-form-the-free-group. When no ambiguity arises, x∈X is identified with its image i(x). (Free group on a set of generators).

[L2]

If (F,i) and (F′,i′) are free groups on the same set X, then there is a unique group isomorphism ϕ:F→F′ such that ϕ∘i=i′. (Free groups on the same set are uniquely isomorphic compatibly with their generators).

[L3]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L4]

Any two free products of the same family are connected by a unique isomorphism commuting with every canonical factor map. (Free products are unique up to a unique factor-compatible isomorphism).

Proof

technique · direct
1.1

A function from the disjoint union ⨆iXi to a group H is exactly a family of functions Xi→H.

givenL1L2L3L4
2.1

Freeness extends each member uniquely to a homomorphism F(Xi)→H, and free-product universality extends that family uniquely to one homomorphism from ∗iF(Xi).

step 1.1
3.1

Thus the free product has the universal property of F(⨆iXi), and uniqueness gives the isomorphism. Empty bases and an empty family are included.

step 2.1∎
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

A free product of copies of the infinite cyclic group is a free group

Statement

A free product of a family of infinite cyclic groups is a free group on one chosen generator from each factor. The empty family gives the free group on the empty set.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

For pairwise disjoint sets Xi, the free product of the free groups F(Xi) is a free group on ⨆iXi. (Free groups on disjoint bases freely multiply to the free group on their union).

[L2]

A free group on a set X is a group F(X) together with a map i:X→F(X) such that, for every group G and every function u:X→G, there is a unique group homomorphism u^:F(X)→G satisfying u^∘i=u. The reduced-word construction supplies such a group; the construction and its universal property are established in thm-reduced-words-form-the-free-group. When no ambiguity arises, x∈X is identified with its image i(x). (Free group on a set of generators).

[L3]

Let G be a group and g∈G, with integer powers as in def-group-power. Then ⟨g⟩  =  { gn  :  n∈Z }, the cyclic subgroup generated by g (def-generated-subgroup) being exactly the set of integer powers of g. Consequently every cyclic group is abelian, and so is every cyclic subgroup of any group. (⟨g⟩={ gn:n∈Z }, and every cyclic group is abelian).

[L4]

Let G be a group, g∈G, and let orders be as in def-order-in-a-group. Throughout, a natural number written where an integer is expected means its image under the embedding ι:N→Z of lem-nat-embeds-int. Finite order. Suppose ord⁡(g)=n with n∈N, n≥1. Then: 1. for every k∈Z, gk=e if and only if k=qn for some q∈Z, that is, if and only if n∣k (thm-division-algorithm-in-z); 2. the powers g0,g1,…,gn−1 are pairwise distinct: if i,j∈N with i<n, j<n and gi=gj, then i=j; 3. ⟨g⟩={ gs:s∈N, s<n } and ⟨g⟩≈n; so ⟨g⟩ is finite with ∣⟨g⟩∣=n=ord⁡(g). Infinite order. If ord⁡(g)=∞ then for j,k∈Z, gj=gk implies j=k; so the integer powers of g are pairwise distinct and ⟨g⟩ is not finite. (If ord⁡(g)=n then gk=e iff k is an integer multiple of n, the powers g0,…,gn−1 are distinct, and ⟨g⟩ has exactly n elements; if g has infinite order then gj=gk only for j=k).

[L5]

Let G be a group (def-group) with identity e, let g,h∈G, and let powers be as in def-group-power. For all m,n∈Z: 1. gm+n=gmgn; 2. g−m=(gm)−1; 3. (gm)n=gmn; 4. gmgn=gngm: any two powers of one element commute; 5. if gh=hg then (gh)n=gnhn. Claim 5 is false in general without its hypothesis: in a group in which g and h do not commute the equation can fail already at n=2, and a witness is recorded on the companion page. Claims 1 and 3 hold in any monoid (def-semigroup-and-monoid) for exponents in N, and so does claim 5 for exponents in N under the same commuting hypothesis; only the extension to negative exponents needs inverses. (Exponent laws in a group: gm+n=gmgn and (gm)n=gmn for all m,n∈Z, and (gh)n=gnhn when g and h commute).

Proof

technique · direct
1.1

If Ci=⟨ci⟩ is infinite cyclic, every element is a unique power cin. Therefore every choice of an image for ci extends uniquely by cin↦hn to a homomorphism, so Ci is free on the singleton {ci}.

givenL1L2L3L4L5
2.1

Choose disjoint tagged singleton bases. The free product of these singleton free groups is free on their union by the disjoint-basis theorem.

step 1.1
3.1

This gives the asserted basis and includes the empty index set.

step 2.1∎
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

The free product of two infinite cyclic groups is the free group on two generators

Statement

The free product of two infinite cyclic groups is the free group on two generators, hence has rank two.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

A free product of a family of infinite cyclic groups is a free group on one chosen generator from each factor. The empty family gives the free group on the empty set. (A free product of copies of the infinite cyclic group is a free group).

[L2]

A free group F has finite rank if it admits a finite free basis. In that case its rank is rank⁡(F):=∣B∣, where B is any finite free basis of F. This is well-defined by thm-finite-free-bases-have-the-same-cardinality. This definition is deliberately restricted to free groups that admit a finite free basis. It neither defines rank for a free group whose bases are infinite nor asserts that arbitrary infinite free bases have the same cardinality. (The rank of a free group admitting a finite basis).

Proof

technique · direct
1.1

Apply the preceding result to two factors with chosen generators x and y; their tagged singleton bases have union {x,y}.

givenL1L2
2.1

The resulting free group is free on this two-element set, which is exactly rank two by definition.

step 1.1∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-11Open item page →

Pushouts of group homomorphisms

Definition

Given homomorphisms f:K→G and h:K→H as in Monoid homomorphism and group homomorphism, a pushout is a group P with homomorphisms iG:G→P and iH:H→P such that iG∘f=iH∘h, and such that every compatible pair u:G→Q, v:H→Q factors through a unique w:P→Q with w∘iG=u and w∘iH=v. The maps f,h need not be injective.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

A group pushout is the quotient of a free product by the amalgamating relations

Statement

For homomorphisms f:K→G and h:K→H, let N be the normal closure in G∗H of {jG(f(k))jH(h(k))−1:k∈K}. Then (G∗H)/N, with the induced factor maps jG and jH, is a pushout of f and h.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Given homomorphisms f:K→G and h:K→H as in def-group-homomorphism, a pushout is a group P with homomorphisms iG:G→P and iH:H→P such that iG∘f=iH∘h, and such that every compatible pair u:G→Q, v:H→Q factors through a unique w:P→Q with w∘iG=u and w∘iH=v. The maps f,h need not be injective. (Pushouts of group homomorphisms).

[L2]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L3]

Let G be a group and let S⊆G. The family NS:={N:N⊴G and S⊆N} is nonempty because G⊴G by def-normal-subgroup. Its intersection is normal by lem-intersection-of-normal-subgroups. The normal closure of S in G is ⟨ ⁣⟨S⟩ ⁣⟩G:=⋂N∈NSN. It contains S and is contained in every normal subgroup of G that contains S. Thus it is the smallest normal subgroup of G containing S. (The normal closure of a subset of a group).

[L4]

Let G be a group and let N⊴G be a normal subgroup (def-normal-subgroup). The quotient group, or factor group, G/N has the left cosets G/N:={gN:g∈G} as its elements (def-coset, def-index), with product (gN)(hN):=ghN. Independence of the chosen representatives is proved in thm-coset-multiplication-well-defined-iff-normal, and the group axioms are proved in thm-quotient-group-laws. (The quotient group G/N and coset product (gN)(hN)=ghN).

[L5]

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ˉ∘π. (A homomorphism that kills a normal subgroup factors uniquely through the quotient group).

[L6]

Let G be a group and R⊆G. Then ⟨ ⁣⟨R⟩ ⁣⟩G={g1r1ε1g1−1⋯gnrnεngn−1:n∈N, gi∈G, ri∈R, εi∈{1,−1}}. For n=0 the displayed product is the identity. Replacing every conjugator gi by gi−1 gives the equivalent convention gi−1riεigi. (The normal closure of R is the set of finite products of conjugates of elements of R and their inverses).

Proof

technique · direct
1.1

In the quotient every amalgamating relator is trivial, so the two induced maps agree on K.

givenL1L2L3L4L5L6
2.1

Given compatible maps u:G→Q and v:H→Q, free-product universality gives ϕ:G∗H→Q. Compatibility makes every displayed relator lie in ker⁡ϕ, hence N⊆ker⁡ϕ.

step 1.1
3.1

The quotient universal property gives a unique ϕˉ:(G∗H)/N→Q extending u and v. Uniqueness follows because the factor images generate the quotient.

step 2.1
4.1

The argument allows trivial groups and arbitrary kernels without change.

step 3.1∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-11Open item page →

Free products with amalgamation along monomorphisms

Definition

If f:K→G and h:K→H are injective homomorphisms, their pushout is called the free product with amalgamation and is denoted G∗KH. The quotient construction is A group pushout is the quotient of a free product by the amalgamating relations, and injectivity means the trivial-kernel condition of A group homomorphism is injective if and only if its kernel is trivial. The notation anticipates identifying K with its two images, but injectivity of the canonical maps G,H→G∗KH is a theorem, not part of this definition.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

A free product with amalgamation has the factor presentations plus the amalgamating relations

Statement

Let G=⟨X∣R⟩ and H=⟨Y∣S⟩ with disjoint generators, and let f,h embed K. If T generates K and words ut(X),vt(Y) represent f(t),h(t), then G∗KH≅⟨X⊔Y∣R∪S∪{utvt−1:t∈T}⟩.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

If f:K→G and h:K→H are injective homomorphisms, their pushout is called the free product with amalgamation and is denoted G∗KH. The quotient construction is thm-group-pushout-as-an-amalgamated-quotient, and injectivity means the trivial-kernel condition of thm-group-homomorphism-injective-iff-trivial-kernel. The notation anticipates identifying K with its two images, but injectivity of the canonical maps G,H→G∗KH is a theorem, not part of this definition. (Free products with amalgamation along monomorphisms).

[L2]

For homomorphisms f:K→G and h:K→H, let N be the normal closure in G∗H of {jG(f(k))jH(h(k))−1:k∈K}. Then (G∗H)/N, with the induced factor maps jG and jH, is a pushout of f and h. (A group pushout is the quotient of a free product by the amalgamating relations).

[L3]

Suppose each Gi has a presentation ⟨Xi∣Ri⟩, with the alphabets replaced by disjoint copies. Then ∗iGi≅⟨⨆iXi | ⋃iRi⟩. (A free product has the union presentation of presentations of its factors).

[L4]

Let F(X) be a free group and let R⊆F(X) be a set of words, called relations. The group with presentation ⟨X∣R⟩:=F(X)/⟨ ⁣⟨R⟩ ⁣⟩F(X) is the quotient by the normal closure of R. The members of X are its generators. In this quotient, every relation in R becomes the identity, as do all consequences forced by normality. (Group presentation by generators and relations).

[L5]

Let G be a group and R⊆G. Then ⟨ ⁣⟨R⟩ ⁣⟩G={g1r1ε1g1−1⋯gnrnεngn−1:n∈N, gi∈G, ri∈R, εi∈{1,−1}}. For n=0 the displayed product is the identity. Replacing every conjugator gi by gi−1 gives the equivalent convention gi−1riεigi. (The normal closure of R is the set of finite products of conjugates of elements of R and their inverses).

Proof

technique · direct
1.1

The union presentation gives G∗H=⟨X⊔Y∣R∪S⟩.

givenL1L2L3L4L5
2.1

Quotienting by the normal closure of the displayed relations identifies the two images of every generator t∈T, hence of every element of K.

step 1.1
3.1

Conversely the relations for all k∈K follow from those for T and their conjugates and products. The quotient is therefore the amalgamated pushout of the preceding theorem.

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

Transversal normal-form data for an amalgamated free product

Definition

Let K be embedded in G and H as in Free products with amalgamation along monomorphisms. By The Axiom of Choice, choose left-coset transversals SG,SH containing the identity. A normal word is s1⋯snk, where n∈N (The natural numbers N (von Neumann)), k∈K, every sj is a nonidentity representative from SG or SH, and consecutive representatives come from different factors. Length zero means the word is just k. The written form depends on the transversals.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Factor elements act consistently by permutations on amalgamated normal words

Statement

With fixed transversal data, every element of G and H acts by a permutation on normal words. The two actions agree on K, inverses act inversely, and with the library's composition convention one has Pxy=Px∘Py.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Let K be embedded in G and H as in def-free-product-with-amalgamation. By def-axiom-of-choice, choose left-coset transversals SG,SH containing the identity. A normal word is s1⋯snk, where n∈N (def-natural-numbers), k∈K, every sj is a nonidentity representative from SG or SH, and consecutive representatives come from different factors. Length zero means the word is just k. The written form depends on the transversals. (Transversal normal-form data for an amalgamated free product).

[L2]

For every set X, the triple (Sym⁡(X),∘,idX) of def-symmetric-group is a group (def-group); the inverse of a permutation f is its inverse function f−1. If X contains three distinct elements a, b, c, then Sym⁡(X) is not abelian: the transpositions τ=(a b) and ρ=(b c) satisfy τ∘ρ≠ρ∘τ. (Sym⁡(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements).

[L3]

Let (M,⋅,e) and (M′,⋅′,e′) be monoids (def-semigroup-and-monoid). A monoid homomorphism from M to M′ is a function f:M→M′ such that - (H1) f(x⋅y)=f(x)⋅′f(y) for all x,y∈M; - (H2) f(e)=e′. Let G and G′ be groups (def-group). A group homomorphism from G to G′ is a function f:G→G′ satisfying (H1) alone: f(xy)  =  f(x) f(y)for all x,y∈G. Condition (H2) is not imposed for groups because it follows: a group homomorphism automatically satisfies f(e)=e′ and f(x−1)=f(x)−1 (lem-group-homomorphism-basic-properties). For monoids it does not follow and must be assumed, which is why the two definitions differ. A homomorphism from a structure to itself is an endomorphism. The identity map of M is a monoid homomorphism, and a composite of monoid homomorphisms is one, since (g∘f)(xy)=g(f(x)f(y))=g(f(x)) g(f(y)) and (g∘f)(e)=g(e′)=e′′; the same computation, without the second clause, shows a composite of group homomorphisms is a group homomorphism. (Monoid homomorphism and group homomorphism).

Proof

technique · direct
1.1

For a normal word, multiply the terminal K coefficient on the right by x−1, rewrite the affected factor element uniquely as a chosen left-coset representative times an element of K, and merge or delete the final syllable when its factor matches. This defines Px.

givenL1L2L3
2.1

Uniqueness of the transversal decomposition checks every seam and gives Px−1Px=id, so Px is a permutation.

step 1.1
3.1

Performing the rewrite first for y and then for x is the unique rewrite for xy, hence Pxy=Px∘Py. If x∈K, the two factor computations are the same terminal-coefficient operation, so the actions agree on K.

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

Normal form theorem for free products with amalgamation

Statement

Every element of G∗KH has a unique normal form s1⋯snk relative to fixed transversals. A normal word of positive length is nonidentity. The represented group and these conclusions are independent of the chosen transversals.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Let K be embedded in G and H as in def-free-product-with-amalgamation. By def-axiom-of-choice, choose left-coset transversals SG,SH containing the identity. A normal word is s1⋯snk, where n∈N (def-natural-numbers), k∈K, every sj is a nonidentity representative from SG or SH, and consecutive representatives come from different factors. Length zero means the word is just k. The written form depends on the transversals. (Transversal normal-form data for an amalgamated free product).

[L2]

With fixed transversal data, every element of G and H acts by a permutation on normal words. The two actions agree on K, inverses act inversely, and with the library's composition convention one has Pxy=Px∘Py. (Factor elements act consistently by permutations on amalgamated normal words).

[L3]

Let G=⟨X∣R⟩ and H=⟨Y∣S⟩ with disjoint generators, and let f,h embed K. If T generates K and words ut(X),vt(Y) represent f(t),h(t), then G∗KH≅⟨X⊔Y∣R∪S∪{utvt−1:t∈T}⟩. (A free product with amalgamation has the factor presentations plus the amalgamating relations).

[L4]

Given homomorphisms f:K→G and h:K→H as in def-group-homomorphism, a pushout is a group P with homomorphisms iG:G→P and iH:H→P such that iG∘f=iH∘h, and such that every compatible pair u:G→Q, v:H→Q factors through a unique w:P→Q with w∘iG=u and w∘iH=v. The maps f,h need not be injective. (Pushouts of group homomorphisms).

Proof

technique · direct
1.1

The compatible factor permutations give, by the pushout presentation, an action of G∗KH on the set of normal words. For a factor product w, applying Pw to the length-zero word performs the deterministic normal-form rewrite of w−1; since inversion is a bijection of the group, every element has such a form.

givenL1L2L3L4
2.1

The permutation attached to a normal word sends the length-zero word to the deterministic normal-form rewrite of its inverse. The resulting inversion-normalisation map is an involution: invert the represented factor product again and repeat the uniquely determined transversal rewrites. It preserves syllable length, since multiplying a nontrivial transversal representative by an element of K cannot put it in K. Hence a positive-length normal word cannot represent the identity, and equality of two represented elements forces equality of their inverse normal forms and then of the original words.

step 1.1
3.1

Thus existence and uniqueness hold, including the length-zero elements of K.

step 2.1
4.1

Changing transversals gives another group with the same pushout universal property; the unique factor-compatible isomorphism identifies the two descriptions, so the group and its conclusions do not depend on the choices.

step 3.1∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

The factor maps into a free product with amalgamation are injective

Statement

The canonical maps G→G∗KH and H→G∗KH are injective.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Every element of G∗KH has a unique normal form s1⋯snk relative to fixed transversals. A normal word of positive length is nonidentity. The represented group and these conclusions are independent of the chosen transversals. (Normal form theorem for free products with amalgamation).

[L2]

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}. (A group homomorphism is injective if and only if its kernel is trivial).

Proof

technique · direct
1.1

A nonidentity factor element rewrites either as a nontrivial length-zero element of K or as a normal word with one nonidentity transversal syllable.

givenL1L2
2.1

Neither form is the identity by the normal-form theorem, so each canonical map has trivial kernel and is injective. This includes trivial factors and the case where K is a whole factor.

step 1.1∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

The two factor images intersect exactly in the amalgamated subgroup

Statement

Inside G∗KH, the images of G and H intersect exactly in their common image of K.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Every element of G∗KH has a unique normal form s1⋯snk relative to fixed transversals. A normal word of positive length is nonidentity. The represented group and these conclusions are independent of the chosen transversals. (Normal form theorem for free products with amalgamation).

[L2]

The canonical maps G→G∗KH and H→G∗KH are injective. (The factor maps into a free product with amalgamation are injective).

Proof

technique · direct
1.1

The image of K lies in both factor images by the commuting pushout square.

givenL1L2
2.1

If the images of g∈G and h∈H are equal, then the normal form of gh−1 is trivial. Normal-form uniqueness forces both factor representatives to reduce to the same length-zero element of K.

step 1.1
3.1

Thus the intersection is precisely the amalgamated subgroup. The argument includes trivial K and a whole-factor inclusion.

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

Amalgamation over the trivial group is the ordinary free product

Statement

The free product with amalgamation over the trivial group is canonically isomorphic to the ordinary free product.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

If f:K→G and h:K→H are injective homomorphisms, their pushout is called the free product with amalgamation and is denoted G∗KH. The quotient construction is thm-group-pushout-as-an-amalgamated-quotient, and injectivity means the trivial-kernel condition of thm-group-homomorphism-injective-iff-trivial-kernel. The notation anticipates identifying K with its two images, but injectivity of the canonical maps G,H→G∗KH is a theorem, not part of this definition. (Free products with amalgamation along monomorphisms).

[L2]

For a family (Gi)i∈I, a free product is a group F with homomorphisms ιi:Gi→F in the sense of def-group-homomorphism, such that for every group H and every family of homomorphisms fi:Gi→H, there is a unique homomorphism f:F→H satisfying f∘ιi=fi for all i. It is denoted ∗i∈IGi. Injectivity of the maps ιi is not part of this definition. (The free product of an arbitrary family of groups).

[L3]

Any two free products of the same family are connected by a unique isomorphism commuting with every canonical factor map. (Free products are unique up to a unique factor-compatible isomorphism).

Proof

technique · direct
1.1

For maps from the trivial group, the compatibility equation in the pushout property is automatic.

givenL1L2L3
2.1

Thus the amalgamated pushout and the ordinary free product satisfy the same universal property, and uniqueness supplies the canonical isomorphism. Trivial factors cause no exception.

step 1.1∎
PropositionStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

The kernels of the amalgamating maps are killed in the opposite canonical maps to a group pushout

Statement

For a pushout of f:K→G and h:K→H, iH(h(ker⁡f))={e},iG(f(ker⁡h))={e}. Hence canonical factor maps in an arbitrary group pushout need not be injective. No equality with their full kernels is asserted.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Given homomorphisms f:K→G and h:K→H as in def-group-homomorphism, a pushout is a group P with homomorphisms iG:G→P and iH:H→P such that iG∘f=iH∘h, and such that every compatible pair u:G→Q, v:H→Q factors through a unique w:P→Q with w∘iG=u and w∘iH=v. The maps f,h need not be injective. (Pushouts of group homomorphisms).

[L2]

For homomorphisms f:K→G and h:K→H, let N be the normal closure in G∗H of {jG(f(k))jH(h(k))−1:k∈K}. Then (G∗H)/N, with the induced factor maps jG and jH, is a pushout of f and h. (A group pushout is the quotient of a free product by the amalgamating relations).

[L3]

Let G and G′ be groups with identities e and e′, and let f:G→G′ be a group homomorphism (def-group-homomorphism), so f(xy)=f(x)f(y) for all x,y∈G. Then: 1. f(e)=e′; 2. f(g−1)=f(g)−1 for every g∈G; 3. f(gn)=f(g)n for every g∈G and every n∈Z, powers being those of def-group-power. For monoid homomorphisms the analogue of claim 1 is false, so preservation of the identity has to be part of the definition: the map u:Z→Z with u(x)=0 for every x satisfies u(xy)=u(x)u(y) for the multiplicative monoid (Z,⋅,1), yet u(1)=0≠1. (A group homomorphism automatically satisfies f(e)=e′ and f(g−1)=f(g)−1, and f(gn)=f(g)n for every n∈Z; for monoid homomorphisms preservation of the identity must be assumed).

Proof

technique · direct
1.1

If k∈ker⁡f, commutativity gives iH(h(k))=iG(f(k))=iG(e)=e.

givenL1L2L3
2.1

Interchanging f and h gives iG(f(ker⁡h))={e}.

step 1.1
3.1

Therefore a nontrivial image of one kernel is killed by the opposite canonical map. This occurs, for example, for any nontrivial group K with G=1, H=K, f trivial, and h=idK: then h(ker⁡f)=K, so iH is not injective. This proves both the containments and the asserted possible failure.

step 2.1∎
CorollaryStatement: AI-generatedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

A pushout along an isomorphism is isomorphic to the other factor

Statement

If f:K→G is an isomorphism and h:K→H is any homomorphism, then the pushout is isomorphic to H, compatibly with the canonical maps.

Facts & Assumptions

Given: The objects and hypotheses in the statement.

[L1]

Given homomorphisms f:K→G and h:K→H as in def-group-homomorphism, a pushout is a group P with homomorphisms iG:G→P and iH:H→P such that iG∘f=iH∘h, and such that every compatible pair u:G→Q, v:H→Q factors through a unique w:P→Q with w∘iG=u and w∘iH=v. The maps f,h need not be injective. (Pushouts of group homomorphisms).

[L2]

Group isomorphisms, automorphisms and the set Aut⁡(G). An isomorphism f:G→H is a bijective group homomorphism (def-group-homomorphism, def-injection-surjection-bijection). When G=H, it is an automorphism of G. Write Aut⁡(G):={f:G→G:f is an automorphism}. (Group isomorphisms, automorphisms and the set Aut⁡(G)).

[L3]

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. (The inverse of a bijective group homomorphism is a group homomorphism).

Proof

technique · direct
1.1

The maps h∘f−1:G→H and idH:H→H are compatible because (h∘f−1)∘f=h.

givenL1L2L3
2.1

For any other compatible pair u:G→Q, v:H→Q, compatibility forces u=v∘h∘f−1, so the unique mediator from H is v.

step 1.1
3.1

Thus H satisfies the pushout universal property and is uniquely isomorphic to the given pushout. The proof also covers trivial groups.

step 2.1algebra∎
RemarkRemark: AI-adaptedProof: Not applicableaudited 2026-08-11Open item page →

Conventions and proved scope for free products and amalgamation

Remark

Free products here allow arbitrary index sets, and group pushouts allow arbitrary homomorphisms. The notation G∗KH is reserved for injective maps from K; only in that setting do the normal-form, factor-embedding, and intersection theorems apply. The kernel-collapse proposition explains why those conclusions fail for general pushouts. HNN extensions, Kurosh and Grushko theorems, and Bass-Serre theory require machinery outside this development's declared prerequisites.

5 · Examples, counterexamples and false statements

None yet.

Sources