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 · 6 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 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Quadratic Reciprocity and the Jacobi Symbol — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 2026-08-17Open item page →

A complete reciprocity table for 3,5,7,11

Example

The nonzero square classes for the primes 3,5,7,11 are

pnonzero squares modulo p
31
51,4
71,2,4
111,3,4,5,9

Using the definition of the Legendre symbol (The Legendre symbol, including its zero value) gives the complete pair table

{p,q}(p/q)(q/p)relation
{3,5}11agree
{3,7}11opposite
{3,11}11opposite
{5,7}11agree
{5,11}11agree
{7,11}11opposite

The signs are opposite exactly when both primes are congruent to 3 modulo 4, as predicted by quadratic reciprocity (Quadratic reciprocity for distinct odd primes).

Facts & Assumptions

Given: The primes 3,5,7,11 and the residue tables displayed in the Example.

[L1]

For distinct odd primes p,q, (pq)(qp)=(1)(p1)(q1)/4 (Quadratic reciprocity for distinct odd primes).

[L2]

For an odd prime p, the Legendre symbol is 1 on nonzero square classes, 1 on nonzero nonsquare classes, and 0 on the zero class (The Legendre symbol, including its zero value).

Verification

technique · direct
1.1

Squaring every residue class modulo each prime gives the displayed nonzero square sets. Reading the residues of each numerator from those sets by [L2] gives all entries in the pair table.

L2givenalgebra
2.1

For the pairs {3,7}, {3,11}, and {7,11} both primes are 3 modulo 4 and the direct signs are opposite; in every other row at least one prime is 1 modulo 4 and the signs agree. Each row therefore has the product required by [L1].

step 1.1L1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 2026-08-17Open item page →

Computing (1111/8093) by the Euclidean Jacobi algorithm

Example

The Euclidean Jacobi algorithm (The Euclidean algorithm computes the Jacobi symbol without factoring the denominator) evaluates

(11118093)=1

without factoring 8093. Its states (ε,A,N) are

(1,1111,8093), (1,8093,1111), (1,1111,79), (1,79,5), (1,5,1).

Facts & Assumptions

Given: The initial pair (1111,8093) with odd positive denominator.

[L1]

The Euclidean Jacobi algorithm terminates and returns (an) without factoring the odd denominator n (The Euclidean algorithm computes the Jacobi symbol without factoring the denominator).

Verification

technique · direct
1.1

The divisions and sign updates are 8093=71111+316, 316=2279, 1111=1479+5, 79=155+4, and 4=22. The first swap has no sign change, removing either square power of 2 has no sign change, and the swap of 79 and 1111 changes the sign because both are 3 modulo 4; the next denominator is 1. After each complete update, these calculations give exactly the displayed state sequence.

L1givenalgebra
2.1

The terminal sign is 1, and [L1] identifies it with (11118093). No factorisation of 8093 occurs in step 1.1.

step 1.1L1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-17Open item page →

Jacobi symbol one does not imply a square: (2/15)=1

Statement refuted

The converse of A unit square modulo an odd integer has Jacobi symbol one is false: a unit a with (an)=1 need not be a square modulo the odd positive integer n.

Facts & Assumptions

Given: The unit numerator 2 and the odd denominator 15=35.

[L1]

For odd n1 with canonical prime factorisation n=i<rpiei, define (an):=i<r(api)ei (The Jacobi symbol, with its zero value and empty-product convention).

Counterexample

technique · direct
1.1

The nonzero square classes modulo 3 are {1} and those modulo 5 are {1,4}, so (2/3)=1 and (2/5)=1. Using 15=35 in [L1] gives (2/15)=(1)(1)=1.

L1givenalgebra
2.1

If x22(mod15), reduction modulo 3 would give x22(mod3), but the complete square set modulo 3 is {0,1}. Thus 2 is not a square modulo 15, despite its Jacobi symbol being 1.

step 1.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 2026-08-17Open item page →

Lifting both square roots of 2 from modulo 7 to modulo 74

Example

The two roots of 2 lift along the powers of 7 as follows:

modulusfirst branchsecond branch
734
491039
343108235
24012166235

Thus the square roots of 2 modulo 74=2401 are the classes of 235 and 2166.

Facts & Assumptions

Given: The target a=2, the odd prime p=7, and the two roots 3,4 modulo 7.

[L1]

A nonsingular root modulo pk has a unique lift of the form xk+tpk modulo pk+1, with t uniquely determined modulo p (A nonsingular square root lifts uniquely by one odd-prime-power step).

[L2]

A soluble unit square congruence modulo an odd prime power has exactly two solution classes (Unit square criterion and root count modulo odd prime powers).

Verification

technique · direct
1.1

Direct squaring gives the roots 3,4 modulo 7. Solving the correction congruence of [L1] on each branch gives corrections (1,5) modulo 7 for the lift to 49, then (2,4) for the lift to 343, and finally (6,0) for the lift to 2401; these yield the two displayed chains 3101082166 and 439235235.

L1givenalgebra
2.1

One has 2352=232401+2 and 21662=19542401+2, so both final classes are roots. They are distinct, and [L2] says a soluble unit congruence has exactly two roots, so the list is complete.

step 1.1L2algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 2026-08-17Open item page →

The four square roots of 9 modulo 128

Example

The square roots of 9 modulo 128 are

3, 61, 67, 125.

Facts & Assumptions

Given: The unit target 9 modulo 128=27.

[L1]

For k3, an odd target is a square modulo 2k exactly when it is 1 modulo 8, and every soluble target has exactly four roots (Unit square criterion and root count modulo powers of two).

Verification

technique · direct
1.1

The representatives are distinct modulo 128, and 32=9, 612=29128+9, 672=35128+9, and 1252=122128+9. Thus all four displayed classes are roots.

