Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck 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.

360=23325360 = 2^{3} \cdot 3^{2} \cdot 5 and 84=223784 = 2^{2} \cdot 3 \cdot 7, with gcd(360,84)=12\gcd(360,84) = 12 and lcm(360,84)=2520\operatorname{lcm}(360,84) = 2520 read off the exponents

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 (Z,,1)(\mathbb{Z},\cdot,1) of (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid whose group of units is {1,1}\{1, -1\}; equivalently u1u \mid 1 holds exactly for u=1u = 1 and u=1u = -1. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

360  =  23325,84  =  2237.360 \;=\; 2^{3} \cdot 3^{2} \cdot 5, \qquad 84 \;=\; 2^{2} \cdot 3 \cdot 7 .

Reading these against the injective list of primes p=(2,3,5,7)p = (2,3,5,7), which contains every prime divisor of both numbers, For n1n \ge 1 and any injective list p:rZp : r \to \mathbb{Z} of primes containing every prime divisor of nn, one has n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}; the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for every prime qq outside the list identifies the exponents as valuations (The pp-adic valuation vp(a)v_p(a) of a nonzero integer: the greatest kNk \in \mathbb{N} with pkap^{k} \mid a):

pp22335577
vp(360)v_p(360)33221100
vp(84)v_p(84)22110011
min\min22110000
max\max33221111

By For positive integers aa and bb and every prime pp: vp(gcd(a,b))=min{vp(a),vp(b)}v_p(\gcd(a,b)) = \min\{v_p(a), v_p(b)\} and vp(lcm(a,b))=max{vp(a),vp(b)}v_p(\operatorname{lcm}(a,b)) = \max\{v_p(a), v_p(b)\}; so the exponent-wise greatest common divisor is the gcd\gcd of the divisibility page and not a second notion the minimum row is the valuation vector of gcd(360,84)\gcd(360,84) and the maximum row that of lcm(360,84)\operatorname{lcm}(360,84), so

gcd(360,84)  =  223  =  12,lcm(360,84)  =  233257  =  2520.\gcd(360,84) \;=\; 2^{2} \cdot 3 \;=\; 12, \qquad \operatorname{lcm}(360,84) \;=\; 2^{3} \cdot 3^{2} \cdot 5 \cdot 7 \;=\; 2520 .

Two independent checks are carried out below: the Euclidean algorithm of The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b) returns 1212 from the descent 360=484+24360 = 4 \cdot 84 + 24, 84=324+1284 = 3 \cdot 24 + 12, 24=212+024 = 2 \cdot 12 + 0; and 122520=30240=3608412 \cdot 2520 = 30240 = 360 \cdot 84, as Every common multiple of aa and bb is a multiple of lcm(a,b)\operatorname{lcm}(a,b), and gcd(a,b)lcm(a,b)=ab\gcd(a,b) \cdot \operatorname{lcm}(a,b) = |ab| requires.

Facts & Assumptions

Given: The integers 360360, 8484, 1212 and 25202520, and the primes 22, 33, 55, 77.

[L1]

Z\mathbb{Z} is a commutative ring: multiplication is associative and commutative, x1=xx \cdot 1 = x, and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals); its order is total, antisymmetric and transitive (The integers form a totally ordered ring, Order on the integers, The naturals embed in the integers).

[L3]

For n1n \ge 1 and an injective list pp of primes containing every prime divisor of nn: n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}, the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for a prime qq off the list (For n1n \ge 1 and any injective list p:rZp : r \to \mathbb{Z} of primes containing every prime divisor of nn, one has n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}; the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for every prime qq outside the list, The fundamental theorem of arithmetic: every integer n1n \ge 1 is a product of primes, and the factorisation is unique up to order — if i<rpi=j<sqj\prod_{i<r} p_i = \prod_{j<s} q_j with every pip_i and qjq_j prime, then r=sr = s and qi=pπ(i)q_i = p_{\pi(i)} for some πSym(r)\pi \in \operatorname{Sym}(r), Every integer n1n \ge 1 is a finite product of primes: there are rNr \in \mathbb{N} and a list p:rZp : r \to \mathbb{Z} of primes with n=i<rpin = \prod_{i<r} p_i, the case n=1n = 1 being the empty product, The pp-adic valuation vp(a)v_p(a) of a nonzero integer: the greatest kNk \in \mathbb{N} with pkap^{k} \mid a, For a prime pp and a nonzero integer aa: pvp(a)ap^{v_p(a)} \mid a and pvp(a)+1ap^{v_p(a)+1} \nmid a; pkap^{k} \mid a holds exactly for kvp(a)k \le v_p(a); vp(a)1v_p(a) \ge 1 exactly when pap \mid a; vp(1)=vp(1)=0v_p(1) = v_p(-1) = 0; and vp(p)=1v_p(p) = 1, vp(ab)=vp(a)+vp(b)v_p(ab) = v_p(a) + v_p(b) for nonzero integers a,ba, b, and vp(a+b)min{vp(a),vp(b)}v_p(a+b) \ge \min\{v_p(a), v_p(b)\} whenever aa, bb and a+ba+b are all nonzero).

