Identifier
F:ml430-nat-lor-assoc-82c4d0fd
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

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

Formal statement
∀ (n m k : ℕ), n ||| m ||| k = n ||| (m ||| k)

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 Current fact
1 direct dependencies 0 direct dependents

Evidence

reconciliation-Nat.lor_assoc

Kind
kernel-term
Status
checked

Supports: ∀ (n m k : ℕ), n ||| m ||| k = n ||| (m ||| k)

Evidence notes

Registers an independently constructed native theorem (`F:nat-lor-assoc`, `Nat.lor_assoc` in `nat_prelude/rec_agreement.rs`) whose proposition definitionally matches this proof-free imported goal -- Mathlib's `Nat.lor` is `Nat.bitwise or`, and our `Nat.lor` is proved equal to the `bitwise or_fn` specialization by `Nat.bitwise_or_eq_lor`, so this closes the SAME function's associativity, not a lookalike about a different definition (the criterion this repository uses to decide when flipping an `ml430` mirror is honest: Mathlib's `def` is the same function, not merely a theorem about a different one). No Autogenesis operation produced the theorem; the route taken (`lor_aux_assoc_of_fuel` via the `lor_aux_ne_zero_of_right_ne_zero` invariant, a double `Nat.div_mod_unique` reconstruction, the outer induction's own `ih`, and a new `lor_bit_assoc` max-associativity lemma) is NOT Mathlib's own route, which is why `depends_on` still names the still-open `F:ml430-nat-lor-bit-a2f98c7c` -- that edge records curriculum lineage, not a dependency this proof actually used.

Provenance

{
  "date": "2026-08-18",
  "established_by": "not established in this ledger",
  "source": "statement-only extraction of `Nat.lor_assoc` from Mathlib v4.30.0; no proof value was exposed",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Nat.lor_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"
    }
  ]
}