Commit 92242cf
committed
feat(MeasureTheory/Measure/Tight): tightness of marginals implies tightness on product space (leanprover-community#39501)
This PR introduces `IsTightMeasureSet.prodMk`, which says that a set of measures on a product space is tight if both sets of marginals are tight. This is useful when proving weak compactness of probability measures on product spaces (via Prokhorov).
The proof makes use of `isTightMeasureSet_iff_exists_isCompact_measure_compl_le` and then proceeds in the conventional way. I also tried to write a purely filter-theoretic proof, but did not really succeed and it was nowhere near as simple as the direct proof.1 parent c34f0e3 commit 92242cf
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
148 | 166 | | |
149 | 167 | | |
150 | 168 | | |
| |||
0 commit comments