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_bdqtb_lower. bcf_le_gap_bdqtb_lower + (d + d) = n) -> (exists bcf_lt_gap_bdqtb_upper. bcf_lt_gap_bdqtb_upper + S (n) = (d + d) + d) -> exists r. (((n) = (d) * (2) + (r) /\ (exists bcf_lt_gap_bdqtb_result_bound. bcf_lt_gap_bdqtb_result_bound + S (r) = d)))Structural proof guide
Bounds between two and three divisors force quotient two.
Direct prerequisites: add_comm, mul_one, add_lt_cancel_left. The authored body proceeds by case analysis (1), intermediate claims (2), equality transport (3).
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–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hsum
09Calculate and transport equalitiesL22–23
10Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
specialize mul_one d
11Calculate and transport equalitiesL25–27
12Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hremainder
Original exact command ledger · 28 lines
- 0001
intro d - 0002
intro n - 0003
intro hlower - 0004
intro hupper - 0005
cases hlower - 0006
have hsum : (d + d) + x = n - 0007
trans x + (d + d) - 0008
apply add_comm - 0009
exact hlower_witness - 0010
have hremainder : exists bcf_lt_gap_bdqtb_remainder. bcf_lt_gap_bdqtb_remainder + S (x) = d - 0011
rewrite <- hsum at hupper - 0012
specialize add_lt_cancel_left (d + 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 + d) + x - 0020
symm - 0021
exact hsum - 0022
congr - 0023
rewrite PA6 - 0024
specialize mul_one d - 0025
rewrite mul_one - 0026
refl - 0027
refl - 0028
exact hremainder