Zulip Chat Archive
Stream: Is there code for X?
Topic: a convex set is null measurable
Yury G. Kudryashov (Feb 09 2022 at 08:16):
Do we have a proof of the following fact: if s
is a convex set in a finite dimensional real vector space, then its boundary has Lebesgue (additive Haar) measure zero, hence the set is a null_measurable_set
?
Yury G. Kudryashov (Feb 09 2022 at 08:16):
I can't find it in mathlib
but possibly some project has it. @Patrick Massot, do you have it in the sphere eversion project? If not, then I'll formalize it.
Patrick Massot (Feb 09 2022 at 09:19):
We have nothing like this in the sphere eversion project.
Yury G. Kudryashov (Feb 09 2022 at 13:19):
What about "a convex set with empty interior is a subset of a hyperplane"?
Yaël Dillies (Feb 09 2022 at 13:53):
Sounds like @Oliver Nash's stuff. We wanted stuff similar to that for Sperner's Lemma.
Oliver Nash (Feb 09 2022 at 15:02):
Yep, I imagine docs#interior_convex_hull_aff_basis should help.
Last updated: Dec 20 2023 at 11:08 UTC