BT0009

one_mul

Stable ยท empty-context checked

One is a left identity for multiplication.

Exact expanded PA statement

forall n. 1 * n = n

Structural proof guide

One is a left identity for multiplication.

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]