Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Iso.maxDegree_eq

∀ {V : Type u_1} {G : SimpleGraph V} {W : Type u_2} {G' : SimpleGraph W} [inst : Fintype V]
  [inst_1 : DecidableRel G.Adj] [inst_2 : Fintype W] [inst_3 : DecidableRel G'.Adj] (f : G ≃g G'),
  G.maxDegree = G'.maxDegree
Defined in
Mathlib.Combinatorics.SimpleGraph.Finite
Cited by
0 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableRelFintypeDecidableRel

Around this declaration

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

Cites16

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.