Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.Subgraph.coeNeighborSetEquiv

{V : Type u} →
  {G : SimpleGraph V} → {G' : G.Subgraph} → (v : ↑G'.verts) → ↑(G'.coe.neighborSet v) ≃ ↑(G'.neighborSet ↑v)

A subgraph as a graph has equivalent neighbor sets.

Defined in
Mathlib.Combinatorics.SimpleGraph.Subgraph
Cited by
1 results in Mathlib
Foundations
Depth 12 from the axioms · uses no axioms

Around this declaration

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

Cites9

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

Cited by1

Results whose statement or proof uses this declaration.