Identifier
F:ml430-int-modeq-of-dvd-b9c41fce
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

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

Formal statement
∀ {m n a b : ℤ}, m ∣ n → a ≡ b [ZMOD n] → a ≡ b [ZMOD m]

Dependencies

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

Evidence

kernel-Int.modEq_of_dvd

Kind
kernel-term
Status
checked

Supports: The proposition declared as `Int.ModEq.of_dvd` in the pinned Mathlib v4.30 source.

Checker command
cargo test -p axeyum-lean-kernel --lib int_prelude::
Evidence notes

`declare_modeq_of_dvd` (`crates/axeyum-lean-kernel/src/int_prelude/modeq.rs`), unconditional in both `m` and `n`: `ModEq n a b -> dvd n (b-a)` via `modeq_to_dvd` (the bound-free half of `modEq_iff_dvd`'s own `mp`), `Int.dvd_trans` against the `dvd m n` hypothesis scales that to `dvd m (b-a)`, and `dvd_to_modeq` (via `Int.modEq_add_mul_left`, not `ediv_emod_unique`) closes it back to `ModEq m a b`.

footprint-Int.modEq_of_dvd

Kind
exhaustive-enumeration
Status
checked

Supports: axiom_footprint: [] -- this theorem's trusted closure is empty

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

The regex requires the tab-separated footprint column to be EMPTY. `int_theorem_inventory` must be run `--release`; in debug it stack-overflows building the full constructed environment (unrelated to this theorem).

Provenance

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