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-v16 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.
- 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