Theorems · Theorem · probability
ProbabilityTheory.uniformOn_inter
∀ {Ω : Type u_1} [inst : MeasurableSpace Ω] [MeasurableSingletonClass Ω] {s t u : Set Ω},
s.Finite →
(ProbabilityTheory.uniformOn s) (t ∩ u) =
(ProbabilityTheory.uniformOn (s ∩ t)) u * (ProbabilityTheory.uniformOn s) t- Defined in
- Mathlib.Probability.UniformOn
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- one_mulproof · cited by 2,841
- mul_commproof · cited by 2,262
- Set.Finitestatement and proof · cited by 1,814
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
- LT.lt.neproof · cited by 872
- MeasurableSingletonClassstatement and proof · cited by 230
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.uniformOn_inter'proof · cited by 0