Commit 2025-10-06 22:42 cd0687a5
View on Github →chore(Nat/Log): swap Nat.pow_le_iff_le_log lemmas (#30229) Swap the order of the following four lemmas:
Nat.pow_le_iff_le_logNat.lt_pow_iff_log_ltNat.le_pow_iff_clog_leNat.pow_lt_iff_lt_clogThis is to match the pattern used everywhere else in mathlib, eg for Real.log, and the pattern used in core, eg for Nat.log2.