Alphabeta Math
Session-authored (Fable 5 assisted)
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.

9 results · all verified · 5 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 4 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Quadratic Residues and the Legendre Symbol — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Quadratic residues, roots, and the Legendre table modulo 11

Example

Modulo 11, the nonzero quadratic residues are 1,3,4,5,9, with root pairs

1:{1,10},3:{5,6},4:{2,9},5:{4,7},9:{3,8}.

For representatives a=0,1,,10, the Legendre values are

0,1,1,1,1,1,1,1,1,1,1.

Facts & Assumptions

Given: The odd prime modulus 11.

[L1]

For an odd prime p, exactly (p1)/2 nonzero classes are quadratic residues, the same number are nonresidues, and every nonzero residue has exactly two square roots (An odd prime has (p1)/2 nonzero quadratic residues and as many nonresidues).

[L2]

The Legendre symbol is 0 on a divisible numerator, 1 on a quadratic residue, and 1 on a quadratic nonresidue (The Legendre symbol, including its zero value).

Verification

technique · direct
1.1

Squaring 1,2,3,4,5 modulo 11 gives 1,4,9,5,3. Their negatives give the same squares, so the displayed pairs are roots of those five distinct classes; [L1] shows that this exhausts all nonzero residues and all roots.

L1givenalgebra
2.1

The remaining nonzero classes 2,6,7,8,10 are therefore nonresidues, while the zero class is in the separate divisible branch of [L2].

L2step 1.1
3.1

Assigning 1 to the five residue classes, 1 to the five nonresidue classes, and 0 to the zero class by [L2] gives the displayed table.

L2step 1.1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Fourth and eighth powers modulo 17

Example

The nonzero fourth powers modulo 17 are 1,4,13,16, and the nonzero eighth powers are 1,16. Each fourth-power target has four fourth roots, and each eighth-power target has eight eighth roots.

Facts & Assumptions

Given: The prime modulus 17 and nonzero target classes.

[L1]

