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 first-order arithmetic statement
forall p R D u. ~(exists olte_factor_summand. (R) = (p) * olte_factor_summand) -> (exists olte_factor_multiple. (D) = (p) * olte_factor_multiple) -> ~(exists olte_factor_sum. (R + D * u) = (p) * olte_factor_sum)Constructive proof overview
Generated structural guide
Adding any actual p-multiple preserves nondivisibility; natural differences are witnessed by balanced equality.
The unchanged tactic script uses 3 declared prerequisites and contains 27 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
balanced_zero_congruence_implies_multiple Alpha theorem; checked-use authorized mul_assoc Stable theorem; checked-use authorized zero_add 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–7
02Separate the logical casesL8–9
03Use earlier factsL10–13
04Construct an explicit witnessL14–15
05Calculate and transport equalitiesL16–19
06Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_assoc
07Establish hsumcopyL21–27
Original exact command ledger · 27 lines
- 0001
intro p - 0002
intro R - 0003
intro D - 0004
intro u - 0005
intro hnot - 0006
intro hD - 0007
intro hsum - 0008
cases hD - 0009
cases hsum - 0010
apply hnot - 0011
specialize balanced_zero_congruence_implies_multiple (p) - 0012
specialize balanced_zero_congruence_implies_multiple (R) - 0013
apply balanced_zero_congruence_implies_multiple - 0014
exists x * u - 0015
exists x1 - 0016
trans R + (p * x) * u - 0017
congr - 0018
refl - 0019
symm - 0020
apply mul_assoc - 0021
have hsumcopy : R + (p * x) * u = p * x1 - 0022
rewrite hD_witness at hsum_witness - 0023
exact hsum_witness - 0024
trans p * x1 - 0025
exact hsumcopy - 0026
symm - 0027
apply zero_add