givenalgebra
2.1

Since 91(mod8), [L1] says that the congruence is soluble and has exactly four root classes. The four distinct roots in step 1.1 are therefore complete.

step 1.1L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-17Open item page →

The square roots of 1 modulo 360 by the Chinese remainder theorem

Example

The square roots of 1 modulo 360 are

1,19,71,89,91,109,161,179,181,199,251,269,271,289,341,359.

Facts & Assumptions

Given: The factorisation 360=895 into pairwise coprime prime powers.

[L1]

A unit is a square modulo n if and only if it is a square modulo every prime-power factor of n (A unit is a square modulo n exactly when it is a square at every prime-power factor).

[L2]

The number of square roots of a soluble unit is the product of the local root counts (The number of square roots of a unit modulo n is the product of the local counts).

Verification

technique · direct
1.1

The roots of 1 are 1,3,5,7 modulo 8, are 1,8 modulo 9, and are 1,4 modulo 5. By [L1], every combination of these local roots gives a global root, and [L2] gives 422=16 global roots.

L1L2givenalgebra
2.1

Solving the finite CRT systems and reducing modulo 360 gives exactly the displayed representatives. They are distinct, and reducing each one modulo 8, 9, and 5 places it in the corresponding local root set from step 1.1, so [L1] verifies that each square is 1 modulo 360; the count in [L2] proves completeness.

step 1.1L1L2algebra
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 2026-08-17Open item page →

Odd-prime tests alone miss the obstruction to 13 being a square modulo 24

Statement refuted

For an even modulus, testing whether a unit is a square modulo every odd prime divisor does not suffice to prove that it is a square modulo the original modulus.

Facts & Assumptions

Given: The unit 13 modulo 24=83.

[L1]

For k3, an odd integer is a square modulo 2k if and only if it is congruent to 1 modulo 8 (Unit square criterion and root count modulo powers of two).

[L2]

A unit square modulo n is a square modulo every prime-power factor of n (A unit is a square modulo n exactly when it is a square at every prime-power factor).

Counterexample

technique · direct
1.1

The only odd prime divisor of 24 is 3, and 131(mod3), so it passes the odd-prime square test. But 135(mod8), and [L1] shows that it is not a square modulo 8.

L1givenalgebra
2.1

If 13 were a square modulo 24, the forward implication in [L2] would make it a square modulo the prime-power factor 8, contradicting step 1.1. Hence the odd-prime test misses the two-part obstruction.

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

Odd primes represented by a divisor of x2+3

Example

An odd prime p divides x2+3 for some integer x if and only if p=3 or p1(mod3). Equivalently, for every odd prime p3, the congruence x23(modp) is soluble if and only if p1(mod3).

Facts & Assumptions

Given: An odd prime p.

[L1]

For distinct odd primes p,q, (pq)(qp)=(1)(p1)(q1)/4 (Quadratic reciprocity for distinct odd primes).

[L2]

For every odd prime p, (1p)=(1)(p1)/2 (First supplement: (1/p)=(1)(p1)/2).

[L3]

For an odd prime p, the Legendre symbol is 1 exactly on the nonzero square classes modulo p (The Legendre symbol, including its zero value).

[L4]

For every odd prime p and integers a,b, (abp)=(ap)(bp) (The Legendre symbol is multiplicative for all integer numerators).

Verification

technique · direct
1.1

Suppose p3. Applying [L1] to 3 and p gives (3/p)(p/3)=(1)(p1)/2=(1/p) by [L2]. Since (3/p) is a sign and [L4] gives (3/p)=(1/p)(3/p), multiplication by (3/p) yields (3/p)=(p/3).

L1L2L4givenalgebra
2.1

By [L3], x23(modp) is soluble exactly when (3/p)=1. For p3, step 1.1 makes this equivalent to (p/3)=1, and the nonzero square classes modulo 3 consist only of 1, so this is equivalent to p1(mod3). For p=3, the class x=0 directly satisfies x23(mod3).

step 1.1L3algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 2026-08-17Open item page →

There are infinitely many primes congruent to 1 modulo 3

Statement

The set of primes p satisfying p1(mod3) is infinite (Finite, countably infinite, countable, uncountable).

Facts & Assumptions

Given: The set S={p:p is prime and p1(mod3)}.

[L1]

For every odd prime p3, the congruence x23(modp) is soluble if and only if p1(mod3) (Odd primes represented by a divisor of x2+3).

[L3]

A finite product has empty-product value 1 and satisfies i<k+1gi=(i<kgi)gk (The product g0g1gn1 of a finite list in a monoid, by recursion, with the empty product (n=0) equal to the identity).

[L5]

A set A is finite if An for some nN (Finite, countably infinite, countable, uncountable).

[L6]

The relation AB means that there exists a bijection AB (Equinumerous sets, AB and AB).

[L7]

A bijection is, in particular, surjective (Injection, surjection, bijection).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that S is finite. By [L5] and [L6], choose a bijection from some natural number r onto S and write its prime values as p0,,pr1; surjectivity is [L7]. Let P=i<rpi, using the value P=1 if r=0 from [L3], and set N=12P2+1>1. By [L2], choose a prime qN. Since N is odd and N1(mod3), one has q2,3.

assume-contraL2L3L5L6L7choose
2.1

From qN and (6P)2+3=3N, the class of 6P solves x23(modq), so [L1] gives q1(mod3). Thus qS and equals some pi; by [L4] move that factor to the end of the finite product, and then [L3] gives qP, hence q12P2. Together with q12P2+1, [L8] gives q1, impossible for a prime. Therefore S is not finite.

step 1.1L1L3L4L8discharge-contradiction

Sources