Theorems · Theorem · probability
SimpleGraph.binomialRandom_apply
∀ {V : Type u_1} (p : ↑unitInterval) [Countable V] (S : Set (SimpleGraph V)),
(SimpleGraph.binomialRandom V p) S =
(MeasureTheory.Measure.infinitePi fun e =>
(unitInterval.toNNReal p • MeasureTheory.Measure.dirac ¬e.IsDiag) +
unitInterval.toNNReal (unitInterval.symm p) • MeasureTheory.Measure.dirac False)
((fun G e => e ∈ G.edgeSet) '' S)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Realstatement · cited by 25,697
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.Elemstatement and proof · cited by 7,166
- Set.imagestatement and proof · cited by 5,609
- NNRealstatement · cited by 4,310
- SimpleGraphstatement and proof · cited by 3,072
- Sym2statement and proof · cited by 737
- Countablestatement and proof · cited by 633
- unitIntervalstatement and proof · cited by 607
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.