Mathlib Map

Theorems · Inductive type · combinatorics

SimpleGraph.Connected

{V : Type u} → SimpleGraph V → Prop

A graph is connected if it's preconnected and contains at least one vertex. This follows the convention observed by mathlib that something is connected iff it has exactly one connected component. There is a CoeFun instance so that h u v can be used instead of h.Preconnected u v.

Defined in
Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
Cited by
75 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms

Around this declaration

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

Cites1

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

Cited by81

Results whose statement or proof uses this declaration.