Zulip Chat Archive

Stream: Is there code for X?

Topic: AM-GM equality case


Eric Rodriguez (Dec 21 2023 at 19:10):

We have all the AM-GM inequalities, but I wonder if we are in any way close to the _equality_ cases of AM-GM? That is, AM-GM is strict unless the vector is constant (I'm not sure how this interacts with the weighted version, I'm sure it's a similar statement)

Ruben Van de Velde (Dec 21 2023 at 19:13):

I started looking into that in ml3, but didn't figure out the weighted part either. Not sure how far I got, but there should be a branch somewhere I can find later

Yaël Dillies (Dec 21 2023 at 19:14):

We just got the equality case of Jensen, so you could do the equality case of the general mean inequality

Terence Tao (Dec 21 2023 at 20:34):

Nice to see a PFR Mathlib contribution get a use case! docs#StrictConvexOn.map_sum_eq_iff


Last updated: May 02 2025 at 03:31 UTC