Alphabeta Math
Session-authored (Fable 5 assisted)
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.

11 results · all verified · 9 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 2 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Monoids, Groups and Subgroups: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

For any field F, (F,+) and (F{0},) are abelian groups; in particular (Q,+), (Q{0},), (R,+) and (R{0},)

Example

Let F be a field (Field). Then

  • (F,+,0) is an abelian group (Group and abelian group), the additive group of F;
  • (F{0},,1) is an abelian group, the multiplicative group of F, often written F×.

Since the rationals (The rationals form a field) and the reals (The reals form a field) are fields, this gives four groups at once: (Q,+), (Q{0},), (R,+) and (R{0},). All four are infinite and abelian.

Facts & Assumptions

Given: A field F with operations + and and distinguished elements 01 (Field).

[L1]

Axiom (A): addition is associative and commutative, x+0=x for all xF, and every x has an additive inverse x with x+(x)=0 (Field).

[L2]

Axiom (M): multiplication is associative and commutative, x1=x for all xF, and every x0 has a multiplicative inverse x1 with xx1=1 (Field).

[L3]

Axiom (D): x(y+z)=xy+xz; and 01 (Field).

[L4]

A group is a monoid in which every element is invertible; a monoid is an associative binary operation on a set together with a two-sided identity; abelian means the operation is commutative; a subset closed under an operation inherits it (Group and abelian group, Semigroup and monoid, Binary operation on a set; associativity, commutativity, and a subset closed under the operation, Left identity, right identity, and two-sided identity for a binary operation, Left inverse, right inverse, and invertible element of a monoid).

[L5]

Q is a field (The rationals form a field) and R is a field (The reals form a field).

Verification

technique · direct
1.1

Addition is a binary operation on F, associative and commutative by (A).

L1
1.2

0 is a two-sided identity for +: x+0=x by (A), and 0+x=x+0=x by commutativity. So (F,+,0) is a commutative monoid.

L1L4
1.3

Every xF is invertible for +: x+(x)=0 by (A) and (x)+x=0 by commutativity, so x is a two-sided inverse. Hence (F,+,0) is an abelian group.

L1L4
1.4

For every zF, z0=0: by (D), z0=z(0+0)=z0+z0, and adding (z0) to both sides gives 0=z0.

L1L3
2.1

F{0} is closed under multiplication. Let x,y0 and suppose xy=0. Multiplying by x1 and regrouping, y=1y=(x1x)y=x1(xy)=x10=0, contradicting y0. So xy0, and multiplication restricts to a binary operation on F{0}.

step 1.4L2L4
3.1

1F{0} because 01, and x1=x=1x for every x by (M) and commutativity; the restricted operation is associative and commutative because it is so on F. Hence (F{0},,1) is a commutative monoid.

step 2.1L2L3L4
4.1

Every xF{0} is invertible there: (M) supplies x1F with xx1=1, and x10 since otherwise 1=x0=0, contradicting 01; commutativity gives x1x=1 as well, so x1 is a two-sided inverse lying in F{0}.

step 1.4step 3.1L2L3
5.1

By steps 1.3, 3.1 and 4.1, (F,+,0) and (F{0},,1) are abelian groups, and applying this to the fields Q and R gives the four groups listed.

step 1.3step 3.1step 4.1L4L5

Remarks

  • This is the cheapest bridge from the analysis half of the library to the algebra half. The field axioms as stated in Field already say "(F,+) is an abelian group" and "(F{0},) is an abelian group"; what the verification above adds is that the group axioms in the sense of Group and abelian group really do all follow from the equations that axiom spells out, including the one thing the spelling out leaves implicit, namely that F{0} is closed under multiplication.

  • Step 2.1 is where the absence of zero divisors is used, and it is a consequence of the field axioms rather than an extra hypothesis. In a general commutative ring the corresponding statement is false, and the nonzero elements need not be closed under multiplication.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

(Z,+) is an abelian group, (Z,) is a commutative monoid that is not a group, and its group of units is {1,1}

Example

Let Z be the integers with the operations of Arithmetic on the integers. Then

  1. (Z,+,0) is an abelian group (Group and abelian group);
  2. (Z,,1) is a commutative monoid (Semigroup and monoid) which is not a group, because 0 has no multiplicative inverse;
  3. its group of units (The invertible elements of a monoid form a group under the restricted operation) is Z×={1,1}, and 11.

Facts & Assumptions

Given: The integers Z with +, , 0 and 1 (The integers as equivalence classes of pairs of naturals, Arithmetic on the integers), and the embedding ι:NZ of The naturals embed in the integers.

[L1]

In Z: addition is associative and commutative, x+0=x, and every x=[(a,b)] has the additive inverse x=[(b,a)] with x+(x)=0; multiplication is associative and commutative with x1=x, and it distributes over addition. These are the ring axioms, verified one by one in the proof of The integers form a commutative ring (The integers form a commutative ring, Arithmetic on the integers).

[L2]

The order on Z is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers).

[L3]

ι is injective, preserves addition, multiplication and order, and its image is exactly the nonnegative integers; ι(0)=0 and ι(1)=1 (The naturals embed in the integers).

[L4]

On N: every k0 is a successor σ(j)=1+j, so k0 implies 1k (Every nonzero natural number is a successor, Addition is commutative, Order on the natural numbers, The natural numbers N (von Neumann)).

Verification

technique · direct
1.1

Addition on Z is associative and commutative, x+0=x and hence 0+x=x, and every x has a two-sided additive inverse x; so (Z,+,0) is an abelian group.

L1L5
1.2

Multiplication on Z is associative and commutative and x1=x=1x; so (Z,,1) is a commutative monoid.

L1L5
1.3

For every yZ, 0y=0: by distributivity 0y=(0+0)y=0y+0y, and adding (0y) gives 0=0y.

L1
1.4

10 in Z: ι is injective with ι(1)=1 and ι(0)=0, and 10 in N since 1=σ(0) contains 0 as an element while 0= has none.

