Zulip Chat Archive

Stream: LFTCM 2024

Topic: Project idea: Talagrand's isoperimetric inequality


Rémy Degenne (Mar 21 2024 at 09:51):

I am not attending LftCM and I don't know how projects are organized this year, but I just had an idea for a cool project, so here it is.

Michel Talagrand was awarded the Abel price yesterday. His two most well known works are isoperimetric inequalities and generic chaining. While generic chaining is very technical, the basic versions of Talagrand's isoperimetric inequality have short proofs that should be formalizable in Lean.

When hearing "isoperimetric inequality", one thinks about the fact that the solid with lowest surface for a given volume is a ball. Another formulation is that for a given volume, the ball minimizes the volume of the sets of points within distance tt of itself (the limit t0t \to 0 gives the surface/volume statement).
In a more abstract formulation, let AA be a set in a product space ΩN\Omega^N with a product measure PP. Then the isoperimetric inequalities of Talagrand are upper bounds similar in shape to P(Atc)P(A)et2/NP(A_t^c) P(A) \le e^{-t^2/N}, where AtA_t is the set of points at "distance" tt of AA (and the bound depends on the "distance").

The project is to formalize Proposition 2.1.1 from https://link.springer.com/article/10.1007/BF02699376 (also https://arxiv.org/abs/math/9406212). The proof is two pages on paper, and is mostly about bounding some integrals. I was looking for the main difficulty and I am not certain of what we have in mathlib about the extrema of convex functions, but there is a "it is well known" in the middle of the proof of lemma 2.1.2 which might require some work... or a well placed sorry depending on the interests of the project participants.

Vincent Beffara (Mar 21 2024 at 10:00):

Good idea ! It sounds like a doable project.

BTW, free access to the published version here http://www.numdam.org/item/PMIHES_1995__81__73_0/

Frédéric Dupuis (Mar 21 2024 at 12:14):

There is also the book "The concentration of measure phenomenon" by Michel Ledoux that would be a good reference for this topic, and probably a good source of related projects.


Last updated: May 02 2025 at 03:31 UTC