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 a b h. ~(a = 0) -> a * a * a * a + b * b * b * b = h * h -> ~(h = 0)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 a b h. ~(a = 0) -> a * a * a * a + b * b * b * b = h * h -> ~(h = 0)Proof neighborhood
Direct theorem prerequisites
PF0025 fermat_four_square_nonzero fourth_power_regroup · Stable closed add_eq_zero_left · Stable closed mul_zero_left · Stable closedDirect 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 hsquareL7–12
03Establish hfourthL13–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply fermat four square nonzero.
04Use earlier factsL23–25
05Calculate and transport equalitiesL26–26
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L26
trans h * h
06Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact hequation
07Calculate and transport equalitiesL28–28
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L28
simp [hzero, mul_zero_left]
Original defined command ledger · 28 lines
- 0001
intro a - 0002
intro b - 0003
intro h - 0004
intro ha - 0005
intro hequation - 0006
intro hzero - 0007
have hsquare : ~(a * a = 0) - 0008
intro hz - 0009
specialize fermat_four_square_nonzero (a) - 0010
apply fermat_four_square_nonzero - 0011
exact ha - 0012
exact hz - 0013
have hfourth : ~((a * a) * (a * a) = 0) - 0014
intro hz - 0015
specialize fermat_four_square_nonzero (a * a) - 0016
apply fermat_four_square_nonzero - 0017
exact hsquare - 0018
exact hz - 0019
apply hfourth - 0020
trans a * a * a * a - 0021
symm - 0022
apply fourth_power_regroup - 0023
specialize add_eq_zero_left (a * a * a * a) - 0024
specialize add_eq_zero_left (b * b * b * b) - 0025
apply add_eq_zero_left - 0026
trans h * h - 0027
exact hequation - 0028
simp [hzero, mul_zero_left]