Zulip Chat Archive
Stream: Is there code for X?
Topic: convex pow
Bolton Bailey (Jan 31 2025 at 22:33):
Do we have a lemma that tells us that fun x => b ^ x
is convex on the whole real line for nonzero b? I expected to find this, but couldn't.
Daniel Weber (Feb 01 2025 at 06:47):
You need 1 ≤ b
, right?
Daniel Weber (Feb 01 2025 at 06:47):
This should be obtainable by scaling docs#strictConvexOn_exp, I think
Etienne Marion (Feb 01 2025 at 07:21):
Daniel Weber said:
You need
1 ≤ b
, right?
Rather 0 < b I think, exp(-x) is convex
Bolton Bailey (Feb 03 2025 at 19:24):
After looking a bit more, b^x
is actually not uniformly 0 for b < 0
like I had thought, so yes, this is right.
Last updated: May 02 2025 at 03:31 UTC