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_product_length_sourceshort. pfc_gap_division_product_length_sourceshort+(L)=(d))))) \/ (((~((q)=0)) /\ (((q)+(d)=(L)))))) -> ~(q=0) -> (((((q)=0 \/ (S d)=0) /\ (((L)=0)))) \/ (((~((q)=0)) /\ (((~((S d)=0)) /\ (((q)+(S d)=S (L))))))))Constructive proof overview
Generated structural guide
A positive constructed quotient has exactly the proper product length L with the length-S d divisor.
The unchanged tactic script uses 1 declared prerequisite and contains 23 exact native proof lines.
Alpha v34 checked-use · first admitted v33 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
succ_ne_zero 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–5
02Separate the logical casesL6–8
03Use earlier factsL9–10
04Separate the logical casesL11–13
05Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hq
06Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
07Fix variables and assumptionsL16–16
Work with arbitrary variables or the premises of the current implication.
- L16
intro hz
08Use earlier factsL17–19
09Calculate and transport equalitiesL20–22
10Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact h_right_right
Original exact command ledger · 23 lines
- 0001
intro L - 0002
intro d - 0003
intro q - 0004
intro h - 0005
intro hq - 0006
cases h - 0007
cases h_left - 0008
exfalso - 0009
apply hq - 0010
exact h_left_left - 0011
cases h_right - 0012
right - 0013
split - 0014
exact hq - 0015
split - 0016
intro hz - 0017
specialize succ_ne_zero (d) - 0018
apply succ_ne_zero - 0019
exact hz - 0020
trans S (q+d) - 0021
simp - 0022
congr - 0023
exact h_right_right