Zulip Chat Archive
Stream: maths
Topic: Measure for some σ-algebra
Yury G. Kudryashov (Sep 02 2024 at 04:10):
Is there a nice description of ⋃ (_ : MeasurableSpace α), Set.range fun μ : Measure α ↦ μ.toOuterMeasure?
Bjørn Kjos-Hanssen (Sep 02 2024 at 06:50):
What's the definition of μ.toOuterMeasure?
Yury G. Kudryashov (Sep 02 2024 at 06:51):
Projection from docs#MeasureTheory.Measure to docs#MeasureTheory.OuterMeasure
Etienne Marion (Sep 02 2024 at 07:25):
It is the greatest outer measure which coincides with mu on measurable sets.
Bjørn Kjos-Hanssen (Sep 02 2024 at 19:20):
If I understand this right, for example if α has two elements a, b, then the outer measures are all functions μ determined by ENNReal numbers x=μ{a}, y=μ{b}, z=μ{a,b} with x,y <= z<=x+y. Such a function is obtained from toOuterMeasure if x+y=z (with the sigma-algebra being the powerset) or x=y=z (for the sigma-algebra being trivial). So in this case the answer is {(x,y,z) | x+y=z or x=y=z}.
Last updated: May 02 2025 at 03:31 UTC