BT000Y

le_zero

Stable ยท empty-context checked

Only zero is less than or equal to zero.

Exact expanded PA statement

forall n. n <= 0 -> n = 0

Structural proof guide

Only zero is less than or equal to zero.

Direct prerequisites: add_eq_zero_right. The authored body proceeds by case analysis (1).

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. 0002intro h
  3. 0003cases h
  4. 0004apply add_eq_zero_right
  5. 0005exact h_witness