Identifier
F:ml430-int-eq-zero-or-eq-zero-of-mul-eq-zero-da702fe4
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

The proposition declared as `Int.eq_zero_or_eq_zero_of_mul_eq_zero` in the pinned Mathlib v4.30 source.

Formal statement
∀ {a b : ℤ}, a * b = 0 → a = 0 ∨ b = 0

Dependencies

The graph shows direct ledger edges. Follow a node to open its artifact page.

Direct dependencies appear to the left. The current fact is in the center. Facts that depend directly on it appear to the right. [generated] kernel theorem Int. [generated] kernel theorem Nat. [generated] kernel theorem Nat. Current fact
3 direct dependencies 0 direct dependents

Evidence

kernel-Int.mul_eq_zero

Kind
kernel-term
Status
checked

Supports: `Int.mul_eq_zero` is admitted as a Theorem with EXACTLY the stated shape, pinned verbatim via the kernel's own renderer: `((x0 : Int) -> ((x1 : Int) -> ((x2 : Eq.{1} Int (Int.mul x0 x1) Int.zero) -> Or (Eq.{1} Int x0 Int.zero) (Eq.{1} Int x1 Int.zero))))`.

Checker command
test "$(cargo run -q --release -p axeyum-lean-kernel --example int_theorem_inventory 2>/dev/null | awk -F'\t' '$1 == "theorem" && $2 == "Int.mul_eq_zero" && $3 == "" && $4 == "((x0 : Int) -> ((x1 : Int) -> ((x2 : Eq.{1} Int (Int.mul x0 x1) Int.zero) -> Or (Eq.{1} Int x0 Int.zero) (Eq.{1} Int x1 Int.zero))))"' | wc -l)" -ge 1

footprint-Int.mul_eq_zero

Kind
exhaustive-enumeration
Status
checked

Supports: axiom_footprint: [] for `Int.mul_eq_zero`. The `integer` prelude's trusted surface is empty (no Axiom, no Opaque, no Quotient), which bounds every declaration in it, including `Int.mul_eq_zero`.

Checker command
cargo run -q --release -p axeyum-lean-kernel --example nat_axiom_inventory -- --require-axiom-free integer

Provenance

{
  "date": "2026-08-29",
  "established_by": "kernel prelude build (crates/axeyum-lean-kernel/src/), predating this mirror's preregistration; found and verified by lane already-proved-sweep (2026-08-29), not proved by this lane",
  "source": "statement-only extraction of `Int.eq_zero_or_eq_zero_of_mul_eq_zero` from Mathlib v4.30.0; no proof value was exposed",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Int.eq_zero_or_eq_zero_of_mul_eq_zero`",
      "where": "mathlib4 commit c5ea00351c28e24afc9f0f84379aa41082b1188f (v4.30.0)",
      "year": 2026,
      "attribution": "the proposition was read from the pinned statement-only inventory; the proof term and tactic trace were not consulted"
    }
  ]
}