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
∀ C. ∀ B. ¬C = 0 → Le(B,C · B)Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
1 occurrences
In local proof propositions
2 occurrences
Exact expanded native-PA statement
forall C B. ~(C = 0) -> exists h. h + B = C * BProof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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 (3)
01Fix variables and assumptionsL1–3
02Establish h1CL4–7
03Establish hscaledL8–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul right.
- L8
have hscaled : Le(1 · B,C · B)Definitions: Le(1 · B,C · B)Original native command in the exact edition - L9
specialize mul_le_mul_right 1 - L10
specialize mul_le_mul_right C - L11
specialize mul_le_mul_right B - L12
apply mul_le_mul_right - L13
exact h1C - L14
specialize one_mul B - L15
rewrite one_mul at hscaled - L16
exact hscaled
Original defined command ledger · 16 lines
- 0001
intro C - 0002
intro B - 0003
intro hC - 0004
have h1C : Lt(0,C)Exact native replay line
have h1C : exists h. h + 1 = C - 0005
specialize one_le_of_ne_zero C - 0006
apply one_le_of_ne_zero - 0007
exact hC - 0008
have hscaled : Le(1 · B,C · B)Exact native replay line
have hscaled : exists h. h + 1 * B = C * B - 0009
specialize mul_le_mul_right 1 - 0010
specialize mul_le_mul_right C - 0011
specialize mul_le_mul_right B - 0012
apply mul_le_mul_right - 0013
exact h1C - 0014
specialize one_mul B - 0015
rewrite one_mul at hscaled - 0016
exact hscaled