Theorems · Definition · combinatorics
SimpleGraph.Copy.mapNeighborSet
{α : Type u_4} →
{β : Type u_5} →
{A : SimpleGraph α} → {B : SimpleGraph β} → (f : A.Copy B) → (a : α) → ↑(A.neighborSet a) ↪ ↑(B.neighborSet (f a))A copy induces an embedding of neighbor sets.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Function.Embeddingstatement · cited by 988
- SimpleGraph.neighborSetstatement and proof · cited by 257
- SimpleGraph.Copystatement and proof · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Copy.degree_leproof · cited by 1