[L6]

The remainder descent from (a,b)(a,b) with b>0b > 0 terminates and its last nonzero remainder is gcd(a,b)\gcd(a,b) (The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b)).

[L9]

If qq is prime and quvq \mid uv then quq \mid u or qvq \mid v (Euclid's lemma: if pp is prime and pabp \mid ab then pap \mid a or pbp \mid b).

Verification

technique · direct
1.1

The two products are correct: 23=82^{3} = 8, 32=93^{2} = 9, and 89=728 \cdot 9 = 72 with 725=36072 \cdot 5 = 360; likewise 22=42^{2} = 4, 43=124 \cdot 3 = 12 and 127=8412 \cdot 7 = 84.

L1L2algebra
1.2

22, 33, 55 and 77 are prime, and they are pairwise distinct. Each exceeds 11; and a positive divisor dd of such a number aa satisfies 1da1 \le d \le a by [L8], so the candidates are the finitely many integers in that range, and each is settled by its remainder under [L5]: 2=12+02 = 1 \cdot 2 + 0 has only 11 and 22 as candidates; for 33 the extra candidate 22 gives 3=12+13 = 1 \cdot 2 + 1; for 55 the extra candidates 2,3,42, 3, 4 give remainders 11, 22, 11; and for 77 the extra candidates 2,3,4,5,62,3,4,5,6 give remainders 11, 11, 33, 22, 11. In each case no divisor other than 11 and the number itself survives.

L1L5L8algebra
2.1

The list p=(2,3,5,7)p = (2,3,5,7) is injective and consists of primes, and it contains every prime divisor of 360360 and of 8484. Injectivity and primality are step 1.2. For the covering: if qq is prime and q360=222335q \mid 360 = 2 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 5, repeated use of [L9] gives q2q \mid 2, q3q \mid 3 or q5q \mid 5, and qq being a positive divisor of a prime with q>1q > 1 forces qq to be that prime; likewise q84=2237q \mid 84 = 2 \cdot 2 \cdot 3 \cdot 7 forces q{2,3,7}q \in \{2,3,7\}.

step 1.1step 1.2L8L9
3.1

By [L3] applied to 360360 with this list, the exponents in step 1.1 are the valuations: v2(360)=3v_2(360) = 3, v3(360)=2v_3(360) = 2, v5(360)=1v_5(360) = 1, v7(360)=0v_7(360) = 0.

step 1.1step 2.1L3
3.2

By [L3] applied to 8484: v2(84)=2v_2(84) = 2, v3(84)=1v_3(84) = 1, v5(84)=0v_5(84) = 0, v7(84)=1v_7(84) = 1.

step 1.1step 2.1L3
4.1

Taking minima entrywise gives 2,1,0,02, 1, 0, 0, and 22315070=43=122^{2} \cdot 3^{1} \cdot 5^{0} \cdot 7^{0} = 4 \cdot 3 = 12; by [L3] the valuations of 1212 against this list are exactly those exponents, so 1212 has the valuation vector of gcd(360,84)\gcd(360,84) and therefore equals it by [L4].

step 3.1step 3.2L1L2L3L4
4.2

Taking maxima entrywise gives 3,2,1,13, 2, 1, 1, and 233257=7235=25202^{3} \cdot 3^{2} \cdot 5 \cdot 7 = 72 \cdot 35 = 2520; the same argument gives lcm(360,84)=2520\operatorname{lcm}(360,84) = 2520.

step 3.1step 3.2L1L2L3L4
5.1

First check, the Euclidean algorithm. 484=3364 \cdot 84 = 336 and 336+24=360336 + 24 = 360 with 024<840 \le 24 < 84; 324=723 \cdot 24 = 72 and 72+12=8472 + 12 = 84 with 012<240 \le 12 < 24; 212=242 \cdot 12 = 24 and 24+0=2424 + 0 = 24 with 00<120 \le 0 < 12. By the uniqueness in [L5] these are the divisions of the descent, whose last nonzero remainder is 1212, so gcd(360,84)=12\gcd(360,84) = 12 by [L6], agreeing with step 4.1.

step 4.1L1L5L6algebra
5.2

Second check, the product formula. 122520=3024012 \cdot 2520 = 30240 and 36084=30240360 \cdot 84 = 30240, and 36084>0360 \cdot 84 > 0 so 36084=36084|360 \cdot 84| = 360 \cdot 84; this is [L7], agreeing with steps 4.1 and 4.2.

step 4.1step 4.2L1L7algebra
6.1

The factorisations, the valuation table, and both values of gcd\gcd and lcm\operatorname{lcm} are verified, and the two independent checks agree.

step 4.1step 4.2step 5.1step 5.2

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: 101 results over 29 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