kernel-Nat.add_one_lt_of_even
- Kind
- kernel-term
- Status
- checked
Supports: `Nat.add_one_lt_of_even` is admitted as a Theorem with EXACTLY the mirror's shape, pinned verbatim via the kernel's own renderer. Built via `Nat.lt_or_eq_of_le` at `(n+1, m)` -- legal because `Nat.lt n m := Nat.le (succ n) m` and `add n 1` reduces to `succ n` -- ruling out the equality branch with `Nat.even_iff_odd_succ`/`Nat.odd_not_even`.
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory add_one_lt_of_even 2>/dev/null | awk -F'\t' '$1 == "Nat.add_one_lt_of_even" && $3 == "((x0 : AxNat) -> ((x1 : AxNat) -> ((x2 : AxNat.Even x0) -> ((x3 : AxNat.Even x1) -> ((x4 : AxNat.lt x0 x1) -> AxNat.lt (AxNat.add x0 (AxNat.succ AxNat.zero)) x1)))))"' | wc -l)" -ge 1