Theorems · Theorem · measure theory
MeasureTheory.inducedOuterMeasure_preimage
∀ {α : Type u_1} {P : Set α → Prop} {m : (s : Set α) → P s → ENNReal} {P0 : P ∅} {m0 : m ∅ P0 = 0}
(PU : ∀ ⦃f : ℕ → Set α⦄, (∀ (i : ℕ), P (f i)) → P (⋃ i, f i)),
(∀ ⦃f : ℕ → Set α⦄ (hm : ∀ (i : ℕ), P (f i)), m (⋃ i, f i) ⋯ ≤ ∑' (i : ℕ), m (f i) ⋯) →
(∀ ⦃s₁ s₂ : Set α⦄ (hs₁ : P s₁) (hs₂ : P s₂), s₁ ⊆ s₂ → m s₁ hs₁ ≤ m s₂ hs₂) →
∀ (f : α ≃ α) (Pm : ∀ (s : Set α), P (⇑f ⁻¹' s) ↔ P s),
(∀ (s : Set α) (hs : P s), m (⇑f ⁻¹' s) ⋯ = m s hs) →
∀ {A : Set α},
(MeasureTheory.inducedOuterMeasure m P0 m0) (⇑f ⁻¹' A) = (MeasureTheory.inducedOuterMeasure m P0 m0) A- Cited by
- 1 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- ENNRealstatement and proof · cited by 9,879
- Equivstatement and proof · cited by 8,337
- Set.preimagestatement and proof · cited by 4,946
- Set.iUnionstatement and proof · cited by 2,483
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- iInfproof · cited by 1,690
- tsumstatement and proof · cited by 1,148
- Equiv.injectiveproof · cited by 464
- MeasureTheory.OuterMeasurestatement · cited by 287
- iInf_congr_Propproof · cited by 218
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Content.outerMeasure_preimageproof · cited by 2