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
forall u v x y f K r F J. J = r * u -> F = f * v -> u * y = v * x -> f = (K * r) * x -> F = (K * J) * yEvery purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
0 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall u v x y f K r F J. J = r * u -> F = f * v -> u * y = v * x -> f = (K * r) * x -> F = (K * J) * yProof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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–10
02Fix variables and assumptionsL11–13
03Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
rewrite hf at hF
04Establish hassoc_xvL15–17
05Establish hcomm_xvL18–21
06Establish hassoc_uyL22–24
Original defined command ledger · 29 lines
- 0001
intro u - 0002
intro v - 0003
intro x - 0004
intro y - 0005
intro f - 0006
intro K - 0007
intro r - 0008
intro F - 0009
intro J - 0010
intro hJ - 0011
intro hF - 0012
intro hweighted - 0013
intro hf - 0014
rewrite hf at hF - 0015
have hassoc_xv : ((K * r) * x) * v = (K * r) * (x * v) - 0016
apply mul_assoc - 0017
rewrite hassoc_xv at hF - 0018
have hcomm_xv : x * v = v * x - 0019
apply mul_comm - 0020
rewrite hcomm_xv at hF - 0021
rewrite <- hweighted at hF - 0022
have hassoc_uy : ((K * r) * u) * y = (K * r) * (u * y) - 0023
apply mul_assoc - 0024
rewrite <- hassoc_uy at hF - 0025
have hassoc_kru : (K * r) * u = K * (r * u) - 0026
apply mul_assoc - 0027
rewrite hassoc_kru at hF - 0028
rewrite <- hJ at hF - 0029
exact hF