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
∀ e. ∀ f. ∀ Q. ∀ U. ∀ h. ∀ k. ModEq(2,e,Q) → ModEq(2,f,U) → Q + U = h · k → ModEq(2,e + f,h · k)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
3 occurrences
In local proof propositions
1 occurrences
Exact expanded native-PA statement
forall e f Q U h k. (exists gcsp_u_e_q gcsp_v_e_q. e + 2 * gcsp_u_e_q = Q + 2 * gcsp_v_e_q) -> (exists gcsp_u_f_u gcsp_v_f_u. f + 2 * gcsp_u_f_u = U + 2 * gcsp_v_f_u) -> Q + U = h * k -> (exists gcsp_u_sum_product gcsp_v_sum_product. e + f + 2 * gcsp_u_sum_product = h * k + 2 * gcsp_v_sum_product)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 (1)
01Fix variables and assumptionsL1–9
02Establish hjoinedL10–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq add.
- L10
have hjoined : ModEq(2,e + f,Q + U)Definitions: ModEq(2,e + f,Q + U)Original native command in the exact edition - L11
specialize mod_eq_add 2 - L12
specialize mod_eq_add e - L13
specialize mod_eq_add Q - L14
specialize mod_eq_add f - L15
specialize mod_eq_add U - L16
apply mod_eq_add - L17
exact heq - L18
exact hfu - L19
rewrite hsum at hjoined
03Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hjoined
Original defined command ledger · 20 lines
- 0001
intro e - 0002
intro f - 0003
intro Q - 0004
intro U - 0005
intro h - 0006
intro k - 0007
intro heq - 0008
intro hfu - 0009
intro hsum - 0010
have hjoined : ModEq(2,e + f,Q + U)Exact native replay line
have hjoined : exists gcsp_u_sum_qu gcsp_v_sum_qu. e + f + 2 * gcsp_u_sum_qu = Q + U + 2 * gcsp_v_sum_qu - 0011
specialize mod_eq_add 2 - 0012
specialize mod_eq_add e - 0013
specialize mod_eq_add Q - 0014
specialize mod_eq_add f - 0015
specialize mod_eq_add U - 0016
apply mod_eq_add - 0017
exact heq - 0018
exact hfu - 0019
rewrite hsum at hjoined - 0020
exact hjoined