Commit 2025-11-24 15:41 be57e00e
View on Github →refactor(Nat/Log): redefine Nat.log and Nat.clog (#31990)
Redefine Nat.log similarly to what Nat.logC used to use,
but with fuel recursion instead of well-founded recursion.
This way the definition is useful both for #eval/native_decide and for #reduce/decide.
Also, refactor Nat.clog in a similar way.
While the old definitions were more readable, they did not carry any nice defeq properties.