Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.maxDegree

{V : Type u_1} → (G : SimpleGraph V) → [Fintype V] → [DecidableRel G.Adj] → ℕ

The maximum degree of all vertices (and 0 if there are no vertices). The key properties of this are given in exists_maximal_degree_vertex, degree_le_maxDegree and maxDegree_le_of_forall_degree_le.

Defined in
Mathlib.Combinatorics.SimpleGraph.Finite
Cited by
19 results in Mathlib
Foundations
Depth 74 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.

Cites8

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

Cited by19

Results whose statement or proof uses this declaration.