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 n d q. ~(n=0) -> ((((~((d)=0)) /\ ((n)=(d)*(q)))) \/ ((((d)=0 \/ ~(exists pvs_factor_symmetric_sourcenondivisor. (n) = (d) * pvs_factor_symmetric_sourcenondivisor)) /\ ((q)=(d))))) -> ((((~((q)=0)) /\ ((n)=(q)*(d)))) \/ ((((q)=0 \/ ~(exists pvs_factor_symmetric_targetnondivisor. (n) = (q) * pvs_factor_symmetric_targetnondivisor)) /\ ((d)=(q)))))Constructive proof overview
Generated structural guide
For positive n the actual complementary quotient is reversible; zero and nondivisors remain fixed.
The unchanged tactic script uses 2 declared prerequisites and contains 30 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
factor_nonzero_right Alpha theorem; checked-use authorized mul_comm Stable 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–9
03Fix variables and assumptionsL10–10
Work with arbitrary variables or the premises of the current implication.
- L10
intro hqzero
04Use earlier factsL11–17
05Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
trans d*q
06Use earlier factsL19–20
07Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hq_right
08Calculate and transport equalitiesL22–26
09Separate the logical casesL27–28
10Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
exact hq_right_left
11Calculate and transport equalitiesL30–30
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L30
refl
Original exact command ledger · 30 lines
- 0001
intro n - 0002
intro d - 0003
intro q - 0004
intro hn - 0005
intro hq - 0006
cases hq - 0007
cases hq_left - 0008
left - 0009
split - 0010
intro hqzero - 0011
specialize factor_nonzero_right (n) - 0012
specialize factor_nonzero_right (d) - 0013
specialize factor_nonzero_right (q) - 0014
apply factor_nonzero_right - 0015
exact hn - 0016
exact hq_left_right - 0017
exact hqzero - 0018
trans d*q - 0019
exact hq_left_right - 0020
apply mul_comm - 0021
cases hq_right - 0022
rewrite hq_right_right - 0023
rewrite hq_right_right - 0024
rewrite hq_right_right - 0025
rewrite hq_right_right - 0026
rewrite hq_right_right - 0027
right - 0028
split - 0029
exact hq_right_left - 0030
refl