Identifier
F:ml430-int-modeq-of-mul-left-c4ccd51e
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

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

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

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. [generated] kernel theorem Int. Mathlib v4.30 source propositio Current fact Mathlib v4.30 source propositio
2 direct dependencies 1 direct dependents

Evidence

kernel-Int.modEq_of_mul_left

Kind
kernel-term
Status
checked

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

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

`declare_modeq_of_mul_left` (`crates/axeyum-lean-kernel/src/int_prelude/modeq.rs`), unconditional in `n` and `m`: the special case of `Int.ModEq.of_dvd` at the divisibility witness `Int.dvd_mul_left n m : dvd n (m*n)`.

footprint-Int.modEq_of_mul_left

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_mul_left 2>/dev/null | grep -Ec '^theorem[[:space:]]+Int\.modEq_of_mul_left[[: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_mul_left` from Mathlib v4.30.0; no proof value was exposed",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Int.ModEq.of_mul_left`",
      "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"
    }
  ]
}