File tree Expand file tree Collapse file tree
Mathlib/MeasureTheory/Measure/Haar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ lemma MeasureTheory.QuotientMeasureEqMeasurePreimage.smulInvariantMeasure_quotie
9494 have meas_π : Measurable π := continuous_quotient_mk'.measurable
9595 obtain ⟨𝓕, h𝓕⟩ := hasFun.ExistsIsFundamentalDomain
9696 have h𝓕_translate_fundom : IsFundamentalDomain Γ.op (g • 𝓕) ν := h𝓕.smul_of_comm g
97- -- TODO: why `rw` fails with both of these rewrites?
98- erw [h𝓕.projection_respects_measure_apply (μ := μ)
97+ rw [h𝓕.projection_respects_measure_apply (μ := μ)
9998 (meas_π (measurableSet_preimage (measurable_const_smul g) hA)),
10099 h𝓕_translate_fundom.projection_respects_measure_apply (μ := μ) hA]
101100 change ν ((π ⁻¹' _) ∩ _) = ν ((π ⁻¹' _) ∩ _)
@@ -233,8 +232,7 @@ theorem MeasureTheory.QuotientMeasureEqMeasurePreimage.haarMeasure_quotient [Loc
233232 ne_top_of_lt <| QuotientMeasureEqMeasurePreimage.covolume_ne_top μ (ν := ν)
234233 obtain ⟨s, fund_dom_s⟩ := i
235234 rw [fund_dom_s.covolume_eq_volume] at finiteCovol
236- -- TODO: why `rw` fails?
237- erw [fund_dom_s.projection_respects_measure_apply μ K'.isCompact.measurableSet]
235+ rw [fund_dom_s.projection_respects_measure_apply μ K'.isCompact.measurableSet]
238236 apply IsHaarMeasure.smul
239237 · intro h
240238 have i' : IsOpenPosMeasure (ν : Measure G) := inferInstance
You can’t perform that action at this time.
0 commit comments