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 PA statement
forall p P n F. F = P * n -> (exists wpp_mod_left_wer_mod_left wpp_mod_right_wer_mod_left. (P) + p * wpp_mod_left_wer_mod_left = (1) + p * wpp_mod_right_wer_mod_left) -> (exists wpp_mod_left_wer_mod_result wpp_mod_right_wer_mod_result. (F) + p * wpp_mod_left_wer_mod_result = (n) + p * wpp_mod_right_wer_mod_result)Structural proof guide
Generated structural guide
Multiplying a residue-one product by n restores the predecessor residue n.
Use the direct prerequisites mod_eq_mul_right, one_mul as previously established PA formulas.
The proof proceeds by intermediate claims (2), equality transport (2).
Referenced ingredients
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Alpha-v25 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.
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.
Named ingredients (2)
01Fix variables and assumptionsL1–6
02Establish hscaledL7–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq mul right.
- L7
have hscaled : exists wpp_mod_left_wer_mod_scaled wpp_mod_right_wer_mod_scaled. (P * n) + p * wpp_mod_left_wer_mod_scaled = (1 * n) + p * wpp_mod_right_wer_mod_scaled - L8
specialize mod_eq_mul_right p - L9
specialize mod_eq_mul_right P - L10
specialize mod_eq_mul_right 1 - L11
specialize mod_eq_mul_right n - L12
apply mod_eq_mul_right - L13
exact hmod
Original exact command ledger · 19 lines
- 0001
intro p - 0002
intro P - 0003
intro n - 0004
intro F - 0005
intro hproduct - 0006
intro hmod - 0007
have hscaled : exists wpp_mod_left_wer_mod_scaled wpp_mod_right_wer_mod_scaled. (P * n) + p * wpp_mod_left_wer_mod_scaled = (1 * n) + p * wpp_mod_right_wer_mod_scaled - 0008
specialize mod_eq_mul_right p - 0009
specialize mod_eq_mul_right P - 0010
specialize mod_eq_mul_right 1 - 0011
specialize mod_eq_mul_right n - 0012
apply mod_eq_mul_right - 0013
exact hmod - 0014
have hone : 1 * n = n - 0015
specialize one_mul n - 0016
exact one_mul - 0017
rewrite hone at hscaled - 0018
rewrite hproduct - 0019
exact hscaled