Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Connected.connected_delete_edge_of_not_isBridge

∀ {V : Type u} {G : SimpleGraph V}, G.Connected → ∀ {x y : V}, ¬G.IsBridge s(x, y) → (G.deleteEdges {s(x, y)}).Connected

Deleting a non-bridge edge from a connected graph preserves connectedness.

Defined in
Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
Cited by
2 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites25

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

Cited by2

Results whose statement or proof uses this declaration.