L3L4
1.5

Discreteness in Z: if 0<x then 1x. Indeed x0 gives x=ι(k) with kN, and k0 since ι(0)=0x; so 1k in N and, ι preserving the order, 1=ι(1)ι(k)=x.

L3L4
2.1

0 is not invertible in (Z,,1): 0y=01 for every y. Hence (Z,,1) is not a group.

step 1.3step 1.4L5
2.2

1 and 1 are units: 11=1, and (1)(1)=1 because (1)(1)+(1)=(1)((1)+1)=(1)0=0, so (1)(1) is the additive inverse of 1, which is 1.

step 1.3L1
2.3

If 0<u and 1v then uuv: from 1v we get 0v1, so u(v1)0, either factor being possibly zero, and uvu=u(v1)0 gives uuv.

step 1.5L1L2
2.4

Let xy=1. Then x0 and y0 by step 1.3 and step 1.4. If x>0 and y<0 then 0<x(y)=(xy)=1, so 1<0, contradicting 0<1, which holds by step 1.4 and totality since 10; the case x<0, y>0 is the same with the names interchanged. So x and y are both positive or both negative.

step 1.3step 1.4L1L2L3
3.1

Both positive: 1x and 1y by step 1.5, so xxy=1 by step 2.3, and with 1x antisymmetry gives x=1.

step 1.5step 2.3L2
4.1

Both negative: then 0<x and 0<y and (x)(y)=xy=1 by ring arithmetic, so x=1 by step 3.1, that is x=1.

step 3.1L1L2
5.1

By steps 2.2, 2.4, 3.1 and 4.1 the units of (Z,,1) are exactly 1 and 1; and 11, since 1=1 would give 1+1=0, while 0<1 gives 1<1+1 and hence 0<1+1. So Z×={1,1}, a group under multiplication with two elements.

step 2.2step 2.4step 3.1step 4.1L1L2L5

Remarks

  • The Statement of The integers form a commutative ring is quoted here by its content, not by its name. That theorem says Z is "a commutative ring with multiplicative identity", a phrase not defined at this point in the reading order; what is used above is the list of equations its proof verifies one at a time. Nothing here presupposes a definition of a ring.

  • Cancellation without invertibility. (Z,) satisfies cancellation by nonzero elements yet is not a group, and (N,+) is a sharper example still, being cancellative outright (A commutative monoid in which cancellation holds need not be a group: (N,+)).

  • Z×={1,1} is the first finite group in the library that is not trivial. It is cyclic of order 2, generated by 1.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A commutative monoid in which cancellation holds need not be a group: (N,+)

Statement refuted

False claim: every commutative monoid (Semigroup and monoid) in which the cancellation law holds, that is in which x+z=y+z implies x=y, is a group (Group and abelian group).

The natural numbers under addition refute it: (N,+,0) is a commutative monoid, cancellation holds in it, and it is not a group, because 1 has no additive inverse.

Facts & Assumptions

Given: N with addition defined by m+0=m and m+σ(n)=σ(m+n) (Addition of natural numbers), and 0=, σ(n)=n{n}, 1=σ(0) (The natural numbers N (von Neumann)).

[L2]

Addition is associative (Addition is associative) and commutative (Addition is commutative).

[L3]

0+n=n for every n (Left identity for addition), and n+0=n by the defining recursion (Addition of natural numbers).

[L4]

Cancellation: m+k=n+k implies m=n (Addition is cancellative).

[L5]

A monoid is an associative binary operation with a two-sided identity; a group is a monoid in which every element has a two-sided inverse (Semigroup and monoid, Group and abelian group, Left inverse, right inverse, and invertible element of a monoid, Left identity, right identity, and two-sided identity for a binary operation).

[L6]

The refuted claim: every commutative cancellative monoid is a group.

Counterexample

technique · direct
1.1

Addition is a binary operation on N, associative and commutative.

L1L2
1.2

0 is a two-sided identity for addition: n+0=n by the recursion and 0+n=n by [L3]. Hence (N,+,0) is a commutative monoid.

L3L5
1.3

Cancellation holds: m+k=n+k implies m=n, and by commutativity k+m=k+n implies m=n as well.

L2L4
1.4

For every kN, σ(k)0: the set σ(k)=k{k} has k as an element, whereas 0= has no elements.

given
2.1

1 has no additive inverse in N: for any kN, 1+k=k+1=k+σ(0)=σ(k+0)=σ(k)0, so no k satisfies 1+k=0.

step 1.4L2given
3.1

Hence (N,+,0) is not a group, since a group requires every element to be invertible and 1N is not.

step 2.1L5
4.1

By steps 1.2, 1.3 and 3.1 the monoid (N,+,0) is commutative and cancellative but not a group, so the claim of [L6] is false.

step 1.2step 1.3step 3.1L6

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

For n1 the congruence classes modulo n form an abelian group (Z/n,+) of order n, generated by the class of 1

Example

Fix a natural number n1 and write nˉ:=ι(n) for the corresponding positive integer, ι:NZ being the embedding of The naturals embed in the integers. For a,bZ define

ab(modn):    ab=qnˉ  for some qZ,

that is, nˉ(ab) (Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b). Then:

  1. is an equivalence relation on Z (Equivalence relation, equivalence class, and the quotient set A/); its classes are the congruence classes modulo n, and the quotient set is written Z/n;
  2. [a]+[b]:=[a+b] is a well-defined binary operation on Z/n, and (Z/n,+,[0]) is an abelian group (Group and abelian group);
  3. Z/n is finite of order n: Z/n=n (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);
  4. Z/n=[1], so it is cyclic, generated by the class of 1 (The subgroup S generated by a subset, the cyclic subgroup g, and cyclic groups).

