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 first-order arithmetic statement
forall m x y. (exists ff_modulus_gap_binary_guard. ff_modulus_gap_binary_guard + S 1 = m) -> exists r. (((exists ff_gap_binary_product. ff_gap_binary_product + S (r) = m) /\ (exists ff_left_binary_product_congruence ff_right_binary_product_congruence. (x * y) + m * ff_left_binary_product_congruence = (r) + m * ff_right_binary_product_congruence)))Constructive proof overview
Generated structural guide
Every multiplication step has an actual canonical modular residue.
The unchanged tactic script uses 1 declared prerequisite and contains 8 exact native proof lines.
Alpha v34 checked-use · first admitted v21 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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–4
Original exact command ledger · 8 lines
- 0001
intro m - 0002
intro x - 0003
intro y - 0004
intro hmodulus - 0005
specialize binary_canonical_residue_exists m - 0006
specialize binary_canonical_residue_exists (x * y) - 0007
apply binary_canonical_residue_exists - 0008
exact hmodulus