This commit is contained in:
Stefan Kebekus 2024-12-12 13:49:33 +01:00
parent 7dcc6e209c
commit 1d1ae779cc

View File

@ -12,6 +12,22 @@ open scoped Interval Topology
open Real Filter MeasureTheory intervalIntegral open Real Filter MeasureTheory intervalIntegral
lemma a
(S : Set )
(hS : S ∈ Filter.codiscreteWithin ) :
DiscreteTopology (Sᶜ : Set ) := by
rw [mem_codiscreteWithin] at hS
simp at hS
have : (Set.univ \ S)ᶜ = S := by ext z; simp
rw [this] at hS
rw [discreteTopology_subtype_iff]
intro x hx
rw [← mem_iff_inf_principal_compl]
exact (hS x)
theorem integrability_congr_changeDiscrete theorem integrability_congr_changeDiscrete
{f₁ f₂ : } {f₁ f₂ : }
{r : } {r : }
@ -28,6 +44,7 @@ theorem integrability_congr_changeDiscrete
exact rfl exact rfl
rw [this] rw [this]
apply Set.Countable.preimage_circleMap apply Set.Countable.preimage_circleMap
sorry sorry
sorry sorry
· sorry · sorry