Commit ea11ccc
committed
feat(Analysis/SpecialFunctions/Log/Basic): two lemmas (leanprover-community#39010)
This adds two lemmas `Real.le_exp_of_log_le {x y : ℝ} (h : log x ≤ y) : x ≤ exp y` and its `lt` counterpart. They are convenient since they do not require `x` to be positive.1 parent c315f04 commit ea11ccc
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
168 | 180 | | |
169 | 181 | | |
170 | 182 | | |
| |||
0 commit comments