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. ∀ n. ∀ q. ∀ d. DivRem(n,p,q,d) → (d = 0 → Dvd(p,n)) ∧ (Dvd(p,n) → d = 0)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 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))))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–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 defined 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