BT000A

mul_one

Stable ยท empty-context checked

One is a right identity for multiplication.

Exact expanded PA statement

forall n. n * 1 = n

Structural proof guide

One is a right identity for multiplication.

Direct prerequisites: zero_add. The authored body proceeds by direct introduction and elimination.

Proof neighborhood

Direct dependencies

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. 0001intro n
  2. 0002simp [zero_add]