kernel-Nat.fib_lt_fib_succ
- Kind
- kernel-term
- Status
- checked
Supports: `Nat.fib_lt_fib_succ` is admitted as a Theorem with EXACTLY the mirror's shape, pinned verbatim via the kernel's own renderer. One `Iff.mpr` against the already-proved `Nat.fib_lt_fib` (`2 <= m -> (fib m < fib n <-> m < n)`) instantiated at `(n, succ n)`, with `Nat.lt_succ_self` supplying the reverse direction's premise. No induction.
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory fib_lt_fib_succ 2>/dev/null | awk -F'\t' '$1 == "Nat.fib_lt_fib_succ" && $3 == "((x0 : AxNat) -> ((x1 : AxNat.le (AxNat.succ (AxNat.succ AxNat.zero)) x0) -> AxNat.lt (AxNat.fib x0) (AxNat.fib (AxNat.succ x0))))"' | wc -l)" -ge 1