If n1 admits a primitive root, gcd(a,n)=1, m1, and d=gcd(m,φ(n)), then xma(modn) is soluble exactly when aφ(n)/d1(modn) (Euler's criterion: if n has a primitive root, gcd(a,n)=1, and m1, then xma(modn) is solvable if and only if aφ(n)/gcd(φ(n),m)1(modn)).

[L2]

Every prime admits a primitive root modulo that prime (Every prime modulus admits a primitive root).

[L3]

For every prime p, φ(p)=p1 (φ(1)=1, and φ(p)=p1 for every prime p).

[L4]

Under the hypotheses of [L1], a soluble congruence xma(modn) has exactly gcd(φ(n),m) solution classes (If n has a primitive root, gcd(a,n)=1, m1, and xma(modn) is solvable, then it has exactly gcd(φ(n),m) solution classes modulo n).

Verification

technique · direct
1.1

By [L2], 17 admits a primitive root, [L3] gives φ(17)=16, and [L5] supplies the coprimality of every nonzero target. Thus [L1] says that a target is a fourth power exactly when its fourth power is 1, and an eighth power exactly when its square is 1.

L1L2L3L5given
2.1

Direct reduction gives the fourth-power values 14=44=134=1641, 24=84=94=15416, 34=54=124=14413, and 64=74=104=1144. Squaring the unit classes shows that the targets satisfying a21 are exactly 1,16. These lists agree with both directions of the tests in [L1].

L1step 1.1algebra
3.1

Fact [L4] gives gcd(16,4)=4 roots for each fourth-power target and gcd(16,8)=8 roots for each eighth-power target.

L3L4step 2.1algebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Two quadratic nonresidues modulo 15 can have a nonresidue product

Statement refuted

The product of two quadratic nonresidues modulo an integer need not be a quadratic residue. Modulo 15, the classes of 2 and 7 are nonresidues, and their product 14 is also a nonresidue.

Facts & Assumptions

Given: The composite modulus 15.

[L1]

A unit integer is a quadratic residue modulo n exactly when it has a square root modulo n, and otherwise it is a quadratic nonresidue (Quadratic residues and nonresidues modulo an integer).

[L2]

The quadratic-residue classes are exactly the image of squaring on (Z/n)× (Quadratic residuosity is representative-independent and the residues are the image of squaring).

[L3]

A class [a]n is a unit exactly when gcd(a,n)=1 (For n1, [a]n is a unit if and only if gcd(a,n)=1).

Counterexample

technique · direct
1.1

By [L3], the units modulo 15 are 1,2,4,7,8,11,13,14. Squaring them gives respectively 1,4,1,4,4,1,4,1, so [L2] identifies the square image as exactly {1,4}.

L2L3givenalgebra
2.1

The unit classes 2,7,14 lie outside that image, so [L1] and [L2] make all three quadratic nonresidues modulo 15.

L1L2step 1.1
3.1

Yet 27=14(mod15), so the product of the two nonresidues 2 and 7 is the nonresidue 14.

step 2.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

The unique cube root of 2 modulo 29 is 3

Example

The congruence x32(mod29) has the unique solution class [3]29.

Facts & Assumptions

Given: The prime 29, exponent 3, and target 2.

[L1]

If p is prime, k1, pa, and gcd(k,p1)=1, then xka(modp) has one solution class; if k1(modp1), it is [a]p (A coprime exponent gives a unique nonzero k-th root modulo a prime).

Verification

technique · direct
1.1

Since gcd(3,28)=1 and 319=571(mod28), [L1] says that the unique cube-root class is [219]29.

L1givenalgebra
2.1

Modulo 29, 2824 and 2109, so 219=2102829242263; directly, (3)3=272(mod29).

step 1.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Euler's criterion computes (3/726377359) by repeated squaring

Example

Let p=726377359. Repeated squaring computes

3(p1)/2=33631886791(modp),

and therefore (3/p)=1.

For a checkable transcript, let qi32i(modp) and let ci be the accumulated product through bit i of 363188679. The rows with bit 0 leave the accumulator unchanged.

ibitqici
0133
11927
21812187
3065612187
40430467212187
503118164042187
61332055490554374989
71627697086692682703
81290411863122079421
90428546868122079421
100664373569122079421
110128724442122079421
121392778933332499182
13025099053332499182
1417486631585056380
151620616191683996757
161721181380157844918
170204089129157844918
181418766369355227031
190709737354355227031
200528168097355227031
211329748334275223588
220397327928275223588
23116921694272602723
241688270323635018952
250178932138635018952
26199664525255823173
270375528119255823173
281179529638726377358

Facts & Assumptions

Given: The prime p=726377359, the binary exponent 363188679, and the displayed repeated-squaring transcript.

[L1]

Euler's criterion gives (a/p)a(p1)/2(modp) for every integer a and odd prime p (Euler's criterion: (a/p)a(p1)/2(modp)).

Verification

technique · direct
1.1

Starting from q0=3, each table entry satisfies qi+1qi2(modp); the bit column is the binary expansion 363188679=(10101101001011101000111000111)2, and multiplying precisely the qi with bit 1 gives the displayed accumulators, ending at 726377358.

givenalgebra
2.1

The final residue is 726377358=p11(modp), and it is not congruent to 1 because p>2.

step 1.1algebra
3.1

Applying [L1] with a=3 and using step 2.1 gives (3/p)=1.

L1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The signed half-system for 3 modulo 11 gives (3/11)=1

Example

For p=11 and a=3, the signed half-system is

3,5,2,1,4.

There are two negative signs, so Gauss's lemma gives (3/11)=1.

Facts & Assumptions

Given: The odd prime 11, multiplier 3, and the half-system 1,2,3,4,5.

[L1]

