Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24
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.

Coprime primitively represented factors have a primitive product representation

Statement

If P=a2+b2 and Q=c2+d2 are primitive representations with gcd(P,Q)=1, then the Brahmagupta–Fibonacci construction gives a primitive representation of PQ. In particular, (acbd,ad+bc) is primitive.

Facts & Assumptions

Given: Primitive representations P=a2+b2, Q=c2+d2, with gcd(P,Q)=1.

[F1]

A two-square representation is primitive when its coordinate gcd is 1 (Representations and primitive representations as sums of two squares).

[L1]

For all integers a,b,c,d, (a2+b2)(c2+d2)=(acbd)2+(ad+bc)2=(ac+bd)2+(adbc)2 (The Brahmagupta–Fibonacci two-square identity).

[F2]

An integer d is a common divisor of a and b when da and db (Common divisor, and the greatest common divisor gcd(a,b), with the convention gcd(0,0):=0).

[L3]

If a prime divides uv, then u or v (Euclid's lemma: if p is prime and pab then pa or pb).

Proof

technique · contradiction
1.1

Put X=acbd and Y=ad+bc. By [L1], X2+Y2=PQ.

givenF1L1construct
1.2

Suppose, for contradiction, that (X,Y) is not primitive. Its positive gcd then exceeds one, so choose by [L2] a prime dividing both X and Y.

F2L2assume-contrachoose
2.1

The combinations aX+bY=cP and aYbX=dP are divisible by . Since (c,d) is primitive, cannot divide both; applying [L3] to the combination with coefficient not divisible by gives P.

step 1.2F1L3algebra
2.2

Similarly, cX+dY=aQ and cYdX=bQ. Primitivity of (a,b) and [L3] give Q.

step 1.2F1L3algebra
3.1

Steps 2.1 and 2.2 contradict gcd(P,Q)=1. Hence (X,Y) is primitive and, by step 1.1, primitively represents PQ.

step 1.1step 2.1step 2.2F1F2discharge-contradiction

Depends on

Used by

Dependency tree · two levels

24 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