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
∀ a. ∀ b. ∀ c. Pythagorean(a,b,c) → ¬b = 0 → Lt(a,c)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 c. a * a + b * b = c * c -> ~(b = 0) -> exists gap. gap + S a = cProof 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 (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.
- L12
have hstrict : Lt(a · a,c · c)Definitions: Lt(a · a,c · c)Original native command in the exact edition - L13
rewrite <- hequation - L14
specialize pythagorean_positive_add_strict (a * a) - L15
specialize pythagorean_positive_add_strict (b * b) - L16
apply pythagorean_positive_add_strict - L17
exact hsquare - L18
apply square_lt_reflect - L19
exact hstrict
Original defined 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 : Lt(a · a,c · c)Exact native replay line
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