Alphabeta Math
ExampleConstruction: AI-generatedVerification: 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.

360=23⋅32⋅5 and 84=22⋅3⋅7, with gcd⁡(360,84)=12 and lcm⁡(360,84)=2520 read off the exponents

Example

Powers are the natural powers of Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e in the commutative monoid (Z,⋅,1) of (Z,⋅,1) is a commutative monoid whose group of units is {1,−1}; equivalently u∣1 holds exactly for u=1 and u=−1. For k∈N the symbol k inside Z means ι(k), the embedding of The naturals embed in the integers.

360  =  23⋅32⋅5,84  =  22⋅3⋅7.

Reading these against the injective list of primes p=(2,3,5,7), which contains every prime divisor of both numbers, For n≥1 and any injective list p:r→Z of primes containing every prime divisor of n, one has n=∏i<rpi vpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list identifies the exponents as valuations (The p-adic valuation vp(a) of a nonzero integer: the greatest k∈N with pk∣a):

p2357
vp(360)3210
vp(84)2101
min⁡2100
max⁡3211

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

gcd⁡(360,84)  =  22⋅3  =  12,lcm⁡(360,84)  =  23⋅32⋅5⋅7  =  2520.

Two independent checks are carried out below: the Euclidean algorithm of The Euclidean algorithm: for a∈Z and b>0 the remainder descent from (a,b) terminates, and the last nonzero remainder is gcd⁡(a,b) returns 12 from the descent 360=4⋅84+24, 84=3⋅24+12, 24=2⋅12+0; and 12⋅2520=30240=360⋅84, as Every common multiple of a and b is a multiple of lcm⁡(a,b), and gcd⁡(a,b)⋅lcm⁡(a,b)=∣ab∣ requires.

Facts & Assumptions

Given: The integers 360, 84, 12 and 2520, and the primes 2, 3, 5, 7.

[L1]

Z is a commutative ring: multiplication is associative and commutative, x⋅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 n≥1 and an injective list p of primes containing every prime divisor of n: n=∏i<rpi vpi(n), the exponents are determined by n, and vq(n)=0 for a prime q off the list (For n≥1 and any injective list p:r→Z of primes containing every prime divisor of n, one has n=∏i<rpi vpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list, The fundamental theorem of arithmetic: every integer n≥1 is a product of primes, and the factorisation is unique up to order — if ∏i<rpi=∏j<sqj with every pi and qj prime, then r=s and qi=pπ(i) for some π∈Sym⁡(r), Every integer n≥1 is a finite product of primes: there are r∈N and a list p:r→Z of primes with n=∏i<rpi, the case n=1 being the empty product, The p-adic valuation vp(a) of a nonzero integer: the greatest k∈N with pk∣a, For a prime p and a nonzero integer a: pvp(a)∣a and pvp(a)+1∤a; pk∣a holds exactly for k≤vp(a); vp(a)≥1 exactly when p∣a; vp(1)=vp(−1)=0; and vp(p)=1, vp(ab)=vp(a)+vp(b) for nonzero integers a,b, and vp(a+b)≥min⁡{vp(a),vp(b)} whenever a, b and a+b are all nonzero).

[L6]

The remainder descent from (a,b) with b>0 terminates and its last nonzero remainder is gcd⁡(a,b) (The Euclidean algorithm: for a∈Z and b>0 the remainder descent from (a,b) terminates, and the last nonzero remainder is gcd⁡(a,b)).

[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).

Verification

technique · direct
1.1

The two products are correct: 23=8, 32=9, and 8⋅9=72 with 72⋅5=360; likewise 22=4, 4⋅3=12 and 12⋅7=84.

L1L2algebra
1.2

2, 3, 5 and 7 are prime, and they are pairwise distinct. Each exceeds 1; and a positive divisor d of such a number a satisfies 1≤d≤a by [L8], so the candidates are the finitely many integers in that range, and each is settled by its remainder under [L5]: 2=1⋅2+0 has only 1 and 2 as candidates; for 3 the extra candidate 2 gives 3=1⋅2+1; for 5 the extra candidates 2,3,4 give remainders 1, 2, 1; and for 7 the extra candidates 2,3,4,5,6 give remainders 1, 1, 3, 2, 1. In each case no divisor other than 1 and the number itself survives.

L1L5L8algebra
2.1

The list p=(2,3,5,7) is injective and consists of primes, and it contains every prime divisor of 360 and of 84. Injectivity and primality are step 1.2. For the covering: if q is prime and q∣360=2⋅2⋅2⋅3⋅3⋅5, repeated use of [L9] gives q∣2, q∣3 or q∣5, and q being a positive divisor of a prime with q>1 forces q to be that prime; likewise q∣84=2⋅2⋅3⋅7 forces q∈{2,3,7}.

step 1.1step 1.2L8L9
3.1

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

step 1.1step 2.1L3
3.2

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

step 1.1step 2.1L3
4.1

Taking minima entrywise gives 2,1,0,0, and 22⋅31⋅50⋅70=4⋅3=12; by [L3] the valuations of 12 against this list are exactly those exponents, so 12 has the valuation vector of gcd⁡(360,84) and therefore equals it by [L4].

step 3.1step 3.2L1L2L3L4
4.2

Taking maxima entrywise gives 3,2,1,1, and 23⋅32⋅5⋅7=72⋅35=2520; the same argument gives lcm⁡(360,84)=2520.

step 3.1step 3.2L1L2L3L4
5.1

First check, the Euclidean algorithm. 4⋅84=336 and 336+24=360 with 0≤24<84; 3⋅24=72 and 72+12=84 with 0≤12<24; 2⋅12=24 and 24+0=24 with 0≤0<12. By the uniqueness in [L5] these are the divisions of the descent, whose last nonzero remainder is 12, so gcd⁡(360,84)=12 by [L6], agreeing with step 4.1.

step 4.1L1L5L6algebra
5.2

Second check, the product formula. 12⋅2520=30240 and 360⋅84=30240, and 360⋅84>0 so ∣360⋅84∣=360⋅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⁡ and 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 · two levels

81 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