state
stringlengths
0
159k
srcUpToTactic
stringlengths
387
167k
nextTactic
stringlengths
3
9k
declUpToTactic
stringlengths
22
11.5k
declId
stringlengths
38
95
decl
stringlengths
16
1.89k
file_tag
stringlengths
17
73
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f g : α → E s t : Set α μ ν : Measure α l✝ l' l : Filter α ⊢ IntegrableAtFilter f (l ⊓ Measure.ae μ) → IntegrableAtFilter f l
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rintro ⟨s, ⟨t, ht, u, hu, rfl⟩, hf⟩
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ := by refine' ⟨_, fun h => h.filter_mono inf_le_left⟩
Mathlib.MeasureTheory.Integral.IntegrableOn.478_0.qIpN2P2TD1gUH4J
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f g : α → E s t✝ : Set α μ ν : Measure α l✝ l' l : Filter α t : Set α ht : t ∈ l u : Set α hu : u ∈ Measure.ae μ hf : IntegrableOn f (t ∩ u) ⊢ IntegrableAtFilter f l
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' ⟨t, ht, _⟩
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ := by refine' ⟨_, fun h => h.filter_mono inf_le_left⟩ rintro ⟨s, ⟨t, ht, u, hu, rfl⟩, hf⟩
Mathlib.MeasureTheory.Integral.IntegrableOn.478_0.qIpN2P2TD1gUH4J
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f g : α → E s t✝ : Set α μ ν : Measure α l✝ l' l : Filter α t : Set α ht : t ∈ l u : Set α hu : u ∈ Measure.ae μ hf : IntegrableOn f (t ∩ u) ⊢ IntegrableOn f t
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' hf.integrable.mono_measure fun v hv => _
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ := by refine' ⟨_, fun h => h.filter_mono inf_le_left⟩ rintro ⟨s, ⟨t, ht, u, hu, rfl⟩, hf⟩ refine' ⟨t, ht, _⟩
Mathlib.MeasureTheory.Integral.IntegrableOn.478_0.qIpN2P2TD1gUH4J
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f g : α → E s t✝ : Set α μ ν : Measure α l✝ l' l : Filter α t : Set α ht : t ∈ l u : Set α hu : u ∈ Measure.ae μ hf : IntegrableOn f (t ∩ u) v : Set α hv : MeasurableSet v...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
simp only [Measure.restrict_apply hv]
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ := by refine' ⟨_, fun h => h.filter_mono inf_le_left⟩ rintro ⟨s, ⟨t, ht, u, hu, rfl⟩, hf⟩ refine' ⟨t, ht, _⟩ refine' hf.integrable.mono_measure fun v hv => _
Mathlib.MeasureTheory.Integral.IntegrableOn.478_0.qIpN2P2TD1gUH4J
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f g : α → E s t✝ : Set α μ ν : Measure α l✝ l' l : Filter α t : Set α ht : t ∈ l u : Set α hu : u ∈ Measure.ae μ hf : IntegrableOn f (t ∩ u) v : Set α hv : MeasurableSet v...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' measure_mono_ae (mem_of_superset hu fun x hx => _)
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ := by refine' ⟨_, fun h => h.filter_mono inf_le_left⟩ rintro ⟨s, ⟨t, ht, u, hu, rfl⟩, hf⟩ refine' ⟨t, ht, _⟩ refine' hf.integrable.mono_measure fun v hv => _ simp only [Measure.restr...
Mathlib.MeasureTheory.Integral.IntegrableOn.478_0.qIpN2P2TD1gUH4J
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f g : α → E s t✝ : Set α μ ν : Measure α l✝ l' l : Filter α t : Set α ht : t ∈ l u : Set α hu : u ∈ Measure.ae μ hf : IntegrableOn f (t ∩ u) v : Set α hv : MeasurableSet v...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact fun ⟨hv, ht⟩ => ⟨hv, ⟨ht, hx⟩⟩
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ := by refine' ⟨_, fun h => h.filter_mono inf_le_left⟩ rintro ⟨s, ⟨t, ht, u, hu, rfl⟩, hf⟩ refine' ⟨t, ht, _⟩ refine' hf.integrable.mono_measure fun v hv => _ simp only [Measure.restr...
Mathlib.MeasureTheory.Integral.IntegrableOn.478_0.qIpN2P2TD1gUH4J
@[simp] theorem IntegrableAtFilter.inf_ae_iff {l : Filter α} : IntegrableAtFilter f (l ⊓ μ.ae) μ ↔ IntegrableAtFilter f l μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝² : MeasurableSpace α inst✝¹ : NormedAddCommGroup E f g : α → E s t : Set α μ ν : Measure α l✝ l' l : Filter α inst✝ : IsMeasurablyGenerated l hfm : StronglyMeasurableAtFilter f l hμ : FiniteAtFilter μ l hf : IsBoundedUnder (fun x x_1 => x ≤ x_1) l (norm ∘ f) ⊢ I...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
obtain ⟨C, hC⟩ : ∃ C, ∀ᶠ s in l.smallSets, ∀ x ∈ s, ‖f x‖ ≤ C := hf.imp fun C hC => eventually_smallSets.2 ⟨_, hC, fun t => id⟩
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib.MeasureTheory.Integral.IntegrableOn.493_0.qIpN2P2TD1gUH4J
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝² : MeasurableSpace α inst✝¹ : NormedAddCommGroup E f g : α → E s t : Set α μ ν : Measure α l✝ l' l : Filter α inst✝ : IsMeasurablyGenerated l hfm : StronglyMeasurableAtFilter f l hμ : FiniteAtFilter μ l hf : IsBoundedUnder (fun x x_1 => x ≤ x_1) l (no...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rcases (hfm.eventually.and (hμ.eventually.and hC)).exists_measurable_mem_of_smallSets with ⟨s, hsl, hsm, hfm, hμ, hC⟩
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib.MeasureTheory.Integral.IntegrableOn.493_0.qIpN2P2TD1gUH4J
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝² : MeasurableSpace α inst✝¹ : NormedAddCommGroup E f g : α → E s✝ t : Set α μ ν : Measure α l✝ l' l : Filter α inst✝ : IsMeasurablyGenerated l hfm✝ : StronglyMeasurableAtFilter f l hμ✝ : FiniteAtFilter μ l hf : IsBoundedU...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' ⟨s, hsl, ⟨hfm, hasFiniteIntegral_restrict_of_bounded hμ (C := C) _⟩⟩
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib.MeasureTheory.Integral.IntegrableOn.493_0.qIpN2P2TD1gUH4J
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝² : MeasurableSpace α inst✝¹ : NormedAddCommGroup E f g : α → E s✝ t : Set α μ ν : Measure α l✝ l' l : Filter α inst✝ : IsMeasurablyGenerated l hfm✝ : StronglyMeasurableAtFilter f l hμ✝ : FiniteAtFilter μ l hf : IsBoundedU...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [ae_restrict_eq hsm, eventually_inf_principal]
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib.MeasureTheory.Integral.IntegrableOn.493_0.qIpN2P2TD1gUH4J
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib_MeasureTheory_Integral_IntegrableOn
case intro.intro.intro.intro.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝² : MeasurableSpace α inst✝¹ : NormedAddCommGroup E f g : α → E s✝ t : Set α μ ν : Measure α l✝ l' l : Filter α inst✝ : IsMeasurablyGenerated l hfm✝ : StronglyMeasurableAtFilter f l hμ✝ : FiniteAtFilter μ l hf : IsBoundedU...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact eventually_of_forall hC
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib.MeasureTheory.Integral.IntegrableOn.493_0.qIpN2P2TD1gUH4J
/-- If `μ` is a measure finite at filter `l` and `f` is a function such that its norm is bounded above at `l`, then `f` is integrable at `l`. -/ theorem Measure.FiniteAtFilter.integrableAtFilter {l : Filter α} [IsMeasurablyGenerated l] (hfm : StronglyMeasurableAtFilter f l μ) (hμ : μ.FiniteAtFilter l) (hf : l.I...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f✝ g✝ : α → E s t : Set α μ ν : Measure α l l' : Filter α f g : α → E h : Disjoint (support f) (support g) hf : StronglyMeasurable f hg : StronglyMeasurable g ⊢ Integrable (f + g) ↔ Integrable f ∧ Integrable g
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' ⟨fun hfg => ⟨_, _⟩, fun h => h.1.add h.2⟩
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.528_0.qIpN2P2TD1gUH4J
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case refine'_1 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f✝ g✝ : α → E s t : Set α μ ν : Measure α l l' : Filter α f g : α → E h : Disjoint (support f) (support g) hf : StronglyMeasurable f hg : StronglyMeasurable g hfg : Integrable (f + g) ⊢ Integrable ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← indicator_add_eq_left h]
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ := by refine' ⟨fun hfg => ⟨_, _⟩, fun h => h.1.add h.2⟩ ·
Mathlib.MeasureTheory.Integral.IntegrableOn.528_0.qIpN2P2TD1gUH4J
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case refine'_1 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f✝ g✝ : α → E s t : Set α μ ν : Measure α l l' : Filter α f g : α → E h : Disjoint (support f) (support g) hf : StronglyMeasurable f hg : StronglyMeasurable g hfg : Integrable (f + g) ⊢ Integrable ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact hfg.indicator hf.measurableSet_support
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ := by refine' ⟨fun hfg => ⟨_, _⟩, fun h => h.1.add h.2⟩ · rw [← indicator_add_eq_left h];
Mathlib.MeasureTheory.Integral.IntegrableOn.528_0.qIpN2P2TD1gUH4J
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case refine'_2 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f✝ g✝ : α → E s t : Set α μ ν : Measure α l l' : Filter α f g : α → E h : Disjoint (support f) (support g) hf : StronglyMeasurable f hg : StronglyMeasurable g hfg : Integrable (f + g) ⊢ Integrable ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← indicator_add_eq_right h]
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ := by refine' ⟨fun hfg => ⟨_, _⟩, fun h => h.1.add h.2⟩ · rw [← indicator_add_eq_left h]; exact hfg.indicat...
Mathlib.MeasureTheory.Integral.IntegrableOn.528_0.qIpN2P2TD1gUH4J
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case refine'_2 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝¹ : MeasurableSpace α inst✝ : NormedAddCommGroup E f✝ g✝ : α → E s t : Set α μ ν : Measure α l l' : Filter α f g : α → E h : Disjoint (support f) (support g) hf : StronglyMeasurable f hg : StronglyMeasurable g hfg : Integrable (f + g) ⊢ Integrable ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact hfg.indicator hg.measurableSet_support
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ := by refine' ⟨fun hfg => ⟨_, _⟩, fun h => h.1.add h.2⟩ · rw [← indicator_add_eq_left h]; exact hfg.indicat...
Mathlib.MeasureTheory.Integral.IntegrableOn.528_0.qIpN2P2TD1gUH4J
theorem integrable_add_of_disjoint {f g : α → E} (h : Disjoint (support f) (support g)) (hf : StronglyMeasurable f) (hg : StronglyMeasurable g) : Integrable (f + g) μ ↔ Integrable f μ ∧ Integrable g μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : MeasurableSet ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
nontriviality α
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : MeasurableSet ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
inhabit α
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : MeasurableSet ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
have : (Set.piecewise s f fun _ => f default) =ᵐ[μ.restrict s] f := piecewise_ae_eq_restrict hs
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : MeasurableSet ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' ⟨Set.piecewise s f fun _ => f default, _, this.symm⟩
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : MeasurableSet ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
apply measurable_of_isOpen
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
case hf α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : Measur...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
intro t ht
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
case hf α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : Measur...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
obtain ⟨u, u_open, hu⟩ : ∃ u : Set α, IsOpen u ∧ f ⁻¹' t ∩ s = u ∩ s := _root_.continuousOn_iff'.1 hf t ht
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
case hf.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [piecewise_preimage, Set.ite, hu]
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
case hf.intro.intro α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : OpensMeasurableSpace α inst✝² : MeasurableSpace β inst✝¹ : TopologicalSpace β inst✝ : BorelSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact (u_open.measurableSet.inter hs).union ((measurable_const ht.measurableSet).diff hs)
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib.MeasureTheory.Integral.IntegrableOn.544_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aemeasurable [TopologicalSpace α] [OpensMeasurableSpace α] [MeasurableSpace β] [TopologicalSpace β] [BorelSpace β] {f : α → β} {s : Set α} {μ : Measure α} (hf : ContinuousOn f ...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : PseudoMetrizableSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
letI := pseudoMetrizableSpacePseudoMetric α
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib.MeasureTheory.Integral.IntegrableOn.560_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : PseudoMetrizableSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
borelize β
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib.MeasureTheory.Integral.IntegrableOn.560_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : PseudoMetrizableSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [aestronglyMeasurable_iff_aemeasurable_separable]
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib.MeasureTheory.Integral.IntegrableOn.560_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : PseudoMetrizableSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' ⟨hf.aemeasurable hs, f '' s, hf.isSeparable_image h's, _⟩
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib.MeasureTheory.Integral.IntegrableOn.560_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁶ : MeasurableSpace α inst✝⁵ : NormedAddCommGroup E inst✝⁴ : TopologicalSpace α inst✝³ : PseudoMetrizableSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact mem_of_superset (self_mem_ae_restrict hs) (subset_preimage_image _ _)
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib.MeasureTheory.Integral.IntegrableOn.560_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a separable set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isSeparable [TopologicalSpace α] [PseudoMetrizableSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
borelize β
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' aestronglyMeasurable_iff_aemeasurable_separable.2 ⟨hf.aemeasurable hs, f '' s, _, mem_of_superset (self_mem_ae_restrict hs) (subset_preimage_image _ _)⟩
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
cases h.out
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case inl α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : Conti...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
let f' : s → β := s.restrict f
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case inl α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : Conti...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
have A : Continuous f' := continuousOn_iff_continuous_restrict.1 hf
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case inl α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : Conti...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
have B : IsSeparable (univ : Set s) := isSeparable_of_separableSpace _
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case inl α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : Conti...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
convert IsSeparable.image B A using 1
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case h.e'_3 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : Co...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
ext x
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case h.e'_3.h α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
simp
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
case inr α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : TopologicalSpace β h : SecondCountableTopologyEither α β inst✝¹ : OpensMeasurableSpace α inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : Conti...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact isSeparable_of_separableSpace _
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib.MeasureTheory.Integral.IntegrableOn.574_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a set `s` is almost everywhere strongly measurable with respect to `μ.restrict s` when either the source space or the target space is second-countable. -/ theorem ContinuousOn.aestronglyMeasurable [TopologicalSpace α] [TopologicalSpace β] [h : SecondCountableTopologyEither α β]...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : IsCompact s h's : MeasurableSe...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
letI := pseudoMetrizableSpacePseudoMetric β
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib.MeasureTheory.Integral.IntegrableOn.595_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : IsCompact s h's : MeasurableSe...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
borelize β
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib.MeasureTheory.Integral.IntegrableOn.595_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : IsCompact s h's : MeasurableSe...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [aestronglyMeasurable_iff_aemeasurable_separable]
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib.MeasureTheory.Integral.IntegrableOn.595_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : IsCompact s h's : MeasurableSe...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
refine' ⟨hf.aemeasurable h's, f '' s, _, _⟩
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib.MeasureTheory.Integral.IntegrableOn.595_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib_MeasureTheory_Integral_IntegrableOn
case refine'_1 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : IsCompact s h's...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact (hs.image_of_continuousOn hf).isSeparable
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib.MeasureTheory.Integral.IntegrableOn.595_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib_MeasureTheory_Integral_IntegrableOn
case refine'_2 α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : OpensMeasurableSpace α inst✝¹ : TopologicalSpace β inst✝ : PseudoMetrizableSpace β f : α → β s : Set α μ : Measure α hf : ContinuousOn f s hs : IsCompact s h's...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact mem_of_superset (self_mem_ae_restrict h's) (subset_preimage_image _ _)
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib.MeasureTheory.Integral.IntegrableOn.595_0.qIpN2P2TD1gUH4J
/-- A function which is continuous on a compact set `s` is almost everywhere strongly measurable with respect to `μ.restrict s`. -/ theorem ContinuousOn.aestronglyMeasurable_of_isCompact [TopologicalSpace α] [OpensMeasurableSpace α] [TopologicalSpace β] [PseudoMetrizableSpace β] {f : α → β} {s : Set α} {μ : Measure...
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : SecondCountableTopologyEither α E inst✝¹ : OpensMeasurableSpace α μ : Measure α inst✝ : IsLocallyFiniteMeasure μ f : α → E hf : Continuous f a : α ⊢ IntegrableAtFilter f (𝓝 ...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← nhdsWithin_univ]
theorem Continuous.integrableAt_nhds [TopologicalSpace α] [SecondCountableTopologyEither α E] [OpensMeasurableSpace α] {μ : Measure α} [IsLocallyFiniteMeasure μ] {f : α → E} (hf : Continuous f) (a : α) : IntegrableAtFilter f (𝓝 a) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.628_0.qIpN2P2TD1gUH4J
theorem Continuous.integrableAt_nhds [TopologicalSpace α] [SecondCountableTopologyEither α E] [OpensMeasurableSpace α] {μ : Measure α} [IsLocallyFiniteMeasure μ] {f : α → E} (hf : Continuous f) (a : α) : IntegrableAtFilter f (𝓝 a) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁵ : MeasurableSpace α inst✝⁴ : NormedAddCommGroup E inst✝³ : TopologicalSpace α inst✝² : SecondCountableTopologyEither α E inst✝¹ : OpensMeasurableSpace α μ : Measure α inst✝ : IsLocallyFiniteMeasure μ f : α → E hf : Continuous f a : α ⊢ IntegrableAtFilter f (𝓝[...
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact hf.continuousOn.integrableAt_nhdsWithin MeasurableSet.univ (mem_univ a)
theorem Continuous.integrableAt_nhds [TopologicalSpace α] [SecondCountableTopologyEither α E] [OpensMeasurableSpace α] {μ : Measure α} [IsLocallyFiniteMeasure μ] {f : α → E} (hf : Continuous f) (a : α) : IntegrableAtFilter f (𝓝 a) μ := by rw [← nhdsWithin_univ]
Mathlib.MeasureTheory.Integral.IntegrableOn.628_0.qIpN2P2TD1gUH4J
theorem Continuous.integrableAt_nhds [TopologicalSpace α] [SecondCountableTopologyEither α E] [OpensMeasurableSpace α] {μ : Measure α} [IsLocallyFiniteMeasure μ] {f : α → E} (hf : Continuous f) (a : α) : IntegrableAtFilter f (𝓝 a) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ioc a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
by_cases hab : a ≤ b
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.677_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case pos α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hab : a ≤ b ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ioc a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← Ioc_union_left hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr ha.lt_top), and_true_iff]
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := by by_cases hab : a ≤ b ·
Mathlib.MeasureTheory.Integral.IntegrableOn.677_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hab : ¬a ≤ b ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ioc a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [Icc_eq_empty hab, Ioc_eq_empty]
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := by by_cases hab : a ≤ b · rw [← Ioc_union_left hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr ha.lt_top), and_true_iff] ·
Mathlib.MeasureTheory.Integral.IntegrableOn.677_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hab : ¬a ≤ b ⊢ ¬a < b
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
contrapose! hab
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := by by_cases hab : a ≤ b · rw [← Ioc_union_left hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr ha.lt_top), and_true_iff] · rw [Icc_eq_empty hab, Ioc_eq_...
Mathlib.MeasureTheory.Integral.IntegrableOn.677_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hab : a < b ⊢ a ≤ b
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact hab.le
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := by by_cases hab : a ≤ b · rw [← Ioc_union_left hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr ha.lt_top), and_true_iff] · rw [Icc_eq_empty hab, Ioc_eq_...
Mathlib.MeasureTheory.Integral.IntegrableOn.677_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc' (ha : μ {a} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ico a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
by_cases hab : a ≤ b
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.687_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case pos α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ hab : a ≤ b ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ico a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← Ico_union_right hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff]
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := by by_cases hab : a ≤ b ·
Mathlib.MeasureTheory.Integral.IntegrableOn.687_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ hab : ¬a ≤ b ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ico a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [Icc_eq_empty hab, Ico_eq_empty]
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := by by_cases hab : a ≤ b · rw [← Ico_union_right hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff] ·
Mathlib.MeasureTheory.Integral.IntegrableOn.687_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ hab : ¬a ≤ b ⊢ ¬a < b
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
contrapose! hab
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := by by_cases hab : a ≤ b · rw [← Ico_union_right hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff] · rw [Icc_eq_empty hab, Ico_eq...
Mathlib.MeasureTheory.Integral.IntegrableOn.687_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ hab : a < b ⊢ a ≤ b
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact hab.le
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := by by_cases hab : a ≤ b · rw [← Ico_union_right hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff] · rw [Icc_eq_empty hab, Ico_eq...
Mathlib.MeasureTheory.Integral.IntegrableOn.687_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico' (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ ⊢ IntegrableOn f (Ico a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
by_cases hab : a < b
theorem integrableOn_Ico_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.697_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ico_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case pos α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hab : a < b ⊢ IntegrableOn f (Ico a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← Ioo_union_left hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr ha.lt_top), and_true_iff]
theorem integrableOn_Ico_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ := by by_cases hab : a < b ·
Mathlib.MeasureTheory.Integral.IntegrableOn.697_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ico_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hab : ¬a < b ⊢ IntegrableOn f (Ico a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [Ioo_eq_empty hab, Ico_eq_empty hab]
theorem integrableOn_Ico_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ := by by_cases hab : a < b · rw [← Ioo_union_left hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr ha.lt_top), and_true_iff] ·
Mathlib.MeasureTheory.Integral.IntegrableOn.697_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ico_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ ⊢ IntegrableOn f (Ioc a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
by_cases hab : a < b
theorem integrableOn_Ioc_iff_integrableOn_Ioo' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.705_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ioc_iff_integrableOn_Ioo' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case pos α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ hab : a < b ⊢ IntegrableOn f (Ioc a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← Ioo_union_right hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff]
theorem integrableOn_Ioc_iff_integrableOn_Ioo' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ := by by_cases hab : a < b ·
Mathlib.MeasureTheory.Integral.IntegrableOn.705_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ioc_iff_integrableOn_Ioo' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
case neg α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ hab : ¬a < b ⊢ IntegrableOn f (Ioc a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [Ioo_eq_empty hab, Ioc_eq_empty hab]
theorem integrableOn_Ioc_iff_integrableOn_Ioo' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ := by by_cases hab : a < b · rw [← Ioo_union_right hab, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff] ·
Mathlib.MeasureTheory.Integral.IntegrableOn.705_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ioc_iff_integrableOn_Ioo' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α ha : ↑↑μ {a} ≠ ⊤ hb : ↑↑μ {b} ≠ ⊤ ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [integrableOn_Icc_iff_integrableOn_Ioc' ha, integrableOn_Ioc_iff_integrableOn_Ioo' hb]
theorem integrableOn_Icc_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioo a b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.713_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioo' (ha : μ {a} ≠ ∞) (hb : μ {b} ≠ ∞) : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ ⊢ IntegrableOn f (Ici b) ↔ IntegrableOn f (Ioi b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← Ioi_union_left, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff]
theorem integrableOn_Ici_iff_integrableOn_Ioi' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ici b) μ ↔ IntegrableOn f (Ioi b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.718_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ici_iff_integrableOn_Ioi' (hb : μ {b} ≠ ∞) : IntegrableOn f (Ici b) μ ↔ IntegrableOn f (Ioi b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝³ : MeasurableSpace α inst✝² : NormedAddCommGroup E inst✝¹ : PartialOrder α inst✝ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α hb : ↑↑μ {b} ≠ ⊤ ⊢ IntegrableOn f (Iic b) ↔ IntegrableOn f (Iio b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [← Iio_union_right, integrableOn_union, eq_true (integrableOn_singleton_iff.mpr <| Or.inr hb.lt_top), and_true_iff]
theorem integrableOn_Iic_iff_integrableOn_Iio' (hb : μ {b} ≠ ∞) : IntegrableOn f (Iic b) μ ↔ IntegrableOn f (Iio b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.724_0.qIpN2P2TD1gUH4J
theorem integrableOn_Iic_iff_integrableOn_Iio' (hb : μ {b} ≠ ∞) : IntegrableOn f (Iic b) μ ↔ IntegrableOn f (Iio b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ ↑↑μ {a} ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [measure_singleton]
theorem integrableOn_Icc_iff_integrableOn_Ioc : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := integrableOn_Icc_iff_integrableOn_Ioc' (by
Mathlib.MeasureTheory.Integral.IntegrableOn.732_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ 0 ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact ENNReal.zero_ne_top
theorem integrableOn_Icc_iff_integrableOn_Ioc : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ := integrableOn_Icc_iff_integrableOn_Ioc' (by rw [measure_singleton];
Mathlib.MeasureTheory.Integral.IntegrableOn.732_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioc : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioc a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ ↑↑μ {b} ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [measure_singleton]
theorem integrableOn_Icc_iff_integrableOn_Ico : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := integrableOn_Icc_iff_integrableOn_Ico' (by
Mathlib.MeasureTheory.Integral.IntegrableOn.737_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ 0 ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact ENNReal.zero_ne_top
theorem integrableOn_Icc_iff_integrableOn_Ico : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ := integrableOn_Icc_iff_integrableOn_Ico' (by rw [measure_singleton];
Mathlib.MeasureTheory.Integral.IntegrableOn.737_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ico : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ico a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ ↑↑μ {a} ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [measure_singleton]
theorem integrableOn_Ico_iff_integrableOn_Ioo : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ := integrableOn_Ico_iff_integrableOn_Ioo' (by
Mathlib.MeasureTheory.Integral.IntegrableOn.742_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ico_iff_integrableOn_Ioo : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ 0 ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact ENNReal.zero_ne_top
theorem integrableOn_Ico_iff_integrableOn_Ioo : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ := integrableOn_Ico_iff_integrableOn_Ioo' (by rw [measure_singleton];
Mathlib.MeasureTheory.Integral.IntegrableOn.742_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ico_iff_integrableOn_Ioo : IntegrableOn f (Ico a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ ↑↑μ {b} ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [measure_singleton]
theorem integrableOn_Ioc_iff_integrableOn_Ioo : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ := integrableOn_Ioc_iff_integrableOn_Ioo' (by
Mathlib.MeasureTheory.Integral.IntegrableOn.747_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ioc_iff_integrableOn_Ioo : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ 0 ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact ENNReal.zero_ne_top
theorem integrableOn_Ioc_iff_integrableOn_Ioo : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ := integrableOn_Ioc_iff_integrableOn_Ioo' (by rw [measure_singleton];
Mathlib.MeasureTheory.Integral.IntegrableOn.747_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ioc_iff_integrableOn_Ioo : IntegrableOn f (Ioc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ IntegrableOn f (Icc a b) ↔ IntegrableOn f (Ioo a b)
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [integrableOn_Icc_iff_integrableOn_Ioc, integrableOn_Ioc_iff_integrableOn_Ioo]
theorem integrableOn_Icc_iff_integrableOn_Ioo : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioo a b) μ := by
Mathlib.MeasureTheory.Integral.IntegrableOn.752_0.qIpN2P2TD1gUH4J
theorem integrableOn_Icc_iff_integrableOn_Ioo : IntegrableOn f (Icc a b) μ ↔ IntegrableOn f (Ioo a b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ ↑↑μ {b} ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [measure_singleton]
theorem integrableOn_Ici_iff_integrableOn_Ioi : IntegrableOn f (Ici b) μ ↔ IntegrableOn f (Ioi b) μ := integrableOn_Ici_iff_integrableOn_Ioi' (by
Mathlib.MeasureTheory.Integral.IntegrableOn.757_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ici_iff_integrableOn_Ioi : IntegrableOn f (Ici b) μ ↔ IntegrableOn f (Ioi b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ 0 ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact ENNReal.zero_ne_top
theorem integrableOn_Ici_iff_integrableOn_Ioi : IntegrableOn f (Ici b) μ ↔ IntegrableOn f (Ioi b) μ := integrableOn_Ici_iff_integrableOn_Ioi' (by rw [measure_singleton];
Mathlib.MeasureTheory.Integral.IntegrableOn.757_0.qIpN2P2TD1gUH4J
theorem integrableOn_Ici_iff_integrableOn_Ioi : IntegrableOn f (Ici b) μ ↔ IntegrableOn f (Ioi b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ ↑↑μ {b} ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
rw [measure_singleton]
theorem integrableOn_Iic_iff_integrableOn_Iio : IntegrableOn f (Iic b) μ ↔ IntegrableOn f (Iio b) μ := integrableOn_Iic_iff_integrableOn_Iio' (by
Mathlib.MeasureTheory.Integral.IntegrableOn.762_0.qIpN2P2TD1gUH4J
theorem integrableOn_Iic_iff_integrableOn_Iio : IntegrableOn f (Iic b) μ ↔ IntegrableOn f (Iio b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
α : Type u_1 β : Type u_2 E : Type u_3 F : Type u_4 inst✝⁴ : MeasurableSpace α inst✝³ : NormedAddCommGroup E inst✝² : PartialOrder α inst✝¹ : MeasurableSingletonClass α f : α → E μ : Measure α a b : α inst✝ : NoAtoms μ ⊢ 0 ≠ ⊤
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import Mathlib.MeasureTheory.Function.L1Space import Mathlib.Analysis.NormedSpace.IndicatorFunction #align_import measure_theory.integral.integrable_on...
exact ENNReal.zero_ne_top
theorem integrableOn_Iic_iff_integrableOn_Iio : IntegrableOn f (Iic b) μ ↔ IntegrableOn f (Iio b) μ := integrableOn_Iic_iff_integrableOn_Iio' (by rw [measure_singleton];
Mathlib.MeasureTheory.Integral.IntegrableOn.762_0.qIpN2P2TD1gUH4J
theorem integrableOn_Iic_iff_integrableOn_Iio : IntegrableOn f (Iic b) μ ↔ IntegrableOn f (Iio b) μ
Mathlib_MeasureTheory_Integral_IntegrableOn
M : Type u_1 a b✝ c✝ : M inst✝ : Mul M h : IsMulCentral a b c : M ⊢ a * (b * c) = b * (a * c)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
simp only [h.comm, h.right_assoc]
@[to_additive] protected theorem left_comm (h : IsMulCentral a) (b c) : a * (b * c) = b * (a * c) := by
Mathlib.GroupTheory.Subsemigroup.Center.69_0.vKbtzx3rREtft3E
@[to_additive] protected theorem left_comm (h : IsMulCentral a) (b c) : a * (b * c) = b * (a * c)
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 a✝ b✝ c : M inst✝ : Mul M h : IsMulCentral c a b : M ⊢ a * b * c = a * c * b
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
simp only [h.right_assoc, h.mid_assoc, h.comm]
@[to_additive] protected theorem right_comm (h : IsMulCentral c) (a b) : a * b * c = a * c * b := by
Mathlib.GroupTheory.Subsemigroup.Center.74_0.vKbtzx3rREtft3E
@[to_additive] protected theorem right_comm (h : IsMulCentral c) (a b) : a * b * c = a * c * b
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a : M ⊢ z₁ * z₂ * a = z₂ * z₁ * a
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.comm]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a : M ⊢ z₂ * z₁ * a = z₂ * (z₁ * a)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.mid_assoc z₂]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a : M ⊢ z₂ * (z₁ * a) = a * z₁ * z₂
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.comm, hz₂.comm]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a : M ⊢ a * z₁ * z₂ = a * (z₁ * z₂)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.right_assoc a z₁]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M b c : M ⊢ z₁ * z₂ * (b * c) = z₁ * (z₂ * (b * c))
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M b c : M ⊢ z₁ * (z₂ * (b * c)) = z₁ * (z₂ * b * c)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.left_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M b c : M ⊢ z₁ * (z₂ * b * c) = z₁ * (z₂ * b) * c
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.left_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M b c : M ⊢ z₁ * (z₂ * b) * c = z₁ * z₂ * b * c
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a c : M ⊢ a * (z₁ * z₂) * c = a * z₁ * z₂ * c
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a c : M ⊢ a * z₁ * z₂ * c = a * z₁ * (z₂ * c)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a c : M ⊢ a * z₁ * (z₂ * c) = a * (z₁ * (z₂ * c))
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a c : M ⊢ a * (z₁ * (z₂ * c)) = a * (z₁ * z₂ * c)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a b : M ⊢ a * b * (z₁ * z₂) = a * b * z₁ * z₂
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.right_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a b : M ⊢ a * b * z₁ * z₂ = a * (b * z₁) * z₂
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.right_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a b : M ⊢ a * (b * z₁) * z₂ = a * (b * z₁ * z₂)
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₂.right_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝¹ inst✝ : Mul M z₁ z₂ : M hz₁ : z₁ ∈ center M hz₂ : z₂ ∈ center M a b : M ⊢ a * (b * z₁ * z₂) = a * (b * (z₁ * z₂))
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [hz₁.mid_assoc]
@[to_additive (attr := simp) add_mem_addCenter] theorem mul_mem_center [Mul M] {z₁ z₂ : M} (hz₁ : z₁ ∈ Set.center M) (hz₂ : z₂ ∈ Set.center M) : z₁ * z₂ ∈ Set.center M where comm a := calc z₁ * z₂ * a = z₂ * z₁ * a := by rw [hz₁.comm] _ = z₂ * (z₁ * a) := by rw [hz₁.mid_assoc z₂] _ = (a * z₁) * z₂ := ...
Mathlib.GroupTheory.Subsemigroup.Center.101_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝ : Semigroup M z : M a : z ∈ center M g : M ⊢ g * z = z * g
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [IsMulCentral.comm a g]
@[to_additive] theorem _root_.Semigroup.mem_center_iff {z : M} : z ∈ Set.center M ↔ ∀ g, g * z = z * g := ⟨fun a g ↦ by
Mathlib.GroupTheory.Subsemigroup.Center.132_0.vKbtzx3rREtft3E
@[to_additive] theorem _root_.Semigroup.mem_center_iff {z : M} : z ∈ Set.center M ↔ ∀ g, g * z = z * g
Mathlib_GroupTheory_Subsemigroup_Center
M : Type u_1 inst✝ : MulOneClass M x✝ : M ⊢ 1 * x✝ = x✝ * 1
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Jireh Loreaux -/ import Mathlib.Algebra.Ring.Defs import Mathlib.Algebra.Group.Commute.Units import Mathlib.Algebra.Invertible.Basic import Mathlib.GroupTheory.Subsemigroup.O...
rw [one_mul, mul_one]
@[to_additive (attr := simp) zero_mem_addCenter] theorem one_mem_center [MulOneClass M] : (1 : M) ∈ Set.center M where comm _ := by
Mathlib.GroupTheory.Subsemigroup.Center.160_0.vKbtzx3rREtft3E
@[to_additive (attr
Mathlib_GroupTheory_Subsemigroup_Center