Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.card_edgeFinset_bipartiteDoubleCover

∀ {V : Type u_1} {G : SimpleGraph V} [inst : Fintype V] [inst_1 : DecidableRel G.Adj],
  G.bipartiteDoubleCover.edgeFinset.card = 2 * G.edgeFinset.card

The bipartite double cover of G has twice the number of edges as G.

Defined in
Mathlib.Combinatorics.SimpleGraph.Bipartite
Cited by
1 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableRel

Around this declaration

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

Cites17

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

Cited by1

Results whose statement or proof uses this declaration.