Identifier
F:ml430-nat-abundant-twelve-24ce1ba6
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

The proposition declared as `Nat.abundant_twelve` in the pinned Mathlib v4.30 source.

Formal statement
Nat.Abundant 12

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. n is <= n plus anything Current fact
1 direct dependencies 0 direct dependents

Evidence

kernel-Nat.abundant_twelve

Kind
kernel-term
Status
checked

Supports: Abundant 12

Checker command
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- abundant_twelve 2>/dev/null | grep -Ec '^Nat\.abundant_twelve[[:space:]]')" -ge 1
Evidence notes

`Abundant 12` unfolds to `Lt (mul 2 12) (sumDivisors 12)`, defeq `Lt 24 28` (`sumDivisors 12 = 28` -- 1+2+3+4+6+12), defeq `Le 25 28`, which is `Le 25 (add 25 3)` -- `le_add_right 25 3` directly. Largest magnitude formed is 28, far below where this kernel's unary Nat literals get expensive (the `13125`-class superlinear-cost regime).

footprint-Nat.abundant_twelve

Kind
exhaustive-enumeration
Status
checked

Supports: axiom_footprint: [] -- the Nat prelude's trusted surface is empty

Checker command
cargo run -q -p axeyum-lean-kernel --example nat_axiom_inventory -- --require-axiom-free nat
Evidence notes

nat_axiom_inventory --require-axiom-free nat enumerates the built Nat environment and exits non-zero unless it admits no Axiom, Opaque or Quotient declaration. A theorem cannot depend on a trusted declaration the environment does not contain, so an empty trusted surface bounds every individual theorem's footprint by [].

Provenance

{
  "date": "2026-09-01",
  "established_by": "axeyum-lean-kernel build_nat_prelude, lane nat-abundant-deficient-mirrors",
  "source": "statement-only extraction of the Mathlib proposition from Mathlib v4.30.0 (see prior_art), independently proved here through Kernel::add_declaration",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Nat.abundant_twelve`",
      "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"
    }
  ]
}