kernel-Nat.div_two_mul_two_of_even
- Kind
- kernel-term
- Status
- checked
Supports: `Nat.div_two_mul_two_of_even` is admitted as a Theorem with EXACTLY the mirror's shape, pinned verbatim via the kernel's own renderer. Built directly against Mathlib's own name: `Even n -> n/2*2 = n`, via `Nat.even_iff_mod_two_eq_zero` (pinning `n % 2 = 0`), `Nat.div_mod_exec`'s reconstruction `n = 2*(n/2) + n%2`, then `Nat.add_zero`/`Nat.mul_comm`.
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory div_two_mul_two_of_even 2>/dev/null | awk -F'\t' '$1 == "Nat.div_two_mul_two_of_even" && $3 == "((x0 : AxNat) -> ((x1 : AxNat.Even x0) -> Eq.{1} AxNat (AxNat.mul (AxNat.div x0 (AxNat.succ (AxNat.succ AxNat.zero))) (AxNat.succ (AxNat.succ AxNat.zero))) x0))"' | wc -l)" -ge 1