kernel-Int.nat_abs_eq_iff_mul_self_eq
- Kind
- kernel-term
- Status
- checked
Supports: `Int.nat_abs_eq_iff_mul_self_eq` is admitted as a Theorem with EXACTLY the stated shape, pinned verbatim via the kernel's own renderer: `((x0 : Int) -> ((x1 : Int) -> Iff (Eq.{1} AxNat (Int.natAbs x0) (Int.natAbs x1)) (Eq.{1} Int (Int.mul x0 x0) (Int.mul 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.nat_abs_eq_iff_mul_self_eq" && $3 == "" && $4 == "((x0 : Int) -> ((x1 : Int) -> Iff (Eq.{1} AxNat (Int.natAbs x0) (Int.natAbs x1)) (Eq.{1} Int (Int.mul x0 x0) (Int.mul x1 x1))))"' | wc -l)" -ge 1