Alphabeta Math
False statementConstruction: Literature-sourcedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)verified 2026-07-29 (claude-sonnet-5)
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.

FALSE: The union of two subgroups is a subgroup

Statement

False claim: if HH and KK are subgroups of a group GG (Subgroup), then HKH \cup K is a subgroup of GG.

The corresponding statement for intersections is true and is The intersection of a nonempty family of subgroups of GG is a subgroup of GG. For unions it fails, and the smallest natural witness is inside (Z,+)(\mathbb{Z},+): take H=2Z={2k:kZ}H = 2\mathbb{Z} = \{\, 2k : k \in \mathbb{Z} \,\} and K=3Z={3k:kZ}K = 3\mathbb{Z} = \{\, 3k : k \in \mathbb{Z} \,\}, both subgroups by the one-step test (One-step subgroup test: a nonempty HGH \subseteq G is a subgroup iff gh1Hgh^{-1} \in H for all g,hHg, h \in H; the identity and the inverses of HH are then those of GG). Then 2H2 \in H and 3K3 \in K, so both lie in HKH \cup K, while their sum 55 lies in neither.

Throughout, 2:=1+12 := 1+1, 3:=2+13 := 2+1, 4:=3+14 := 3+1 and 5:=4+15 := 4+1 in Z\mathbb{Z}.

Facts & Assumptions

Given: The abelian group (Z,+,0)(\mathbb{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}H = 2\mathbb{Z} = \{\, 2k : k \in \mathbb{Z} \,\} and K=3Z={3k:kZ}K = 3\mathbb{Z} = \{\, 3k : k \in \mathbb{Z} \,\}, and the numerals 2=1+12 = 1+1, 3=2+13 = 2+1, 4=3+14 = 3+1, 5=4+15 = 4+1.

[L1]

Z\mathbb{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<10 < 1 in Z\mathbb{Z}: 1=ι(1)1 = \iota(1) lies in the image of ι\iota, hence 010 \le 1, and 101 \ne 0 because ι\iota is injective and 101 \ne 0 in N\mathbb{N} (The naturals embed in the integers).

[L3]

One-step test, written additively: a nonempty SZS \subseteq \mathbb{Z} with xySx - y \in S for all x,ySx, y \in S is a subgroup of (Z,+)(\mathbb{Z},+); a subgroup contains the identity and is closed under the operation and under inverses (One-step subgroup test: a nonempty HGH \subseteq G is a subgroup iff gh1Hgh^{-1} \in H for all g,hHg, h \in H; the identity and the inverses of HH are then those of GG, Subgroup).

[L4]

Division with remainder: for aZa \in \mathbb{Z} and b>0b > 0 there is exactly one pair (q,r)(q,r) of integers with a=qb+ra = qb + r and 0r<b0 \le r < b (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L6]

The refuted claim: for all subgroups H,KH, K of a group GG, the union HKH \cup K is a subgroup of GG.

Refutation

technique · direct
1.1

0<1<2<30 < 1 < 2 < 3: adding 11 to 0<10 < 1 gives 1<21 < 2, and adding 11 again gives 2<32 < 3; transitivity chains them. In particular 01<20 \le 1 < 2 and 02<30 \le 2 < 3.

L1L2
1.2

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

L1given
1.3

For every nZn \in \mathbb{Z} the set nZ={nk:kZ}n\mathbb{Z} = \{\, nk : k \in \mathbb{Z} \,\} is a subgroup of (Z,+)(\mathbb{Z},+): it contains 0=n00 = n \cdot 0 and is therefore nonempty, and for x=nkx = nk and y=nky = nk' in it, xy=nknk=n(kk)nZx - y = nk - nk' = n(k - k') \in n\mathbb{Z} by distributivity, so the one-step test applies. In particular H=2ZH = 2\mathbb{Z} and K=3ZK = 3\mathbb{Z} are subgroups of (Z,+)(\mathbb{Z},+).

L1L3
2.1

5=22+15 = 2 \cdot 2 + 1 and 5=31+25 = 3 \cdot 1 + 2: the first is 4+1=54 + 1 = 5 by step 1.2, and the second is 3+2=(3+1)+1=4+1=53 + 2 = (3+1)+1 = 4+1 = 5 by associativity.

step 1.2L1given
3.1

52Z5 \notin 2\mathbb{Z}: if 5=2k5 = 2k then 5=k2+05 = k \cdot 2 + 0 with 00<20 \le 0 < 2, while step 2.1 gives 5=22+15 = 2 \cdot 2 + 1 with 01<20 \le 1 < 2; uniqueness of the pair (q,r)(q,r) forces 0=10 = 1, contradicting 0<10 < 1.

step 1.1step 2.1L1L2L4
3.2

53Z5 \notin 3\mathbb{Z}: if 5=3k5 = 3k then 5=k3+05 = k \cdot 3 + 0 with 00<30 \le 0 < 3, while step 2.1 gives 5=13+25 = 1 \cdot 3 + 2 with 02<30 \le 2 < 3; uniqueness forces 0=20 = 2, contradicting 0<1<20 < 1 < 2.

step 1.1step 2.1L1L2L4
4.1

2=212Z=H2 = 2 \cdot 1 \in 2\mathbb{Z} = H and 3=313Z=K3 = 3 \cdot 1 \in 3\mathbb{Z} = K, so both lie in HKH \cup K; but 2+3=52 + 3 = 5 lies in neither by steps 3.1 and 3.2, hence not in HKH \cup K.

step 1.3step 2.1step 3.1step 3.2L1given
5.1

So HKH \cup K is not closed under the operation of (Z,+)(\mathbb{Z},+) and is therefore not a subgroup, although HH and KK 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 GG is a subgroup of GG), which is what makes S\langle S \rangle definable as the smallest subgroup containing SS (The subgroup S\langle S \rangle generated by a subset, the cyclic subgroup g\langle g \rangle, and cyclic groups). There is no corresponding "largest subgroup contained in HKH \cup K" construction on the union side, and the failure above is why.

  • The exact condition. For subgroups H,KH, K of a group GG, the union HKH \cup K is a subgroup if and only if HKH \subseteq K or KHK \subseteq H. One direction is immediate, the union then being the larger of the two. For the other, suppose neither inclusion holds and choose hHKh \in H \setminus K and kKHk \in K \setminus H. If hkhk were in HH then k=h1(hk)Hk = h^{-1}(hk) \in H, and if hkhk were in KK then h=(hk)k1Kh = (hk)k^{-1} \in K; both contradict the choice, so hkHKhk \notin H \cup K and the union is not closed.

  • The witness above is an instance of that criterion: neither 2Z2\mathbb{Z} nor 3Z3\mathbb{Z} contains the other, since 23Z2 \notin 3\mathbb{Z} and 32Z3 \notin 2\mathbb{Z}, both by the uniqueness argument of steps 3.1 and 3.2 applied to 2=03+22 = 0 \cdot 3 + 2 and 3=12+13 = 1 \cdot 2 + 1.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 55 results over 17 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources