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 p a b x y z. (((exists pfa_gap_multiplynatural_leftbound. pfa_gap_multiplynatural_leftbound + S (x) = (p)) /\ ((exists pfa_offset_left_multiplynatural_leftcongruence pfa_offset_right_multiplynatural_leftcongruence. (a) + (p) * pfa_offset_left_multiplynatural_leftcongruence = (x) + (p) * pfa_offset_right_multiplynatural_leftcongruence)))) -> (((exists pfa_gap_multiplynatural_rightbound. pfa_gap_multiplynatural_rightbound + S (y) = (p)) /\ ((exists pfa_offset_left_multiplynatural_rightcongruence pfa_offset_right_multiplynatural_rightcongruence. (b) + (p) * pfa_offset_left_multiplynatural_rightcongruence = (y) + (p) * pfa_offset_right_multiplynatural_rightcongruence)))) -> (((exists pfa_gap_multiplynatural_resultleft. pfa_gap_multiplynatural_resultleft + S (x) = (p)) /\ (((exists pfa_gap_multiplynatural_resultright. pfa_gap_multiplynatural_resultright + S (y) = (p)) /\ ((((exists pfa_gap_multiplynatural_resultresultbound. pfa_gap_multiplynatural_resultresultbound + S (z) = (p)) /\ ((exists pfa_offset_left_multiplynatural_resultresultcongruence pfa_offset_right_multiplynatural_resultresultcongruence. ((x) * (y)) + (p) * pfa_offset_left_multiplynatural_resultresultcongruence = (z) + (p) * pfa_offset_right_multiplynatural_resultresultcongruence))))))))) -> (((exists pfa_gap_multiplynatural_homomorphismbound. pfa_gap_multiplynatural_homomorphismbound + S (z) = (p)) /\ ((exists pfa_offset_left_multiplynatural_homomorphismcongruence pfa_offset_right_multiplynatural_homomorphismcongruence. (a * b) + (p) * pfa_offset_left_multiplynatural_homomorphismcongruence = (z) + (p) * pfa_offset_right_multiplynatural_homomorphismcongruence))))Constructive proof overview
Generated structural guide
The natural-number residue map preserves actual canonical multiply.
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
mod_eq_trans Stable theorem; checked-use authorized mod_eq_mul 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–9
02Separate the logical casesL10–15
03Use earlier factsL16–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 30 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro x - 0005
intro y - 0006
intro z - 0007
intro ha - 0008
intro hb - 0009
intro hz - 0010
cases ha - 0011
cases hb - 0012
cases hz - 0013
cases hz_right - 0014
cases hz_right_right - 0015
split - 0016
exact hz_right_right_left - 0017
specialize mod_eq_trans (p) - 0018
specialize mod_eq_trans (a * b) - 0019
specialize mod_eq_trans (x * y) - 0020
specialize mod_eq_trans (z) - 0021
apply mod_eq_trans - 0022
specialize mod_eq_mul (p) - 0023
specialize mod_eq_mul (a) - 0024
specialize mod_eq_mul (x) - 0025
specialize mod_eq_mul (b) - 0026
specialize mod_eq_mul (y) - 0027
apply mod_eq_mul - 0028
exact ha_right - 0029
exact hb_right - 0030
exact hz_right_right_right