BT0013

le_add_right

Stable ยท empty-context checked

Adding on the right produces an explicit order witness.

Exact expanded PA statement

forall a b. exists k. k + a = a + b

Structural proof guide

Adding on the right produces an explicit order witness.

Direct prerequisites: add_comm. 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 a
  2. 0002intro b
  3. 0003exists b
  4. 0004apply add_comm