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 c. a * a + b * b = c * c -> ~(b = 0) -> exists gap. gap + S a = cConstructive proof overview
Generated structural guide
Each leg of a Pythagorean triangle is strictly below the hypotenuse when the other leg is positive.
The unchanged tactic script uses 3 declared prerequisites and contains 19 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
PF001H pythagorean_positive_add_strict mul_ne_zero Stable theorem; checked-use authorized PF001A square_lt_reflectDirect 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 (2)
01Fix variables and assumptionsL1–5
02Establish hsquareL6–11
03Establish hstrictL12–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pythagorean positive add strict.
Original exact command ledger · 19 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hequation - 0005
intro hb - 0006
have hsquare : ~(b * b = 0) - 0007
intro hzero - 0008
apply mul_ne_zero - 0009
exact hb - 0010
exact hb - 0011
exact hzero - 0012
have hstrict : exists gap. gap + S (a * a) = c * c - 0013
rewrite <- hequation - 0014
specialize pythagorean_positive_add_strict (a * a) - 0015
specialize pythagorean_positive_add_strict (b * b) - 0016
apply pythagorean_positive_add_strict - 0017
exact hsquare - 0018
apply square_lt_reflect - 0019
exact hstrict