Multiplication by a unit modulo an odd prime reduces the half-system to unique signed representatives whose absolute values permute the half-system (Multiplication by a with pa permutes an odd prime's signed half-system up to sign).

[L2]

If N(a,p) counts the least positive residues of aj that exceed p/2 for 1j(p1)/2, then (a/p)=(1)N(a,p) (Gauss's quadratic-residue lemma).

Verification

technique · direct
1.1

The products 3,6,9,12,15 reduce modulo 11 to the signed representatives 3,5,2,1,4.

L1givenalgebra
2.1

Their absolute values are 3,5,2,1,4, a permutation of 1,2,3,4,5 as [L1] requires, and exactly two signs are negative.

L1step 1.1
3.1

Fact [L2] gives (3/11)=(1)2=1.

L2step 2.1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-16Open item page →

A nonmonic quadratic congruence solved through its discriminant

Example

The congruence

3x2+4x+10(mod11)

has exactly the two solution classes [7]11 and [10]11.

Facts & Assumptions

Given: The polynomial 3x2+4x+1 modulo the odd prime 11.

[L1]

If p is odd and pA, then Ax2+Bx+C0(modp) has exactly 1+((B24AC)/p) solution classes (The discriminant counts roots of Ax2+Bx+C0(modp) for odd prime pA).

[L2]

For an odd prime p, (ap)=1 when pa and a is a quadratic residue modulo p, and (ap)=1 when pa and a is a quadratic nonresidue modulo p (The Legendre symbol, including its zero value).

Verification

technique · direct
1.1

The discriminant is Δ=42431=4. Here 114 and 22=4, so 4 is a quadratic residue modulo 11 and [L2] gives (Δ/11)=1.

L2givenalgebra
2.1

Since 11 is odd and 113, fact [L1] applies and predicts exactly 1+1=2 solution classes.

L1step 1.1
3.1

Completing the square gives (6x+4)24(mod11), so ((6x+4)2)((6x+4)+2)0(mod11); by [L3] the field Z/11 has no zero divisors, so 6x+42 or 6x+42. Since 612(mod11), these yield x7 and x10; direct substitution gives 1760 and 3410(mod11). Thus both predicted classes occur.

L3step 1.1step 2.1algebra
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Squaring is not a homomorphism on a nonabelian group

Statement refuted

The squaring map s(g)=g2 need not be a group homomorphism. It fails on the nonabelian symmetric group S3.

Facts & Assumptions

Given: The permutations τ=(12) and ρ=(23) of {1,2,3}, composed from right to left.

[L1]

The symmetric group on a set consists of its permutations under composition (The symmetric group Sym(X): the bijections of a set X under composition).

[L2]

The symmetric group on every set is a group, and on a set with three distinct elements it is nonabelian (Sym(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements).

[L3]

Natural powers in a group satisfy g0=e and gn+1=gng (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

[L4]

Group powers satisfy (gm)n=gmn, and if gh=hg then (gh)n=gnhn; that last claim is false in general without its hypothesis, and the equation can fail already at n=2 (Exponent laws in a group: gm+n=gmgn and (gm)n=gmn for all m,nZ, and (gh)n=gnhn when g and h commute).

[L5]

A group homomorphism f satisfies f(xy)=f(x)f(y) for all x,y (Monoid homomorphism and group homomorphism).

Counterexample

technique · direct
1.1

By [L1] and [L2], τ,ρS3, and their product is τρ=(123) under the stated composition convention.

L1L2given
2.1

The two transpositions satisfy τ2=ρ2=e, while [L3] gives (τρ)2=(132)e. Here ρτ=(132)(123)=τρ, so τ and ρ do not commute and the hypothesis of the power law in [L4] is not met; [L4] records that the equation can fail at n=2 in exactly that case.

L3L4step 1.1
3.1

Therefore s(τρ)=(τρ)2e=τ2ρ2=s(τ)s(ρ), so s violates the homomorphism identity [L5].

L5step 2.1
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

A soluble square congruence need not define a quadratic residue

Statement refuted

Solubility of x2a(modp) does not by itself make a a quadratic residue. For every odd prime p, the target a=0 gives a soluble congruence but belongs to neither the residue nor the nonresidue class.

Facts & Assumptions

Given: An odd prime p and the target a=0.

[L1]

For every integer a and odd prime p, x2a(modp) has exactly 1+(a/p) solution classes (x2a(modp) has exactly 1+(a/p) solution classes).

[L2]

The terms quadratic residue and quadratic nonresidue modulo n are defined only for integers coprime to n (Quadratic residues and nonresidues modulo an integer).

[L3]

The Legendre symbol has value 0 when its numerator is divisible by the odd prime denominator (The Legendre symbol, including its zero value).

Counterexample

technique · direct
1.1

Since (0/p)=0 by [L3], fact [L1] gives exactly one solution class to x20(modp); it is visibly the zero class.

L1L3given
2.1

Yet gcd(0,p)=p1, so [L2] puts zero outside the quadratic residue and nonresidue dichotomy, and [L3] assigns it the separate Legendre value zero. Thus the congruence is soluble without making its target a quadratic residue.

L2L3step 1.1

Sources