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. ∀ m. ∀ n. ¬a = 0 → m · m = n · n + a → Lt(n,m)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 m n. ~(a = 0) -> m * m = n * n + a -> exists gap. gap + S n = mProof 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 hstrictL6–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pythagorean positive add strict.
- L6
have hstrict : Lt(n · n,m · m)Definitions: Lt(n · n,m · m)Original native command in the exact edition - L7
rewrite hgap - L8
specialize pythagorean_positive_add_strict (n * n) - L9
specialize pythagorean_positive_add_strict a - L10
apply pythagorean_positive_add_strict - L11
exact ha - L12
apply square_lt_reflect - L13
exact hstrict
Original defined command ledger · 13 lines
- 0001
intro a - 0002
intro m - 0003
intro n - 0004
intro ha - 0005
intro hgap - 0006
have hstrict : Lt(n · n,m · m)Exact native replay line
have hstrict : exists gap. gap + S (n * n) = m * m - 0007
rewrite hgap - 0008
specialize pythagorean_positive_add_strict (n * n) - 0009
specialize pythagorean_positive_add_strict a - 0010
apply pythagorean_positive_add_strict - 0011
exact ha - 0012
apply square_lt_reflect - 0013
exact hstrict