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
∀ p. ∀ r. ∀ d. ∀ e. Lt(d,p) → ¬r = 0 → Lt(d,p · r + e)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 p r d e. (exists lbd_gap_upper_digit. lbd_gap_upper_digit + S (d) = (p)) -> ~(r = 0) -> (exists lbd_gap_high_column. lbd_gap_high_column + S (d) = (p * r + e))Proof 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–6
02Establish honeL7–10
03Establish hscaledL11–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le mul of one le right.
04Establish hprefixL16–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
05Establish htailL23–32
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
- L23
have htail : Le(p · r,p · r + e)Definitions: Le(p · r,p · r + e)Original native command in the exact edition - L24
specialize le_add_right (p * r) - L25
specialize le_add_right e - L26
exact le_add_right - L27
specialize le_trans (S d) - L28
specialize le_trans (p * r) - L29
specialize le_trans (p * r + e) - L30
apply le_trans - L31
exact hprefix - L32
exact htail
Original defined command ledger · 32 lines
- 0001
intro p - 0002
intro r - 0003
intro d - 0004
intro e - 0005
intro hdigit - 0006
intro hpositive - 0007
have hone : Lt(0,r)Exact native replay line
have hone : exists h. h + 1 = r - 0008
specialize one_le_of_ne_zero r - 0009
apply one_le_of_ne_zero - 0010
exact hpositive - 0011
have hscaled : Le(p,p · r)Exact native replay line
have hscaled : exists h. h + p = p * r - 0012
specialize le_mul_of_one_le_right p - 0013
specialize le_mul_of_one_le_right r - 0014
apply le_mul_of_one_le_right - 0015
exact hone - 0016
have hprefix : Lt(d,p · r)Exact native replay line
have hprefix : exists h. h + S d = p * r - 0017
specialize le_trans (S d) - 0018
specialize le_trans p - 0019
specialize le_trans (p * r) - 0020
apply le_trans - 0021
exact hdigit - 0022
exact hscaled - 0023
have htail : Le(p · r,p · r + e)Exact native replay line
have htail : exists h. h + (p * r) = p * r + e - 0024
specialize le_add_right (p * r) - 0025
specialize le_add_right e - 0026
exact le_add_right - 0027
specialize le_trans (S d) - 0028
specialize le_trans (p * r) - 0029
specialize le_trans (p * r + e) - 0030
apply le_trans - 0031
exact hprefix - 0032
exact htail