BT0004

mul_zero_left

Stable ยท empty-context checked

Zero annihilates multiplication on the left.

Exact expanded PA statement

forall n. 0 * n = 0

Structural proof guide

Zero annihilates multiplication on the left.

Direct prerequisites: none. The authored body proceeds by structural induction (1).

Proof neighborhood

Direct dependencies

none

Direct dependents

Formal native tactic body

Dependencies are hypotheses of this body receipt. The focused endpoint audits separately check the complete empty-context certificates.

  1. 0001induction n
  2. 0002simp
  3. 0003simp [IH]