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