Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)
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.

No rational squares to 33 or to 66, and none cubes to 22: three instances of the rational-root corollary

Example

Powers are the natural powers of Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e in the commutative monoid (Q,,1)(\mathbb{Q},\cdot,1) of the field Q\mathbb{Q} (The rationals form a field, Field), and j:ZQj : \mathbb{Z} \to \mathbb{Q}, j(u)=[(u,1)]j(u) = [(u,1)], is the embedding of The integers embed in the rationals. There is no xQx \in \mathbb{Q} with

x2=j(3),nor withx2=j(6),nor withx3=j(2).x^{2} = j(3), \qquad \text{nor with} \qquad x^{2} = j(6), \qquad \text{nor with} \qquad x^{3} = j(2).

Each is an instance of A rational root of xk=mx^{k} = m is an integer: if k1k \ge 1, mZm \in \mathbb{Z}, xQx \in \mathbb{Q} and xkx^{k} is the image of mm, then xx is the image of an integer: such an xx would have to be j(z)j(z) for an integer zz, and the remaining work is to rule out the finitely many integer candidates by size, which is done below.

Facts & Assumptions

Given: The integers 22, 33, 44, 66, 88, 99 and the rationals they name under jj.

[L1]

If k1k \ge 1, mZm \in \mathbb{Z}, xQx \in \mathbb{Q} and xk=j(m)x^{k} = j(m), then x=j(z)x = j(z) for some zZz \in \mathbb{Z} (A rational root of xk=mx^{k} = m is an integer: if k1k \ge 1, mZm \in \mathbb{Z}, xQx \in \mathbb{Q} and xkx^{k} is the image of mm, then xx is the image of an integer).

[L2]

jj is injective and preserves addition and multiplication (The integers embed in the rationals); Q\mathbb{Q} is a field, so (Q,,1)(\mathbb{Q},\cdot,1) is a commutative monoid (The rationals form a field, Field, Semigroup and monoid, The rationals as equivalence classes of pairs of integers, Arithmetic on the rationals).

[L5]

Z\mathbb{Z} is a commutative ring; its order is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (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, The integers have no zero divisors; multiplicative cancellation).

[L6]

ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is injective and order preserving with image the nonnegative integers, ι(0)=0\iota(0) = 0, ι(1)=1\iota(1) = 1 (The naturals embed in the integers); m<km < k exactly when σ(m)k\sigma(m) \le k, and 1=σ(0)1 = \sigma(0) (Discreteness: σ(n)\sigma(n) is the immediate successor, The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers).

Verification

technique · direct
1.1

0<10 < 1, and every integer y>0y > 0 satisfies y1y \ge 1: y=ι(t)y = \iota(t) with t0t \ne 0, so 1=σ(0)t1 = \sigma(0) \le t and ι\iota preserves the order. Consequently y>cy > c implies yc+1y \ge c + 1 for all integers y,cy, c, by applying this to ycy - c.

L5L6
1.2

Monotonicity of squaring and cubing on the nonnegative integers: if 0uw0 \le u \le w then u2w2u^{2} \le w^{2} and u3w3u^{3} \le w^{3}, since w2u2=(wu)(w+u)w^{2} - u^{2} = (w-u)(w+u) and w3u3=(wu)(w2+wu+u2)w^{3} - u^{3} = (w-u)(w^{2}+wu+u^{2}) have both factors nonnegative.

L3L5
1.3

Suppose xQx \in \mathbb{Q} has x2=j(3)x^{2} = j(3). By [L1] with k=21k = 2 \ge 1 we get x=j(z)x = j(z) for some zZz \in \mathbb{Z}; then j(z2)=j(z)2=j(3)j(z^{2}) = j(z)^{2} = j(3), so z2=3z^{2} = 3 by injectivity of jj.

L1L2L3
2.1

Now z2=z2=3=3|z|^{2} = |z^{2}| = |3| = 3, and z0|z| \ge 0. If z=0|z| = 0 then z2=03|z|^{2} = 0 \ne 3; if z=1|z| = 1 then z2=13|z|^{2} = 1 \ne 3; and if z2|z| \ge 2 then z222=4>3|z|^{2} \ge 2^{2} = 4 > 3 by step 1.2. Since z0|z| \ge 0 and z0|z| \ne 0 force z1|z| \ge 1, and z1|z| \ne 1 forces z2|z| \ge 2, no value remains, so no such xx exists.

step 1.1step 1.2step 1.3L4L5
2.2

Suppose x2=j(6)x^{2} = j(6). As in step 1.3, x=j(z)x = j(z) with z2=6z^{2} = 6, so z2=6|z|^{2} = 6. Now 02=00^{2} = 0, 12=11^{2} = 1, 22=42^{2} = 4, and z3|z| \ge 3 gives z29>6|z|^{2} \ge 9 > 6; none of 00, 11, 44 is 66, and the four ranges are exhaustive by step 1.1. So no such xx exists.

step 1.1step 1.2step 1.3L1L2L3L4L5
2.3

Suppose x3=j(2)x^{3} = j(2). As before x=j(z)x = j(z) with z3=2z^{3} = 2. If z0z \le 0 then z30<2z^{3} \le 0 < 2, since z3=zzzz^{3} = z \cdot z \cdot z is a product of three nonpositive factors and is therefore nonpositive. So z1z \ge 1; and 13=121^{3} = 1 \ne 2, while z2z \ge 2 gives z323=8>2z^{3} \ge 2^{3} = 8 > 2 by step 1.2. No value remains, so no such xx exists.

step 1.1step 1.2step 1.3L1L2L3L5
3.1

The three claims are established.

step 2.1step 2.2step 2.3

Remarks

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: 89 results over 28 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