kernel-Nat.odd_of_mul_right
- Kind
- kernel-term
- Status
- checked
Supports: `Nat.odd_of_mul_right` (this kernel's name for Mathlib's `Nat.Odd.of_mul_right`, a dot-notation extension) is admitted as a Theorem with EXACTLY the mirror's shape, pinned verbatim via the kernel's own renderer. Transports the hypothesis along `Nat.mul_comm` to `Odd (n*m)` and hands it to `Nat.odd_of_mul_left`.
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory odd_of_mul_right 2>/dev/null | awk -F'\t' '$1 == "Nat.odd_of_mul_right" && $3 == "((x0 : AxNat) -> ((x1 : AxNat) -> ((x2 : AxNat.Odd (AxNat.mul x0 x1)) -> AxNat.Odd x1)))"' | wc -l)" -ge 1