norm_num
extension for Nat.fib
#
This norm_num
extension uses a strategy parallel to that of Nat.fastFib
, but it instead
produces proofs of what Nat.fib
evaluates to.
theorem
Mathlib.Meta.NormNum.isNat_fib
{x : ℕ}
{nx : ℕ}
{z : ℕ}
:
Mathlib.Meta.NormNum.IsNat x nx → Nat.fib nx = z → Mathlib.Meta.NormNum.IsNat (Nat.fib x) z
Evaluates the Nat.fib
function.
Equations
- One or more equations did not get rendered due to their size.