Commit 2024-07-12 14:35 c2057164

View on Github →

feat(SpecialFunctions/Log): Add extended exp (#14107) We define an extended version of the exponential from EReal to ENNReal and prove some properties in relation to the extended log.

  • Rename ENNReal.lean to ENNRealLog.lean
  • Add ENNRealExp.lean
  • Add ENNRealLogExp.lean See this Zulip discussion.

Estimated changes

added def EReal.exp
added theorem EReal.exp_add
added theorem EReal.exp_bot
added theorem EReal.exp_coe
added theorem EReal.exp_eq_top_iff
added theorem EReal.exp_eq_zero_iff
added theorem EReal.exp_le_exp_iff
added theorem EReal.exp_le_one_iff
added theorem EReal.exp_lt_exp_iff
added theorem EReal.exp_lt_one_iff
added theorem EReal.exp_lt_top_iff
added theorem EReal.exp_monotone
added theorem EReal.exp_neg
added theorem EReal.exp_strictMono
added theorem EReal.exp_top
added theorem EReal.exp_zero
added theorem EReal.one_le_exp_iff
added theorem EReal.one_lt_exp_iff
added theorem EReal.zero_lt_exp_iff