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. Lt(a,b) → Lt(a · a,b · b)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. (exists k. k + S a = b) -> exists k. k + S (a * a) = b * bProof 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.
01Fix variables and assumptionsL1–3
02Use earlier factsL4–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L4
specialize lt_of_lt_of_le (a * a) - L5
specialize lt_of_lt_of_le (S a * S a) - L6
specialize lt_of_lt_of_le (b * b) - L7
apply lt_of_lt_of_le - L8
specialize square_lt_successor_square a - L9
apply square_lt_successor_square - L10
specialize natural_square_monotone_expanded (S a) - L11
specialize natural_square_monotone_expanded b - L12
apply natural_square_monotone_expanded - L13
exact hlt
Original defined command ledger · 13 lines
- 0001
intro a - 0002
intro b - 0003
intro hlt - 0004
specialize lt_of_lt_of_le (a * a) - 0005
specialize lt_of_lt_of_le (S a * S a) - 0006
specialize lt_of_lt_of_le (b * b) - 0007
apply lt_of_lt_of_le - 0008
specialize square_lt_successor_square a - 0009
apply square_lt_successor_square - 0010
specialize natural_square_monotone_expanded (S a) - 0011
specialize natural_square_monotone_expanded b - 0012
apply natural_square_monotone_expanded - 0013
exact hlt