Alphabeta Math
PropositionStatement: 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.

Representations of an odd integer correspond to representations of twice that integer

Statement

Let m be a positive odd integer. The map

Φ(x,y)=(x+y,xy)

is a bijection from the ordered signed two-square representations of m to those of 2m, with inverse

Ψ(u,v)=(u+v2,uv2).

The same maps restrict to a bijection between the primitive representations (Representations and primitive representations as sums of two squares).

Facts & Assumptions

Given: A positive odd integer m.

[F1]

A representation of a nonnegative integer n as a sum of two squares is an ordered pair (x,y)Z2 such that n=x2+y2 (Representations and primitive representations as sums of two squares).

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

[L2]

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

Proof

technique · direct
1.1

If x2+y2=m, oddness of m makes x,y have opposite parity, so x+y and xy are odd; moreover (x+y)2+(xy)2=2m, so Φ sends representations of m to representations of 2m.

givenF1algebraconstruct
1.2

If u2+v2=2m, reduction modulo 4 shows that u and v are both odd: their squares cannot both be even because 2m2(mod4), and they cannot have opposite parity because their square sum would be odd. Thus Ψ(u,v) has integer coordinates, and their squared sum is (u2+v2)/2=m.

givenF1algebra
2.1

Direct substitution gives Ψ(Φ(x,y))=(x,y) and Φ(Ψ(u,v))=(u,v).

step 1.1step 1.2algebra
2.2

Suppose (x,y) is primitive and a common divisor greater than 1 divides both coordinates of Φ(x,y). By [L1] it has a prime divisor . Since x+y and xy are odd, is odd; because divides 2x and 2y, [L2] gives x and y, contradicting primitivity. Hence Φ(x,y) is primitive.

step 1.1F2L1L2algebra
2.3

Suppose (u,v) is primitive and a common divisor greater than 1 divides both coordinates of Ψ(u,v). A prime divisor supplied by [L1] then divides their sum u and difference v, contradicting primitivity. Hence Ψ(u,v) is primitive.

step 1.2F2L1algebra
3.1

The mutually inverse maps of step 2.1 give the first bijection, and steps 2.2 and 2.3 show that they restrict to mutually inverse maps on primitive representations.

step 2.1step 2.2step 2.3F1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

23 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