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.
Exact expanded first-order arithmetic 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))Constructive proof overview
Generated structural guide
A positive lower base quotient makes its full index strictly greater than every bounded upper digit.
The unchanged tactic script uses 4 declared prerequisites and contains 32 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
one_le_of_ne_zero Stable theorem; checked-use authorized le_mul_of_one_le_right Alpha theorem; checked-use authorized le_add_right Stable theorem; checked-use authorized le_trans Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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
04Establish hprefixL16–22
05Establish htailL23–32
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
Original exact 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 : 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 : 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 : 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 : 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