kernel-Nat.even_add-prime
- Kind
- kernel-term
- Status
- checked
Supports: `Nat.even_add'` is admitted as a Theorem with EXACTLY the mirror's shape, pinned verbatim via the kernel's own renderer. [`declare_even_add`]'s twin, sharing the same four-way case-split/witness-arithmetic construction (`even_add_family_stmt_and_proof`) with the inner predicate swapped from `Even` to `Odd`.
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory even_add 2>/dev/null | awk -F'\t' '$1 == "Nat.even_add'\''" && $3 == "((x0 : AxNat) -> ((x1 : AxNat) -> Iff (AxNat.Even (AxNat.add x0 x1)) (Iff (AxNat.Odd x0) (AxNat.Odd x1))))"' | wc -l)" -ge 1