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 PA statement
forall d n. (exists bcf_le_gap_bdqob_lower. bcf_le_gap_bdqob_lower + (d) = n) -> (exists bcf_lt_gap_bdqob_upper. bcf_lt_gap_bdqob_upper + S (n) = d + d) -> exists r. (((n) = (d) * (1) + (r) /\ (exists bcf_lt_gap_bdqob_result_bound. bcf_lt_gap_bdqob_result_bound + S (r) = d)))Structural proof guide
Bounds between one and two divisors force quotient one.
Direct prerequisites: add_comm, mul_one, add_lt_cancel_left. The authored body proceeds by case analysis (1), intermediate claims (2), equality transport (2).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing 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.
Named ingredients (3)
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
cases hlower
03Establish hsumL6–9
04Establish hremainderL10–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add lt cancel left.
05Construct an explicit witnessL17–17
Supply the displayed value, then prove that it has the required property.
- L17
exists x
06Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
split
07Calculate and transport equalitiesL19–20
08Use earlier factsL21–22
09Calculate and transport equalitiesL23–24
10Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
exact hremainder
Original exact command ledger · 25 lines
- 0001
intro d - 0002
intro n - 0003
intro hlower - 0004
intro hupper - 0005
cases hlower - 0006
have hsum : d + x = n - 0007
trans x + d - 0008
apply add_comm - 0009
exact hlower_witness - 0010
have hremainder : exists bcf_lt_gap_bdqob_remainder. bcf_lt_gap_bdqob_remainder + S (x) = d - 0011
rewrite <- hsum at hupper - 0012
specialize add_lt_cancel_left d - 0013
specialize add_lt_cancel_left x - 0014
specialize add_lt_cancel_left d - 0015
apply add_lt_cancel_left - 0016
exact hupper - 0017
exists x - 0018
split - 0019
trans d + x - 0020
symm - 0021
exact hsum - 0022
specialize mul_one d - 0023
rewrite mul_one - 0024
refl - 0025
exact hremainder