Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

Every subgroup of (Z,+) is ⟨n⟩=nZ for exactly one natural number n

Statement

Write ι:N→Z for the embedding of The naturals embed in the integers, and for g∈Z put

gZ  :=  { gk  :  k∈Z }.

Then (Z,+,0) is an abelian group (Group and abelian group), gZ is the cyclic subgroup ⟨g⟩ generated by g (The subgroup ⟨S⟩ generated by a subset, the cyclic subgroup ⟨g⟩, and cyclic groups) for every g, and:

every subgroup H≤(Z,+) (Subgroup) equals ι(n)Z=⟨ι(n)⟩ for exactly one natural number n. When H={0} that natural number is 0; otherwise it is the natural number whose image is the least positive element of H.

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

Facts & Assumptions

Given: The set Z with the operations of Arithmetic on the integers, and ι(k)=[(k,0)] (The naturals embed in the integers).

[L1]

Z is a commutative ring: addition and multiplication are associative and commutative, x+0=x, x⋅1=x, x⋅0=0, multiplication distributes over addition, and every x has an additive inverse −x, with −(−x)=x and (−x)y=−(xy); we write u−v for u+(−v) (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication; x<y means x≤y together with x≠y (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, ι(1)=1 (The naturals embed in the integers).

[L4]

On N: m<n if and only if σ(m)≤n (Discreteness: σ(n) is the immediate successor); 1=σ(0) (The natural numbers N (von Neumann)); 0≤k for every k (Order on the natural numbers); and every nonempty subset has a least element (The well-ordering principle).

[L5]

A group is a monoid in which every element is invertible; a subgroup is a subset containing the identity and closed under the operation and under inverses, and is itself a group under the restricted operation (Group and abelian group, Subgroup, One-step subgroup test: a nonempty H⊆G is a subgroup iff gh−1∈H for all g,h∈H; the identity and the inverses of H are then those of G).

[L6]

For g in a group, ⟨g⟩ is the smallest subgroup containing g, and ⟨g⟩={ gx:x∈Z } (The subgroup ⟨S⟩ generated by a subset, the cyclic subgroup ⟨g⟩, and cyclic groups, ⟨g⟩={ gn:n∈Z }, and every cyclic group is abelian).

[L7]

Powers are defined by g0=e and gσ(k)=gk⋅g for k∈N, this being the unique function on N with those two properties, and gx=(gk)−1 when x<0 and −x=ι(k) (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e, The recursion theorem).

[L8]

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

Proof

technique · direct
1.1

(Z,+,0) is an abelian group: addition is an associative and commutative binary operation, 0 is a two-sided identity, and every x has the two-sided inverse −x.

L1L5
1.2

In this group the power gx is the ring product gx. For x=ι(k) with k∈N, the function k↦g ι(k) satisfies g ι(0)=g⋅0=0 and g ι(σ(k))=g(ι(k)+1)=g ι(k)+g, which are exactly the two defining equations of k↦gk written additively; by the uniqueness in [L7] the two functions agree. For x<0, writing −x=ι(k), we get gx=−(gk)=−(g ι(k))=g(−ι(k))=gx.

L1L3L7
1.3

Discreteness: if 0<x in Z then 1≤x. Indeed x≥0, so x=ι(k) with k≠0, hence 0<k and 1=σ(0)≤k in N; applying ι gives 1≤x.

L2L3L4
1.4

Existence, main case. Suppose H≠{0} and pick h∈H with h≠0. Then −h∈H as well, and by totality one of h, −h is positive; so the set P of positive elements of H is nonempty.

L1L2L5
2.1

Hence ⟨g⟩={ gx:x∈Z }={ gk:k∈Z }=gZ for every g∈Z; in particular gZ is a subgroup.

step 1.2L6
2.2

Every element of P is nonnegative, hence of the form ι(k); so T:={ k∈N:ι(k)∈P } is a nonempty subset of N. Let k0 be its least element and put n:=ι(k0)∈P.

step 1.4L3L4choose
2.3

For g>0, g is the least positive element of gZ. Indeed g=g⋅1∈gZ and g>0; and if gk>0 then k>0, since k=0 gives gk=0 and k<0 gives 0<−k, hence 0<g(−k)=−(gk) and so gk<0. Then 1≤k by step 1.3, so 0≤k−1 and 0≤g(k−1)=gk−g, that is g≤gk.

step 1.3L1L2
3.1

Existence, trivial case. If H={0} then H=0Z=⟨0⟩=⟨ι(0)⟩, since 0⋅k=0 for every k.

step 2.1L1L3
3.2

n is the least element of P: for p∈P write p=ι(k) with k∈T; then k0≤k, and applying ι, which preserves the order, gives n≤p.

step 2.2L3
3.3

⟨n⟩⊆H, since n∈H and ⟨n⟩ is the smallest subgroup containing n.

step 2.2L6
3.4

Uniqueness. Suppose ι(m)Z=ι(n)Z=H with m,n∈N. If ι(n)=0 then H={0}, so ι(m)∈H forces ι(m)=0 and hence m=0=n by injectivity. Otherwise ι(n)>0, so H≠{0} and likewise ι(m)>0; by step 2.3 both ι(m) and ι(n) are the least positive element of H, hence equal, and m=n by injectivity.

step 2.3L2L3
4.1

H⊆nZ. Let h∈H. Since n>0, [L8] gives h=qn+r with 0≤r<n. Now qn∈nZ=⟨n⟩⊆H by step 2.1 and step 3.3, so r=h−qn∈H because H is closed under inverses and under addition. If r were positive it would lie in P and satisfy r<n, contradicting step 3.2 together with antisymmetry; so r=0 and h=qn∈nZ.

step 2.1step 3.2step 3.3L1L2L5L8
5.1

Combining, H=nZ=⟨n⟩ with n=ι(k0), which with step 3.1 proves existence for every subgroup.

step 2.1step 3.1step 3.3step 4.1
6.1

Every subgroup of (Z,+) is therefore ⟨ι(n)⟩=ι(n)Z for exactly one n∈N, and in particular is cyclic.

step 5.1step 3.4∎

Remarks

The two are not quite the same statement, and the difference is the whole reason this one is worded as it is. The example asserts that every subgroup is nZ for some n≥0, and adds that n may be taken to be 0 or the least positive element of H; it does not assert that no other n≥0 names the same subgroup. The statement above asserts exactly one, which is strictly stronger. The extra content is small — if aZ=bZ with a,b≥0 then each of a,b divides the other, so a=b — but it is what the uses below actually need, and it is proved here rather than assumed to come with the example.

Depends on

Used by

Dependency tree · two levels

52 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources