Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.isBridge_iff_not_isEdgeReachable_two

∀ {V : Type u_1} {G : SimpleGraph V} {u v : V}, G.Adj u v → (G.IsBridge s(u, v) ↔ ¬G.IsEdgeReachable 2 u v)

An edge is a bridge iff its endpoints are not 2-edge-reachable. The forward direction of this is true without assuming u and v are adjacent. See IsBridge.not_isEdgeReachable_two.

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

Around this declaration

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

Cites18

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.