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 expanded first-order arithmetic statement
forall L d q. (((((q)=0) /\ ((exists pfc_gap_division_length_bound_sourceshort. pfc_gap_division_length_bound_sourceshort+(L)=(d))))) \/ (((~((q)=0)) /\ (((q)+(d)=(L)))))) -> ((exists pfc_gap_division_length_quotient_bound. pfc_gap_division_length_quotient_bound+(q)=(L)) /\ ((exists pfc_gap_division_length_cover. pfc_gap_division_length_cover+(L)=(q+d))))Constructive proof overview
Generated structural guide
The constructed quotient prefix fits in the input and its length plus the divisor degree covers every input coefficient.
The unchanged tactic script uses 4 declared prerequisites and contains 24 exact native proof lines.
Alpha v34 checked-use · first admitted v33 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
zero_le Alpha theorem; checked-use authorized zero_add Alpha theorem; checked-use authorized le_add_right Alpha theorem; checked-use authorized le_refl 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 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–4
02Separate the logical casesL5–7
03Calculate and transport equalitiesL8–8
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L8
rewrite h_left_left
04Use earlier factsL9–10
05Establish heqL11–15
06Separate the logical casesL16–17
07Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
rewrite <- h_right_right
08Use earlier factsL19–21
09Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
rewrite h_right_right
Original exact command ledger · 24 lines
- 0001
intro L - 0002
intro d - 0003
intro q - 0004
intro h - 0005
cases h - 0006
cases h_left - 0007
split - 0008
rewrite h_left_left - 0009
specialize zero_le (L) - 0010
apply zero_le - 0011
have heq : q+d=d - 0012
rewrite h_left_left - 0013
apply zero_add - 0014
rewrite heq - 0015
exact h_left_right - 0016
cases h_right - 0017
split - 0018
rewrite <- h_right_right - 0019
specialize le_add_right (q) - 0020
specialize le_add_right (d) - 0021
apply le_add_right - 0022
rewrite h_right_right - 0023
specialize le_refl (L) - 0024
apply le_refl