kernel-Int.add_neg_cancel_left
- Kind
- kernel-term
- Status
- checked
Supports: `Int.add_neg_cancel_left` is admitted as a Theorem with EXACTLY the stated shape, pinned verbatim via the kernel's own renderer: `((x0 : Int) -> ((x1 : Int) -> Eq.{1} Int (Int.add x0 (Int.add (Int.neg x0) x1)) x1))`.
test "$(cargo run -q --release -p axeyum-lean-kernel --example int_theorem_inventory 2>/dev/null | awk -F'\t' '$1 == "theorem" && $2 == "Int.add_neg_cancel_left" && $4 == "((x0 : Int) -> ((x1 : Int) -> Eq.{1} Int (Int.add x0 (Int.add (Int.neg x0) x1)) x1))"' | wc -l)" -ge 1