Mathlib Map

Theorems · Theorem · probability

SimpleGraph.binomialRandom_singleton

∀ {V : Type u_1} (p : ↑unitInterval) [Finite V] (G : SimpleGraph V),
  (SimpleGraph.binomialRandom V p) {G} =
    ↑(unitInterval.toNNReal p) ^ G.edgeSet.ncard *
      ↑(unitInterval.toNNReal (unitInterval.symm p)) ^ ((Nat.card V).choose 2 - G.edgeSet.ncard)
Defined in
Mathlib.Probability.Combinatorics.BinomialRandomGraph.Defs
Cited by
0 results in Mathlib
Foundations
Depth 288 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Finite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites34

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.