Zulip Chat Archive
Stream: new members
Topic: add_one_le_exp
Iván Sadofschi Costa (Nov 16 2021 at 02:29):
Hi all! I'm new to Lean. I've written a proof of the following lemma,
lemma add_one_le_exp (x:ℝ) : x + 1 ≤ real.exp x
which resolves the following TODO: https://github.com/leanprover-community/mathlib/blob/master/src/data/complex/exponential.lean#L1140
I would be happy to submit this in a PR. My github user is isadofschi
Johan Commelin (Nov 16 2021 at 04:25):
@Iván Sadofschi Costa Welcome! See https://github.com/leanprover-community/mathlib/invitations.
Last updated: Dec 20 2023 at 11:08 UTC