Identifier
F:ml430-int-add-one-ediv-two-mul-two-of-odd-3c9ef32f
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

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

Formal statement
∀ {n : ℤ}, Odd n → 1 + n / 2 * 2 = 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. Addition on the integers is com [generated] kernel theorem Int. Multiplication on the integers Mathlib v4.30 source propositio Current fact
4 direct dependencies 0 direct dependents

Evidence

kernel-Int.add_one_ediv_two_mul_two_of_odd

Kind
kernel-term
Status
checked

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

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

`Int.add_one_ediv_two_mul_two_of_odd` in `crates/axeyum-lean-kernel/src/int_prelude/parity.rs` (`declare_add_one_ediv_two_mul_two_of_odd`). Mirrors Mathlib v4.30's `Int.add_one_ediv_two_mul_two_of_odd` (`Mathlib/Algebra/Ring/Int/Parity.lean`) verbatim. `Int.ediv_two_mul_two_add_one_of_odd`'s conclusion, flipped via `add_comm`; shares its construction through the private helper `odd_ediv_two_mul_two_add_one` rather than re-deriving it.

footprint-Int.add_one_ediv_two_mul_two_of_odd

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 theorem_axiom_footprint -- Int.add_one_ediv_two_mul_two_of_odd 2>/dev/null | /usr/bin/grep -xFc $'integer\tInt.add_one_ediv_two_mul_two_of_odd\t0\t')" -ge 1
Evidence notes

The matched row is `integer<TAB>Int.add_one_ediv_two_mul_two_of_odd<TAB>0<TAB>` with an EMPTY trailing footprint column, so a nonzero footprint or an absent declaration both give a count of 0 and fail. Uses `/usr/bin/grep` explicitly (not the interactive `ugrep` alias) and ANSI-C-quoted literal tabs, per this repository's own grep-dialect gotcha. Run `--release`: in debug, building the full constructed environment stack-overflows, which is a resource limit and not a fact about this theorem.

Provenance

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