BT00QU

two_mul_eq_add_self

Alpha v34 checked-use theorem · independently kernel and Lean verified; not Stable

Left multiplication by two is explicit doubling.

Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.

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 the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing Stable membership.

Read the argument

Proof checkpoints

7 script commands · 6 reading checkpoints · 0 local claims

This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.

Named ingredients (2)
01Fix variables and assumptionsL1–1

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro n
02Calculate and transport equalitiesL2–2

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L2
    trans n * 2
03Use earlier factsL3–3

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L3
    apply mul_comm
04Calculate and transport equalitiesL4–4

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L4
    rewrite PA6
05Use earlier factsL5–5

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L5
    specialize mul_one n
06Calculate and transport equalitiesL6–7

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L6
    rewrite mul_one
  2. L7
    refl

Library-wide reading audit

Original exact command ledger · 7 lines
  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