Identifier
F:ml430-nat-and-div-two-1a2f7c33
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

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

Formal statement
∀ {a b : ℕ}, (a &&& b) / 2 = a / 2 &&& b / 2

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. Mathlib v4.30 source propositio Mathlib v4.30 source propositio Mathlib v4.30 source propositio [generated] kernel theorem Nat. Zero is a right identity for ad The computed quotient and remai [generated] kernel theorem Nat. The quotient and remainder of a Current fact
19 direct dependencies 0 direct dependents Graph shows the first 8 on each side.

Evidence

kernel-Nat.land_div_two

Kind
kernel-term
Status
checked

Supports: ∀ {a b : ℕ}, (a &&& b) / 2 = a / 2 &&& b / 2

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

`build_nat_prelude` admits `Nat.land_div_two` (`nat_prelude/land_div_two.rs`) through the trusted `Kernel::add_declaration` gate. `nat_theorem_inventory`'s rendered type is `(x0 x1 : AxNat) -> Eq (div (land x0 x1) 2) (land (div x0 2) (div x1 2))`, matching this fact's `formal.statement` up to variable naming. Anchored with `^Nat\.land_div_two[[:space:]]`; `grep -Ec` consumes the pipe so the tested count decides the exit status. Run `--release` -- the debug build of this inventory example SIGABRTs on stack depth (unrelated to this proof). Mathlib's `&&&` for `Nat` is the SAME function as `Nat.land`, so reconciling this mirror against a NEW `Nat.land_div_two` theorem is honest under the mirror-flip criterion in CLAUDE.md.

compute-Nat.land_div_two

Kind
kernel-term
Status
checked

Supports: land(13, 11) = 9 (0b1101 & 0b1011 = 0b1001), 9/2 = 4, and land(13/2, 11/2) = land(6, 5) = 4 -- a DISCRIMINATING pair with distinct nonzero operands.

Checker command
cargo test -p axeyum-lean-kernel --lib nat_prelude::nat_prelude_tests::land_div_two_applies_at_a_concrete_instance

footprint-Nat.land_div_two

Kind
exhaustive-enumeration
Status
checked

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

Checker command
cargo run -q --release -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 (measured: axiom=0 opaque=0 quotient=0). A theorem cannot depend on a trusted declaration the environment does not contain, so an empty trusted surface bounds `Nat.land_div_two`'s footprint by [].

Provenance

{
  "date": "2026-08-30",
  "established_by": "lane draw9-second-theorems",
  "source": "statement-only extraction of `Nat.and_div_two` from Mathlib v4.30.0; no proof value was exposed",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Nat.and_div_two`",
      "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"
    }
  ]
}