PA0016

add_mul

Stable checked-use theorem · independently closed

Multiplication distributes over addition on the left.

Exact expanded PA statement

forall n m k. (n + m) * k = n * k + m * k

Structural proof guide

Generated structural guide

Multiplication distributes over addition on the left.

Use the direct prerequisites mul_comm, mul_add as previously established PA formulas.

The proof proceeds by certified simplification (1).

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 Stable checked-use theorem is independently kernel-checked when replayed.

  1. 0001intro n
  2. 0002intro m
  3. 0003intro k
  4. 0004simp [mul_comm, mul_add]