Documentation
ClassicalInfo
.
ForMathlib
.
Analysis
.
SpecialFunctions
.
Log
.
NegMulLog
Search
return to top
source
Imports
Init
Mathlib.Analysis.SpecialFunctions.Log.NegMulLog
Imported by
Real
.
negMulLog_strictMonoOn
Real
.
negMulLog_strictAntiOn
Real
.
negMulLog_le_rexp_neg_one
source
theorem
Real
.
negMulLog_strictMonoOn
:
StrictMonoOn
negMulLog
(
Set.Icc
0
(
exp
(-
1
)
)
)
source
theorem
Real
.
negMulLog_strictAntiOn
:
StrictAntiOn
negMulLog
(
Set.Ici
(
exp
(-
1
)
)
)
source
theorem
Real
.
negMulLog_le_rexp_neg_one
{
x
:
ℝ
}
(
hx
:
0
≤
x
)
:
x
.
negMulLog
≤
exp
(-
1
)