Commit 2024-06-23 16:19 2fc483bd

View on Github →

feat(SpecialFunctions/Log): add extended nonnegative real logarithm (#14018) This PR adds the SpecialFunctions/Log/ENNRealLog.lean file where we define log as an extension of the logarithm of a positive real to the extended nonnegative reals ℝ≥0∞. The function takes values in the extended reals EReal, with log 0 = ⊥ and log ⊤ = ⊤. Co-authored with @D-Thomine.

Estimated changes