kernel-Int.odd_of_mul_right
- Kind
- kernel-term
- Status
- checked
Supports: The proposition declared as `Int.Odd.of_mul_right` in the pinned Mathlib v4.30 source.
cargo test -p axeyum-lean-kernel --lib int_prelude:: Evidence notes
`Int.odd_of_mul_right` in `crates/axeyum-lean-kernel/src/int_prelude/parity.rs` (`declare_odd_of_mul_right`). Mirrors Mathlib v4.30's `Odd.of_mul_right` (`Mathlib/Algebra/Ring/Int/Parity.lean`) verbatim. `Int.odd_of_mul_left`'s mirror, via a new helper `nat_even_mul_of_even_right` (`Nat.left_distrib`).