Theorems · Theorem · combinatorics
SimpleGraph.Iso.map_adj_iff
∀ {V : Type u_1} {W : Type u_2} {G : SimpleGraph V} {G' : SimpleGraph W} (f : G ≃g G') {v w : V},
G'.Adj (f v) (f w) ↔ G.Adj v w- Defined in
- Mathlib.Combinatorics.SimpleGraph.Maps
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- SimpleGraph.Isostatement and proof · cited by 99
- RelIso.map_rel_iffproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.Iso.map_mem_edgeSet_iffproof · cited by 1
- SimpleGraph.Iso.apply_mem_neighborSet_iffproof · cited by 0