Theorems · Definition · combinatorics
SimpleGraph.comap
{V : Type u_1} → {W : Type u_2} → (V → W) → SimpleGraph W → SimpleGraph VGiven a function, there is a contravariant induced map on graphs by pulling back the
adjacency relation.
This is one of the ways of creating induced graphs. See SimpleGraph.induce for a wrapper.
This is surjective when f is injective (see SimpleGraph.comap_surjective).
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Maps
- Cited by
- 29 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjproof · cited by 1,346
Cited by37
Results whose statement or proof uses this declaration.
- SimpleGraph.induceproof · cited by 80
- SimpleGraph.completeEquipartiteGraphproof · cited by 12
- SimpleGraph.completeMultipartiteGraphproof · cited by 11
- Equiv.simpleGraphproof · cited by 4
- SimpleGraph.Hom.le_comapstatement · cited by 3
- SimpleGraph.comap_adjstatement · cited by 3
- SimpleGraph.comap_map_eqstatement · cited by 3
- SimpleGraph.map_le_iff_le_comapstatement and proof · cited by 3
- SimpleGraph.Iso.comapstatement · cited by 2
- SimpleGraph.comap_symmstatement · cited by 2
- SimpleGraph.comap_topstatement · cited by 2
- SimpleGraph.Embedding.comapstatement · cited by 2