BT00QU

two_mul_eq_add_self

Alpha body-checked ยท checked-use disabled

Left multiplication by two is explicit doubling.

Exact expanded PA statement

forall n. 2 * n = n + n

Structural proof guide

Left multiplication by two is explicit doubling.

Direct prerequisites: mul_comm, mul_one. The authored body proceeds by equality transport (2).

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. 0002trans n * 2
  3. 0003apply mul_comm
  4. 0004rewrite PA6
  5. 0005specialize mul_one n
  6. 0006rewrite mul_one
  7. 0007refl