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.
Statement with defined notation
∀ p. ∀ P. ∀ n. ∀ F. F = P · n → ModEq(p,P,1) → ModEq(p,F,n)Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.
Definitions used by this theorem
In the theorem statement
2 occurrences
In local proof propositions
1 occurrences
Exact expanded native-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)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.
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 : ModEq(p,P · n,1 · n)Definitions: ModEq(p,P · n,1 · n)Original native command in the exact edition - 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 defined 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 : ModEq(p,P · n,1 · n)Exact native replay line
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