Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck 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.

A rational root of xk=m is an integer: if k≥1, m∈Z, x∈Q and xk is the image of m, then x is the image of an integer

Statement

Q is a field (The rationals form a field, Field), so (Q,⋅,1) is a commutative monoid and natural powers xk are defined in it by Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e. Write j:Z→Q, j(u)=[(u,1)], for the embedding of The integers embed in the rationals.

Let k∈N with k≥1, let m∈Z, and let x∈Q satisfy

xk  =  j(m).

Then x=j(z) for some z∈Z.

Facts & Assumptions

Given: k∈N with k≥1, m∈Z, and x∈Q with xk=j(m).

[L1]

A rational is a class [(u,w)] with u,w∈Z, w≠0, and [(u,w)]=[(u′,w′)] exactly when uw′=u′w (The rationals as equivalence classes of pairs of integers).

[L2]

[(u,w)]⋅[(u′,w′)]=[(uu′,ww′)], 0=[(0,1)], 1=[(1,1)], and [(u,w)]≠0 exactly when u≠0 (Arithmetic on the rationals).

[L3]

Q is a field: multiplication is associative and commutative on all of Q with y⋅1=y and y⋅0=0 (The rationals form a field, Field), so (Q,⋅,1) is a commutative monoid (Semigroup and monoid).

[L5]

j(u)=[(u,1)] is injective and preserves addition and multiplication (The integers embed in the rationals).

[L6]

For d:=gcd⁡(u,w)≠0 there are unique u/d and w/d with u=d(u/d), w=d(w/d), and gcd⁡(u/d,w/d)=1 (If d=gcd⁡(a,b) is nonzero then a/d and b/d are coprime, Common divisor, and the greatest common divisor gcd⁡(a,b), with the convention gcd⁡(0,0):=0, Coprime integers: gcd⁡(a,b)=1).

[L9]

If q is prime and q∣uv then q∣u or q∣v (Euclid's lemma: if p is prime and p∣ab then p∣a or p∣b).

[L12]
[L13]

A product of two nonzero integers is nonzero (The integers have no zero divisors; multiplicative cancellation); Z is a commutative ring whose order is total, antisymmetric and transitive (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals, The integers form a totally ordered ring, Order on the integers); ι:N→Z is injective and order preserving with image the nonnegative integers (The naturals embed in the integers).

Proof

technique · direct
1.1

0<1 in Z, and every integer y>0 satisfies y≥1: y=ι(t) with t≠0, so 1=σ(0)≤t and ι preserves the order.

L12L13
1.2

For integers u,w with w≠0 and every t∈N: wt≠0 and [(u,w)]t=[(ut,wt)], powers on the left in Q and on the right in Z. The set of t for which this holds contains 0, since w0=1≠0 and [(u,w)]0=1=[(1,1)]=[(u0,w0)]; and if it holds at t then wσ(t)=wtw≠0 and [(u,w)]σ(t)=[(ut,wt)]⋅[(u,w)]=[(utu, wtw)]=[(uσ(t),wσ(t))]. Induction finishes it.

L1L2L4L12L13
1.3

Suppose first x=0. Since k≥1, write k=σ(t); then xk=xt⋅0=0=j(0), so j(m)=j(0) and m=0 by injectivity of j; and x=0=j(0) is the image of an integer.

L3L4L5L12
1.4

Suppose instead x≠0, and write x=[(a,b)] with b≠0; then a≠0. If b<0, replace (a,b) by (−a,−b), which represents the same rational because a(−b)=(−a)b; so we may assume b>0.

L1L2L13choose
2.1

For a prime q, an integer u and t≥1: if q∣ut then q∣u. Let S be the set of t for which this implication holds; 0∈S vacuously, since t≥1 fails there. Suppose t∈S and q∣uσ(t)=utu. By [L9] either q∣ut or q∣u; in the second case we are done, and in the first, if t≥1 then t∈S gives q∣u, while if t=0 then ut=1 and q∣1 is impossible for a prime, since q>1>0>−1 would then be contradicted. So σ(t)∈S and S=N.

step 1.1L4L9L10L12L13L14
2.2

Put d:=gcd⁡(a,b); since a≠0 we have d≥1>0, so d≠0. Put a1:=a/d and b1:=b/d, so that a=da1, b=db1 and gcd⁡(a1,b1)=1.

step 1.1step 1.4L6L7L13
3.1

a1≠0 and b1>0: if a1=0 then a=0, and if b1≤0 then b=db1≤0, both contrary to step 1.4. Moreover [(a,b)]=[(a1,b1)], because ab1=(da1)b1=a1(db1)=a1b.

step 1.4step 2.2L1L13
4.1

By step 1.2, xk=[(a1,b1)]k=[(a1k,b1k)], and this equals j(m)=[(m,1)], so a1k⋅1=m b1k, that is a1k=m b1k.

step 1.2step 3.1L1L5L13
5.1

Suppose b1>1 and fix a prime q with q∣b1. Since k≥1, write k=σ(t); then b1k=b1tb1, so b1∣b1k and hence q∣b1k by transitivity. Then q∣m b1k=a1k, so q∣a1 by step 2.1.

step 2.1step 4.1L4L10L11L12
6.1

So q is a common divisor of a1 and b1, which are coprime, hence q=1 or q=−1 by [L8] and [L14]; but q>1>0>−1, a contradiction. Therefore b1≤1, and b1>0 gives b1≥1, so b1=1.

step 1.1step 2.2step 3.1step 5.1L8L10L13L14
7.1

Hence x=[(a1,1)]=j(a1) is the image of an integer; together with step 1.3 this covers both cases.

step 1.3step 3.1step 6.1L5∎

Remarks

Depends on

Used by

Dependency tree · two levels

73 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