Documentation

Mathlib.Analysis.SpecialFunctions.Log.Monotone

Logarithm Tonality #

In this file we describe the tonality of the logarithm function when multiplied by functions of the form x ^ a.

Tags #

logarithm, tonality

theorem Real.mul_log_strictMonoOn :
StrictMonoOn (fun (x : ) => x * log x) (Set.Ici (exp (-1)))
@[deprecated Real.mul_log_strictMonoOn (since := "2026-04-07")]
theorem Real.log_mul_self_monotoneOn :
MonotoneOn (fun (x : ) => log x * x) {x : | 1 x}
theorem Real.mul_log_strictAntiOn :
StrictAntiOn (fun (x : ) => x * log x) (Set.Icc 0 (exp (-1)))
theorem Real.log_div_self_rpow_antitoneOn {a : } (ha : 0 < a) :
AntitoneOn (fun (x : ) => log x / x ^ a) (Set.Ici (exp a⁻¹))