The hypothesis n1 is needed for claim 3, and for claim 3 only: at n=0 the relation is equality, so Z/0 has one class for each integer and is infinite, and there is no natural number n with Z/0=n. Claims 1, 2 and 4 do hold at n=0, where Z/0 is an infinite cyclic group generated by [1].

Facts & Assumptions

Given: A natural number n1, the integer nˉ=ι(n), and the relation ab meaning ab=qnˉ for some qZ (The integers as equivalence classes of pairs of naturals, Arithmetic on the integers).

[L1]

Z is a commutative ring, with uv:=u+(v) (The integers form a commutative ring, Arithmetic on the integers); its order is total and antisymmetric and compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers).

[L2]

ι is injective, preserves addition, multiplication and order, and its image is exactly the nonnegative integers; ι(0)=0, ι(1)=1; hence nˉ>0 because n1 (The naturals embed in the integers, Order on the natural numbers, The natural numbers N (von Neumann)). Moreover n={sN:s<n}: a natural number is exactly the set of the naturals below it (On N the order is membership: m<n    mn).

[L3]

An equivalence relation is a reflexive, symmetric and transitive relation; [a]={b:ab} and the quotient set is the set of classes (Equivalence relation, equivalence class, and the quotient set A/); and ab if and only if [a]=[b] (The equivalence classes of an equivalence relation are nonempty, cover A, and are pairwise equal or disjoint; conversely every such cover arises from exactly one equivalence relation).

[L4]

Division with remainder: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b (Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b).

[L6]

