Theorems · Theorem · combinatorics
SimpleGraph.IsAcyclic.comap
∀ {V : Type u_1} {V' : Type u_2} {G : SimpleGraph V} {G' : SimpleGraph V'} (f : G →g G'),
Function.Injective ⇑f → G'.IsAcyclic → G.IsAcyclicA graph that has an injective homomorphism to an acyclic graph is acyclic.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- SimpleGraph.Walkproof · cited by 915
- SimpleGraph.Homstatement and proof · cited by 139
- SimpleGraph.IsAcyclicstatement and proof · cited by 67
- SimpleGraph.Walk.mapproof · cited by 66
- SimpleGraph.Walk.IsCycle.mapproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- SimpleGraph.IsAcyclic.embeddingproof · cited by 3
- SimpleGraph.IsAcyclic.antiproof · cited by 3
- SimpleGraph.IsAcyclic.isTree_connectedComponentproof · cited by 0
- SimpleGraph.IsAcyclic.subgraphproof · cited by 0