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.
Statement with defined notation
forall x y z. ~(x = 0) -> ~(y = 0) -> ~(x * x * x * x + y * y * y * y = z * z)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall x y z. ~(x = 0) -> ~(y = 0) -> ~(x * x * x * x + y * y * y * y = z * z)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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