Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Exact expanded first-order arithmetic statement
forall x y z. ~(x = 0) -> ~(y = 0) -> ~(x * x * x * x + y * y * y * y = z * z)Constructive proof overview
Generated structural guide
Exact campaign G078: the sum of two positive fourth powers is never a square, for every natural z including zero.
The unchanged tactic script uses 1 declared prerequisite and contains 17 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
Named ingredients (1)
01Fix variables and assumptionsL1–6
02Establish hzeroL7–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply fermat four square solutions have zero coordinate.
- L7
have hzero : x = 0 \/ y = 0 - L8
specialize fermat_four_square_solutions_have_zero_coordinate (x) - L9
specialize fermat_four_square_solutions_have_zero_coordinate (y) - L10
specialize fermat_four_square_solutions_have_zero_coordinate (z) - L11
apply fermat_four_square_solutions_have_zero_coordinate - L12
exact hequation
03Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hzero
Original exact command ledger · 17 lines
- 0001
intro x - 0002
intro y - 0003
intro z - 0004
intro hx - 0005
intro hy - 0006
intro hequation - 0007
have hzero : x = 0 \/ y = 0 - 0008
specialize fermat_four_square_solutions_have_zero_coordinate (x) - 0009
specialize fermat_four_square_solutions_have_zero_coordinate (y) - 0010
specialize fermat_four_square_solutions_have_zero_coordinate (z) - 0011
apply fermat_four_square_solutions_have_zero_coordinate - 0012
exact hequation - 0013
cases hzero - 0014
apply hx - 0015
exact hzero_left - 0016
apply hy - 0017
exact hzero_right