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 a b h. ~(a = 0) -> a * a * a * a + b * b * b * b = h * h -> ~(h = 0)Constructive proof overview
Generated structural guide
A nonzero first fourth-power summand forces the square hypotenuse to be nonzero, so its positivity need not be assumed.
The unchanged tactic script uses 4 declared prerequisites and contains 28 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
PF0025 fermat_four_square_nonzero fourth_power_regroup Stable theorem; checked-use authorized add_eq_zero_left Stable theorem; checked-use authorized mul_zero_left Stable theorem; checked-use authorizedDirect 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 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 exact 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]