Theorems · Theorem · measure theory
MeasurableSpace.generateFrom_induction
∀ {α : Type u_1} (C : Set (Set α)) (p : (s : Set α) → MeasurableSet s → Prop),
(∀ t ∈ C, ∀ (ht : MeasurableSet t), p t ht) →
p ∅ ⋯ →
(∀ (t : Set α) (ht : MeasurableSet t), p t ht → p tᶜ ⋯) →
(∀ (s : ℕ → Set α) (hs : ∀ (n : ℕ), MeasurableSet (s n)), (∀ (n : ℕ), p (s n) ⋯) → p (⋃ i, s i) ⋯) →
∀ (s : Set α) (hs : MeasurableSet s), p s hs- Cited by
- 7 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complstatement and proof · cited by 2,925
- Set.iUnionstatement and proof · cited by 2,483
- MeasurableSet.complstatement and proof · cited by 172
- MeasurableSpace.generateFromstatement and proof · cited by 172
- MeasurableSet.iUnionstatement and proof · cited by 81
- MeasurableSpace.GenerateMeasurableproof · cited by 11
- MeasurableSpace.measurableSet_emptystatement and proof · cited by 5
Cited by7
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.Indep.indepSet_of_measurableSetproof · cited by 6
- MeasureTheory.Measure.MeasurableSet.nullMeasurableSet_subtype_coeproof · cited by 4
- MeasurableSpace.measurableSet_generateFrom_memPartition_iffproof · cited by 1
- MeasurableSpace.exists_eq_iUnion_countablyGeneratedAtomproof · cited by 1
- MeasurableSpace.forall_generateFrom_mem_iff_mem_iffproof · cited by 1
- MeasureTheory.Measure.MeasureDense.of_generateFrom_isSetAlgebra_finiteproof · cited by 1
- MeasureTheory.generateFrom_generateSetAlgebra_eqproof · cited by 0