Identifier
F:ml430-int-add-assoc-749cb0ff
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

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

Formal statement
∀ (a b c : ℤ), a + b + c = a + (b + c)

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. Adding a negSucc integer into a Adding a nonnegative integer in Adding a negSucc integer to a n Adding a nonnegative integer to Mathlib v4.30 source propositio Mathlib v4.30 source propositio Nat succ_add Current fact [generated] kernel theorem Int.
7 direct dependencies 1 direct dependents

Evidence

kernel-Int.add_assoc

Kind
kernel-term
Status
checked

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

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.add_assoc" && $3 == "" && $4 == "((x0 : Int) -> ((x1 : Int) -> ((x2 : Int) -> Eq.{1} Int (Int.add (Int.add x0 x1) x2) (Int.add x0 (Int.add x1 x2)))))"' | wc -l)" -ge 1

footprint-Int.add_assoc

Kind
exhaustive-enumeration
Status
checked

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

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.add_assoc` from Mathlib v4.30.0; no proof value was exposed",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Int.add_assoc`",
      "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"
    }
  ]
}