Powers in a group written additively: g0 is the identity, gσ(m)=gm+g, and gx=gk when x<0 and x=ι(k) (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

[L7]

Induction on N (The principle of mathematical induction); on N exactly one of s<t, s=t, t<s holds (Trichotomy of the order on N).

Verification

technique · direct
1.1

is reflexive, since aa=0=0nˉ; symmetric, since ab=qnˉ gives ba=(q)nˉ; and transitive, since ab=qnˉ and bc=qnˉ give ac=(ab)+(bc)=(q+q)nˉ. So it is an equivalence relation, and Z/n is its quotient set.

L1L3
1.2

The operation is well defined: if aa and bb, say aa=qnˉ and bb=qnˉ, then (a+b)(a+b)=(aa)+(bb)=(q+q)nˉ, so a+ba+b and [a+b]=[a+b]. Hence [a]+[b]:=[a+b] depends only on the classes.

L1L3
1.3

ι reflects the order: if ι(s)<ι(t) then s<t, since otherwise ts would give ι(t)ι(s), contradicting antisymmetry.

L1L2L7
1.4

Distinct such representatives give distinct classes: let s,tN with s<n, t<n and [ι(s)]=[ι(t)], so ι(s)ι(t)=qnˉ for some q, that is ι(s)=qnˉ+ι(t). Both ι(s) and ι(t) are nonnegative and, ι preserving the order, both are <ι(n)=nˉ. So ι(s) is written as qnˉ+ι(t) with 0ι(t)<nˉ and also as 0nˉ+ι(s) with 0ι(s)<nˉ; the uniqueness clause of division with remainder forces q=0 and ι(t)=ι(s), whence s=t by injectivity of ι.

L1L2L3L4
1.5

In the group Z/n the k-th power of [1] in additive notation is [ι(k)] for every kN: the set of k for which this holds contains 0, since the identity is [0]=[ι(0)], and is closed under σ, since the power at σ(k) is the power at k plus [1], that is [ι(k)]+[1]=[ι(k)+1]=[ι(σ(k))].

L1L2L6L7
2.1

(Z/n,+,[0]) is an abelian group: associativity, commutativity, the identity law [a]+[0]=[a+0]=[a] and the inverse law [a]+[a]=[0] all follow from the corresponding identities in Z applied to representatives, which is legitimate by step 1.2.

step 1.2L1L5
2.2

Every class has a representative r with 0r<nˉ: given a, divide a=qnˉ+r with 0r<nˉ, so ar=qnˉ and [a]=[r]. Moreover r0 gives r=ι(s) for a unique sN, and ι(s)<ι(n) gives s<n.

step 1.3L2L3L4
3.1

The map φ:nZ/n with φ(s)=[ι(s)] is well defined, the elements of the natural number n being exactly the naturals s<n; it is surjective by step 2.2 and injective by step 1.4, hence a bijection. So Z/nn and Z/n=n.

step 2.2step 1.4L2L5
3.2

For a negative integer x with x=ι(k), the x-th power of [1] is the inverse of [ι(k)], namely [ι(k)]=[x]; with step 1.5 this gives that the set of integer powers of [1] is {[a]:aZ}=Z/n.

step 2.1step 1.5L1L2L6
4.1

Since [1] is exactly the set of integer powers of [1], step 3.2 gives [1]=Z/n, so Z/n is cyclic, generated by [1].

step 3.2L5
5.1

Claims 1 to 4 are established in steps 1.1, 2.1, 3.1 and 4.1.

step 1.1step 2.1step 3.1step 4.1

Remarks

  • The hypothesis n1 is carried by the title and by the statement, not left implicit. It is used twice and in an essential way: nˉ>0 is what makes Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b applicable in step 2.2, and it is what makes the count in step 3.1 come out as n. At n=0 the relation is equality on Z, the quotient set is in bijection with Z itself, and the group is infinite.

  • No greatest common divisor is used anywhere above, and none is available at this point in the reading order. Only division with remainder is needed. The multiplicative structure of Z/n, where the units are the classes coprime to n, does need gcd theory and belongs to a later page.

  • The elements are congruence classes, that is subsets of Z, and [a] is a set. Nothing above ever names an element of Z/n except through a representative, which is why step 1.2 has to be checked before the operation may be written down at all.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Sym({1,2,3}) has exactly six elements, is non-abelian, and its elements have orders 1, 2 and 3

Example

Let X={1,2,3}, the three-element set of natural numbers 1=σ(0), 2=σ(1), 3=σ(2), and let G=Sym(X) be its symmetric group (The symmetric group Sym(X): the bijections of a set X under composition), a group under composition (Sym(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements). Then:

  1. G has exactly six elements, namely

    id,(12),(13),(23),(123),(132),

    so G6 and G=6 (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);

  2. G is not abelian: (12)(23)=(123) while (23)(12)=(132);

  3. the orders of its elements are ord(id)=1, ord=2 for each of the three transpositions, and ord=3 for each of the two 3-cycles.

Facts & Assumptions

Given: X={1,2,3} and G=Sym(X) with the operation fg, (fg)(x)=f(g(x)), and identity id (The symmetric group Sym(X): the bijections of a set X under composition).

[L1]

1, 2 and 3 are pairwise distinct natural numbers: 2=σ(1)=1{1} and 3=σ(2)=2{2}={0,1,2}, so 12, 23 and 13, while no natural number is a member of itself (The natural numbers N (von Neumann), Every natural number is a transitive set and is not a member of itself); so X has exactly three elements.

[L3]

Two functions XX are equal exactly when they agree at every point; a function on X is determined by the triple (f(1),f(2),f(3)), and f is a bijection of X exactly when those three values are pairwise distinct, since three distinct values in a three-element set exhaust it (Injection, surjection, bijection).

Verification

technique · direct
1.1

Writing each element of G as the triple of its values at 1,2,3, the six listed permutations are id=(1,2,3), (23)=(1,3,2), (12)=(2,1,3), (123)=(2,3,1), (132)=(3,1,2) and (13)=(3,2,1). These six triples are pairwise different, so the six permutations are pairwise different.

L1L2L3
1.2

Each transposition τ{(12),(13),(23)} satisfies ττ=id, since it exchanges two points and fixes the third, so applying it twice returns every point to itself; and τid, since it moves two points.

L2L3
1.3

ord(id)=1, since id1=id and 1 is the least natural that is 1.

L4L6
2.1

Every element of G is one of the six. Let fG; its triple has pairwise distinct entries by [L3]. There are three possible values for f(1); for each, two remaining values for f(2); and then f(3) is forced to be the one element of X left over. Running through those six combinations produces exactly the six triples listed in step 1.1.

step 1.1L1L3
2.2

Composites, computed pointwise. (12)(23) sends 112, 233, 321, giving the triple (2,3,1), which is (123). And (23)(12) sends 123, 211, 332, giving (3,1,2), which is (132).

step 1.1L2L3
2.3

Let c=(123), so c sends 1231. Then cc sends 13, 21, 32, which is the triple (3,1,2), that is (132); and ccc sends 1c(3)=1, 2c(1)=2, 3c(2)=3, so it is id.

step 1.1L2L3
2.4

Each transposition τ has ord(τ)=2: τ2=ττ=id by step 1.2, while τ1=τid, so 2 is the least k1 with τk=id.

step 1.2L4L6
3.1

By steps 1.1 and 2.1 the set G consists of exactly the six listed elements, so the map 6G sending 0,1,2,3,4,5 to id,(12),(13),(23),(123),(132) respectively is a bijection; hence G6 and G=6. This is claim 1.

step 1.1step 2.1L5
3.2

By step 2.2 the two composites differ, since the triples (2,3,1) and (3,1,2) differ at 1; so G is not abelian, which is claim 2.

step 2.2L3
3.3

Each of c=(123) and c2=(132) has order 3: by step 2.3, c3=id, c1=cid and c2=(132)id, so ord(c)=3; and (c2)3=c6=id with c2id and (c2)2=c4=cid, so ord(c2)=3 as well.

step 2.3L4L6
4.1

Claims 1, 2 and 3 are steps 3.1, 3.2 and steps 1.3, 2.4 and 3.3 taken together; the orders occurring are exactly 1, 2 and 3.

step 3.1step 3.2step 1.3step 2.4step 3.3

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

(gh)n=gnhn fails without commutativity: two transpositions in Sym({1,2,3}) with (gh)2g2h2

Statement refuted

False claim: in every group G, (gh)n=gnhn for all g,hG and all n (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

The claim is true when g and h commute, which is exactly what Exponent laws in a group: gm+n=gmgn and (gm)n=gmn for all m,nZ, and (gh)n=gnhn when g and h commute asserts and exactly why that lemma carries the hypothesis in its statement and in its title. Without the hypothesis it fails, already at n=2: in Sym({1,2,3}) take the transpositions g=(12) and h=(23). Then g2h2=id while (gh)2id.

Facts & Assumptions

Given: X={1,2,3} with 1, 2, 3 pairwise distinct; Sym(X) with composition (fk)(x)=f(k(x)) and identity id (The symmetric group Sym(X): the bijections of a set X under composition); and g=(12), h=(23), so g exchanges 1 and 2 and fixes 3, while h exchanges 2 and 3 and fixes 1.

[L2]

f2=fσ(1)=f1f=ff, and f0=id (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

[L3]

Two permutations are equal exactly when they agree at every point of X (Injection, surjection, bijection, The symmetric group Sym(X): the bijections of a set X under composition).

[L4]

The refuted claim: (gh)n=gnhn in every group, for all elements and all n.

Counterexample

technique · direct
1.1

gg=id: g sends 121 and 212 and fixes 3 twice. Hence g2=id.

L2L3given
1.2

hh=id for the same reason, with the pair 2,3 in place of 1,2. Hence h2=id.

L2L3given
1.3

The composite gh sends 1h(1)=1g(1)=2, sends 2h(2)=3g(3)=3, and sends 3h(3)=2g(2)=1.

L3given
2.1

g2h2=idid=id.

step 1.1step 1.2L1
2.2

(gh)2=(gh)(gh) sends 123 by step 1.3, so it does not fix 1, since 31.

step 1.3L2L3given
3.1

Therefore (gh)2id=g2h2, and the claim of [L4] is false; the elements g and h do not commute, since gh sends 2 to 3 while hg sends 2g(2)=1h(1)=1.

step 2.1step 2.2L3L4

Remarks

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

The Klein four-group as the subgroup {id,(12)(34),(13)(24),(14)(23)} of Sym({1,2,3,4}): abelian of order 4, non-cyclic, every non-identity element of order 2

Example

Let X={1,2,3,4}, four pairwise distinct natural numbers, and work in Sym(X) (The symmetric group Sym(X): the bijections of a set X under composition, Sym(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements). Put

a=(12)(34),b=(13)(24),c=(14)(23),

each being the composite of the two disjoint transpositions shown, and set V={id,a,b,c}. Then:

  1. V is a subgroup of Sym(X) (Subgroup) with four distinct elements, so V=4 (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);
  2. V is abelian, with multiplication table generated by a2=b2=c2=id, ab=ba=c, ac=ca=b and bc=cb=a;
  3. every element of V other than id has order 2;
  4. V is not cyclic (The subgroup S generated by a subset, the cyclic subgroup g, and cyclic groups).

V is called the Klein four-group.

Facts & Assumptions

Given: X={1,2,3,4} and the permutations a,b,c of X acting as follows: a sends 12, 21, 34, 43; b sends 13, 31, 24, 42; c sends 14, 41, 23, 32 (The symmetric group Sym(X): the bijections of a set X under composition).

[L1]

1, 2, 3, 4 are pairwise distinct natural numbers, since each is a member of every later one and no natural number is a member of itself (The natural numbers N (von Neumann), Every natural number is a transitive set and is not a member of itself).

[L3]

Two permutations agree exactly when they agree at every point of X (Injection, surjection, bijection).

[L4]

Verification

technique · direct
1.1

The four elements are pairwise distinct: at the point 1 they take the values id(1)=1, a(1)=2, b(1)=3 and c(1)=4, which are pairwise distinct.

L1L3given
1.2

Each of a, b, c is its own inverse: aa sends 121, 212, 343 and 434, so aa=id; the same computation with the corresponding pairs gives bb=id and cc=id.

L2L3given
1.3

ab=c: it sends 1b(1)=3a(3)=4, 243, 312, 421, and c sends 14, 23, 32, 41. And ba=c: it sends 1a(1)=2b(2)=4, 213, 342, 431.

L3given
1.4

ac=b and ca=b: the first sends 1c(1)=4a(4)=3, 234, 321, 412; the second sends 1a(1)=2c(2)=3, 214, 341, 432; and b sends 13, 24, 31, 42.

L3given
1.5

bc=a and cb=a: the first sends 1c(1)=4b(4)=2, 231, 324, 413; the second sends 1b(1)=3c(3)=2, 241, 314, 423; and a sends 12, 21, 34, 43.

L3given
2.1

V is nonempty and closed under xx1: id1=id and each of a,b,c is its own inverse by step 1.2.

step 1.2L2
2.2

V is closed under composition: composing id with anything returns that element, each of a,b,c composed with itself gives id by step 1.2, and the six mixed products are computed in steps 1.3, 1.4 and 1.5, each landing in V.

step 1.2step 1.3step 1.4step 1.5L2
2.3

V is abelian: the products computed in steps 1.3, 1.4 and 1.5 agree in either order, id commutes with everything, and each element commutes with itself. With step 1.2 this is the table of claim 2.

step 1.2step 1.3step 1.4step 1.5L2
2.4

Each of a,b,c has order 2: it is not id by step 1.1, so ord1, and its square is id by step 1.2; hence 2 is the least k1 with the k-th power equal to id. This is claim 3, ord(id)=1 being immediate.

step 1.1step 1.2L5
3.1

Hence for x,yV one has y1V and xy1V, so V is a subgroup of Sym(X) by the one-step test.

step 2.1step 2.2L4
4.1

V has exactly four elements: the map 4V sending 0,1,2,3 to id,a,b,c is a bijection by step 1.1, so V4 and V=4. This with step 3.1 is claim 1.

step 1.1step 3.1L6
5.1

V is not cyclic: if V=g for some gV, then g has finite order and g=ord(g), so ord(g)=V=4; but every element of V has order 1 or 2 by step 2.4, and 41 and 42. This is claim 4.

step 4.1step 2.4L6

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

The eight vertex permutations of a square form a non-abelian subgroup of Sym({1,2,3,4}) of order 8, generated by a 4-cycle and one diagonal swap

Example

Let X={1,2,3,4} and regard its four elements as the vertices of a square read in cyclic order, so that the edges are the four pairs

E  =  {{1,2}, {2,3}, {3,4}, {4,1}}

and the two remaining pairs {1,3}, {2,4} are the diagonals. Call a permutation f of X a vertex symmetry of the square when, for all xy in X, {x,y}E if and only if {f(x),f(y)}E.

Put r=(1234) and s=(13) in Sym(X) (The symmetric group Sym(X): the bijections of a set X under composition) and

D  =  {id, r, r2, r3, s, rs, r2s, r3s},

where juxtaposition is composition and powers are those of Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e. Then:

  1. r4=id, s2=id and sr=r1s;
  2. D is a subgroup of Sym(X) (Subgroup) whose eight listed elements are pairwise distinct, so D=8 (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), and D={r,s} (The subgroup S generated by a subset, the cyclic subgroup g, and cyclic groups);
  3. D is not abelian: rssr;
  4. D is exactly the set of vertex symmetries of the square.

Facts & Assumptions

Given: X={1,2,3,4}; r the permutation sending 12341; s the permutation exchanging 1 and 3 and fixing 2 and 4; E the four edge pairs listed above (The symmetric group Sym(X): the bijections of a set X under composition).

[L2]

Sym(X) is a group under composition with identity id (Sym(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements, Group and abelian group); two permutations are equal exactly when they agree at every point (Injection, surjection, bijection).

Verification

technique · direct
1.1

Powers of r, computed pointwise: r2 sends 13, 24, 31, 42; r3 sends 14, 21, 32, 43; and r4 sends every point back to itself, so r4=id. None of r, r2, r3 is id, each moving 1. Hence ord(r)=4 and r1=r3.

L1L2L3L6given
1.2

s2=id, since s exchanges 1 and 3 and fixes 2 and 4, so applying it twice fixes every point; hence s1=s and sid.

L2L3given
2.1

sr=r3s. Both sides are computed pointwise: sr sends 1r(1)=2s(2)=2, 231, 344, 413; while r3s sends 1s(1)=3r3(3)=2, 221, 314, 443. The two agree at every point. With step 1.1 this gives sr=r1s, which with claim 1's other two equations completes claim 1.

step 1.1L2given
2.2

s{id,r,r2,r3}: s fixes 2, while r, r2 and r3 send 2 to 3, 4 and 1 respectively, and sid by step 1.2.

step 1.1step 1.2L1L2
3.1

By induction from step 2.1, srk=rks for every kZ: the case k=0 is trivial, and srk+1=(srk)r=rksr=rkr1s=r(k+1)s, while applying s on both sides of srk=rks and using s2=id gives the statement for k.

step 1.2step 2.1L3
3.2

The eight listed elements are pairwise distinct. The four powers r0,r1,r2,r3 are pairwise distinct because ord(r)=4. If ris=rjs then ri=rj by cancelling s on the right, so i=j for i,j among 0,1,2,3. And ris=rj would give s=rji, contradicting step 2.2.

step 1.1step 2.2L4L6
4.1

D is closed under composition. A product of two listed elements has the form (risε)(rjsδ) with ε,δ{0,1}. If ε=0 it equals ri+jsδ; if ε=1 then, moving s past rj by step 3.1, it equals rirjssδ=rijs1+δ. In either case, reducing the exponent of r using r4=id and the exponent of s using s2=id gives one of the eight listed elements.

step 1.1step 1.2step 3.1L3
4.2

D is closed under inverses: (ri)1=ri, again one of the four powers after reduction; and (ris)1=s1(ri)1=sri=ris by step 3.1 and s1=s, so each of the four elements ris is its own inverse.

step 1.1step 1.2step 3.1L3
4.3

D is not abelian: sr=r3s by step 2.1, while rs=r1s; if these were equal then r3=r by cancelling s on the right, contradicting the distinctness of the powers of r. This is claim 3.

step 1.1step 2.1step 3.2L4
5.1

D is a subgroup: it contains id, is closed under composition by step 4.1 and under inverses by step 4.2, so xy1D for x,yD and the one-step test applies. Its eight elements are distinct by step 3.2, so the map 8D listing them is a bijection and D=8.

step 3.2step 4.1step 4.2L5L6
6.1

D={r,s}: D is a subgroup containing r and s, so {r,s}D; conversely any subgroup containing r and s contains every risε, hence contains D, so D{r,s}. This with step 5.1 is claim 2.

step 5.1L5
7.1

Every element of D is a vertex symmetry. The map r carries the four edges {1,2},{2,3},{3,4},{4,1} to {2,3},{3,4},{4,1},{1,2}, so it maps E onto E; being a bijection of X, it therefore also carries each of the two non-edges {1,3}, {2,4} to a non-edge, and the "if and only if" holds. The map s carries those four edges to {3,2},{2,1},{1,4},{4,3}, again onto E, so the same applies. The vertex symmetries form a subgroup, since the defining condition is preserved by composition and, being an equivalence, by inverses; hence it contains {r,s}=D.

step 6.1L2L5given
8.1

Conversely let f be a vertex symmetry. The neighbours of a point x, meaning the y with {x,y}E, are exactly r(x) and r3(x), and these two are distinct because r2(x)x by step 1.1. There is a unique i{0,1,2,3} with ri(1)=f(1), since those four values are 1,2,3,4; put f1=rif, again a vertex symmetry, with f1(1)=1.

step 1.1step 5.1step 7.1L2given
9.1

Since {1,2}E, the pair {f1(1),f1(2)}={1,f1(2)} is an edge, so f1(2) is a neighbour of 1, that is f1(2){2,4}. Since {2,3}E, the point f1(3) is a neighbour of f1(2), and it differs from f1(1)=1 because f1 is injective; the neighbours of 2 are 1 and 3 and the neighbours of 4 are 3 and 1, so in both cases f1(3)=3. Then f1(4) is the one element of X not already taken.

step 8.1L2given
10.1

So either f1 is 11, 22, 33, 44, that is f1=id and f=ri; or f1 is 11, 24, 33, 42. In the second case f1=r2s, since r2s sends 1s(1)=3r2(3)=1, 224, 313 and 442; hence f=rir2s=ri+2sD.

step 1.1step 9.1L2L3
11.1

By steps 7.1, 9.1 and 10.1 the vertex symmetries of the square are exactly the elements of D, which is claim 4; claims 1, 2 and 3 are steps 2.1, 6.1 and 4.3.

step 2.1step 6.1step 4.3step 7.1step 9.1step 10.1

Remarks

  • The square is a combinatorial object here, not a geometric one. The identification of these eight permutations with the rigid motions of a square in the Euclidean plane is not available at this point in the reading order: R2 with its metric comes much later. What is used instead is the edge relation E, and claim 4 says the group is exactly the symmetry group of that relation, which is what "vertex permutations of a square" means here.

  • Every element is a rotation or a reflection, in the sense that D splits as the four powers of r and the four elements ris; step 4.2 shows each of the latter is its own inverse, matching the geometric picture in which a reflection applied twice is the identity.

  • The relation sr=r1s of claim 1 is the whole reason D is closed: it is what lets any word in r and s be pushed into the normal form risε, which is step 4.1. Without it the eight elements would not obviously be all of {r,s}.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

nZ is a subgroup of (Z,+) for every nZ, and every subgroup of (Z,+) has this form

Example

Work in the abelian group (Z,+,0). For nZ put

nZ  :=  {nk  :  kZ}.

Then:

  1. nZ is a subgroup of (Z,+) for every nZ (Subgroup), and nZ=n (The subgroup S generated by a subset, the cyclic subgroup g, and cyclic groups);
  2. conversely, every subgroup H(Z,+) equals nZ for some n0; and n may be taken to be 0 if H={0} and otherwise the least positive element of H.

In particular every subgroup of (Z,+) is cyclic.

Facts & Assumptions

[L1]

Z is a commutative ring, with uv:=u+(v) (The integers form a commutative ring, Arithmetic on the integers); its order is total, antisymmetric, transitive and compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers).

[L2]

ι is injective, preserves addition, multiplication and order, and its image is exactly the nonnegative integers; ι(0)=0, ι(1)=1 (The naturals embed in the integers).

[L3]

One-step test for subgroups, written additively: a nonempty HZ with xyH for all x,yH is a subgroup (One-step subgroup test: a nonempty HG is a subgroup iff gh1H for all g,hH; the identity and the inverses of H are then those of G, Subgroup).

[L5]

Division with remainder: for aZ and b>0 there are q,rZ with a=qb+r and 0r<b (Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b).

[L6]

Every nonempty subset of N has a least element (The well-ordering principle).

[L7]

On N: exactly one of s<t, s=t, t<s holds (Trichotomy of the order on N); every k0 is a successor σ(j)=1+j, so k0 gives 1k (Every nonzero natural number is a successor, Addition is commutative, Order on the natural numbers, The natural numbers N (von Neumann)).

Verification

technique · direct
1.1

nZ is nonempty, containing 0=n0; and for x=nk, y=nk in it, xy=nknk=n(kk)nZ by distributivity. By the one-step test nZ is a subgroup of (Z,+).

L1L3
1.2

In the additive group (Z,+) the k-th power of n is nk. For kN this holds by induction: the 0-th power is the identity 0=n0, and the power at σ(k) is the power at k plus n, which is nι(k)+n=n(ι(k)+1)=nι(σ(k)). For a negative integer x with x=ι(k), the x-th power is the additive inverse of nι(k), namely n(ι(k))=nx.

L1L2L4L8
1.3

Let H(Z,+) with H{0}. Choose xH with x0; then xH as well, and by totality one of x, x is positive, so H contains a positive integer.

L1L3choose
2.1

Hence n, the set of integer powers of n, is exactly {nk:kZ}=nZ. With step 1.1 this is claim 1.

step 1.1step 1.2L4
2.2

Every positive integer is ι(k) for a unique kN with k0, hence with k1. So S:={kN:k1 and ι(k)H} is nonempty by step 1.3; let m be its least element and put n:=ι(m), a positive element of H.

step 1.3L2L6L7
3.1

nZH: by step 2.1, nZ=n, and n is contained in every subgroup containing n, in particular in H.

step 2.1step 2.2L4
4.1

HnZ: let hH and divide h=qn+r with 0r<n, legitimate since n>0. Then qnnZH, so r=hqnH because H is closed under subtraction. If r>0 then r=ι(t) with t1, and ι(t)<ι(m) gives t<m, since otherwise mt would give ι(m)ι(t), contradicting antisymmetry; that puts t in S below its least element, which is impossible. Hence r=0 and h=qnnZ.

step 2.2step 3.1L1L2L3L5L7
5.1

So H=nZ with n the least positive element of H; and if H={0} then H=0Z, since 0k=0 for every k. This is claim 2, and with claim 1 it shows every subgroup of (Z,+) is n for some n0, hence cyclic.

step 2.1step 2.2step 3.1step 4.1L1L4

Remarks

  • Both halves use the division algorithm, but only the second one visibly. The first half is pure closure arithmetic; the second is the standard argument that a subgroup containing a least positive element n can contain nothing strictly between the multiples of n, and it is exactly Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b that produces the offending remainder.

  • n and n generate the same subgroup, since (n)k=n(k), so the n in claim 2 is unique only after normalising it to be nonnegative. The normalisation is what the phrase "the least positive element" achieves.

  • Inclusion among these subgroups is divisibility: mZnZ holds exactly when nm. Indeed the inclusion applied to k=1 gives mnZ, that is m=nc for some c; and conversely m=nc gives mk=n(ck)nZ for every k. The systematic study of the divisibility relation belongs to a later page.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

A nonempty subset of a group closed under the operation need not be a subgroup: the nonnegative integers inside (Z,+)

Statement refuted

False claim: if G is a group and HG is nonempty, contains the identity, and is closed under the operation of G, then H is a subgroup of G (Subgroup).

The set of nonnegative integers inside the additive group of Z refutes it: H={xZ:0x} contains 0, is closed under addition, and is not a subgroup, because 1H while 1H.

Facts & Assumptions

Given: The abelian group (Z,+,0) (The integers as equivalence classes of pairs of naturals, Arithmetic on the integers, Group and abelian group) and the subset H={xZ:0x}, which by The naturals embed in the integers is exactly the image of ι:NZ.

[L1]

Z is a commutative ring; its order is total, antisymmetric and transitive and is compatible with addition (The integers form a commutative ring, The integers form a totally ordered ring, Order on the integers, Arithmetic on the integers).

[L2]

ι is injective with image exactly the nonnegative integers, and ι(0)=0, ι(1)=1 (The naturals embed in the integers).

[L3]

A subgroup must contain the identity and be closed under the operation and under inverses (Subgroup); equivalently, a nonempty H is a subgroup exactly when xyH for all x,yH (One-step subgroup test: a nonempty HG is a subgroup iff gh1H for all g,hH; the identity and the inverses of H are then those of G).

[L4]

A subset closed under an operation inherits it as a binary operation (Binary operation on a set; associativity, commutativity, and a subset closed under the operation).

[L5]

The refuted claim: a nonempty subset of a group containing the identity and closed under the operation is a subgroup.

Counterexample

technique · direct
1.1

0H, since 00; so H is nonempty and contains the identity of (Z,+).

L1given
1.2

H is closed under addition: if 0x and 0y then xx+y by compatibility of the order with addition, and 0x, so 0x+y by transitivity. Hence + restricts to a binary operation on H, and (H,+,0) is a commutative monoid.

L1L4given
1.3

0<1: the integer 1=ι(1) lies in the image of ι, so 01, and 10 because ι is injective and 10 in N. Hence 1H.

L2given
2.1

1H: adding 1 to both sides of 0<1 gives 1<0, so 01 fails by antisymmetry.

step 1.3L1
3.1

Therefore H is not closed under inverses, since 1H and its additive inverse 1 is not in H; so H is not a subgroup of (Z,+).

step 1.3step 2.1L3
4.1

By steps 1.1, 1.2 and 3.1 the set H is a nonempty subset containing the identity and closed under the operation which is not a subgroup, so the claim of [L5] is false.

step 1.1step 1.2step 3.1L5

Remarks

False statementConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-29 (claude-sonnet-5)Open item page →

FALSE: The union of two subgroups is a subgroup

Statement

False claim: if H and K are subgroups of a group G (Subgroup), then HK is a subgroup of G.

The corresponding statement for intersections is true and is The intersection of a nonempty family of subgroups of G is a subgroup of G. For unions it fails, and the smallest natural witness is inside (Z,+): take H=2Z={2k:kZ} and K=3Z={3k:kZ}, both subgroups by the one-step test (One-step subgroup test: a nonempty HG is a subgroup iff gh1H for all g,hH; the identity and the inverses of H are then those of G). Then 2H and 3K, so both lie in HK, while their sum 5 lies in neither.

Throughout, 2:=1+1, 3:=2+1, 4:=3+1 and 5:=4+1 in Z.

Facts & Assumptions

Given: The abelian group (Z,+,0) (The integers as equivalence classes of pairs of naturals, Arithmetic on the integers, Group and abelian group), the sets H=2Z={2k:kZ} and K=3Z={3k:kZ}, and the numerals 2=1+1, 3=2+1, 4=3+1, 5=4+1.

[L1]

Z is a commutative ring (The integers form a commutative ring, Arithmetic on the integers); its order is total, antisymmetric and transitive and is compatible with addition (The integers form a totally ordered ring, Order on the integers).

[L2]

0<1 in Z: 1=ι(1) lies in the image of ι, hence 01, and 10 because ι is injective and 10 in N (The naturals embed in the integers).

[L3]

One-step test, written additively: a nonempty SZ with xyS for all x,yS is a subgroup of (Z,+); a subgroup contains the identity and is closed under the operation and under inverses (One-step subgroup test: a nonempty HG is a subgroup iff gh1H for all g,hH; the identity and the inverses of H are then those of G, Subgroup).

[L4]

Division with remainder: for aZ and b>0 there is exactly one pair (q,r) of integers with a=qb+r and 0r<b (Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b).

[L6]

The refuted claim: for all subgroups H,K of a group G, the union HK is a subgroup of G.

Refutation

technique · direct
1.1

0<1<2<3: adding 1 to 0<1 gives 1<2, and adding 1 again gives 2<3; transitivity chains them. In particular 01<2 and 02<3.

L1L2
1.2

22=4 and 31=3: by distributivity 22=2(1+1)=2+2=(2+1)+1=3+1=4, and 31=3 by the multiplicative identity law.

L1given
1.3

For every nZ the set nZ={nk:kZ} is a subgroup of (Z,+): it contains 0=n0 and is therefore nonempty, and for x=nk and y=nk in it, xy=nknk=n(kk)nZ by distributivity, so the one-step test applies. In particular H=2Z and K=3Z are subgroups of (Z,+).

L1L3
2.1

5=22+1 and 5=31+2: the first is 4+1=5 by step 1.2, and the second is 3+2=(3+1)+1=4+1=5 by associativity.

step 1.2L1given
3.1

52Z: if 5=2k then 5=k2+0 with 00<2, while step 2.1 gives 5=22+1 with 01<2; uniqueness of the pair (q,r) forces 0=1, contradicting 0<1.

step 1.1step 2.1L1L2L4
3.2

53Z: if 5=3k then 5=k3+0 with 00<3, while step 2.1 gives 5=13+2 with 02<3; uniqueness forces 0=2, contradicting 0<1<2.

step 1.1step 2.1L1L2L4
4.1

2=212Z=H and 3=313Z=K, so both lie in HK; but 2+3=5 lies in neither by steps 3.1 and 3.2, hence not in HK.

step 1.3step 2.1step 3.1step 3.2L1given
5.1

So HK is not closed under the operation of (Z,+) and is therefore not a subgroup, although H and K both are by step 1.3; the claim of [L6] is false.

step 1.3step 4.1L5L6

Remarks

  • Intersections behave, unions do not. An intersection of subgroups is always a subgroup (The intersection of a nonempty family of subgroups of G is a subgroup of G), which is what makes S definable as the smallest subgroup containing S (The subgroup S generated by a subset, the cyclic subgroup g, and cyclic groups). There is no corresponding "largest subgroup contained in HK" construction on the union side, and the failure above is why.

  • The exact condition. For subgroups H,K of a group G, the union HK is a subgroup if and only if HK or KH. One direction is immediate, the union then being the larger of the two. For the other, suppose neither inclusion holds and choose hHK and kKH. If hk were in H then k=h1(hk)H, and if hk were in K then h=(hk)k1K; both contradict the choice, so hkHK and the union is not closed.

  • The witness above is an instance of that criterion: neither 2Z nor 3Z contains the other, since 23Z and 32Z, both by the uniqueness argument of steps 3.1 and 3.2 applied to 2=03+2 and 3=12+1.

Sources