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 n q d. (((n) = (p) * (q) + (d)) /\ (exists ldc_lt_native_bound. ldc_lt_native_bound + S (d) = p)) -> ((((d = 0) -> (exists ldc_quotient_native_zero. n = p * ldc_quotient_native_zero)) /\ ((exists ldc_quotient_native_zero. n = p * ldc_quotient_native_zero) -> (d = 0))))Constructive proof overview
Generated structural guide
The canonical least-significant base-p digit is zero exactly when its value is divisible by p.
The unchanged tactic script uses 3 declared prerequisites and contains 29 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
Proof neighborhood
Direct dependencies
zero_remainder_implies_multiple Stable theorem; checked-use authorized eq_decidable Stable theorem; checked-use authorized nonzero_remainder_not_multiple Alpha 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 dependency-curried candidate body does not grant checked theorem use or 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–5
02Separate the logical casesL6–7
03Fix variables and assumptionsL8–8
Work with arbitrary variables or the premises of the current implication.
- L8
intro hzero
04Calculate and transport equalitiesL9–9
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L9
rewrite hzero at hdigit_left
05Use earlier factsL10–14
06Fix variables and assumptionsL15–15
Work with arbitrary variables or the premises of the current implication.
- L15
intro hdivides
07Use earlier factsL16–17
08Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
cases eq_decidable
09Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact eq_decidable_left
10Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
exfalso
11Use earlier factsL21–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
specialize nonzero_remainder_not_multiple p - L22
specialize nonzero_remainder_not_multiple n - L23
specialize nonzero_remainder_not_multiple q - L24
specialize nonzero_remainder_not_multiple d - L25
apply nonzero_remainder_not_multiple - L26
exact hdigit_left - L27
exact eq_decidable_right - L28
exact hdigit_right - L29
exact hdivides
Original exact command ledger · 29 lines
- 0001
intro p - 0002
intro n - 0003
intro q - 0004
intro d - 0005
intro hdigit - 0006
cases hdigit - 0007
split - 0008
intro hzero - 0009
rewrite hzero at hdigit_left - 0010
specialize zero_remainder_implies_multiple p - 0011
specialize zero_remainder_implies_multiple n - 0012
specialize zero_remainder_implies_multiple q - 0013
apply zero_remainder_implies_multiple - 0014
exact hdigit_left - 0015
intro hdivides - 0016
specialize eq_decidable d - 0017
specialize eq_decidable 0 - 0018
cases eq_decidable - 0019
exact eq_decidable_left - 0020
exfalso - 0021
specialize nonzero_remainder_not_multiple p - 0022
specialize nonzero_remainder_not_multiple n - 0023
specialize nonzero_remainder_not_multiple q - 0024
specialize nonzero_remainder_not_multiple d - 0025
apply nonzero_remainder_not_multiple - 0026
exact hdigit_left - 0027
exact eq_decidable_right - 0028
exact hdigit_right - 0029
exact hdivides