Theorems · Theorem · combinatorics
SimpleGraph.isContained_congr
∀ {V : Type u_1} {W : Type u_2} {α : Type u_4} {β : Type u_5} {G : SimpleGraph V} {H : SimpleGraph W}
{A : SimpleGraph α} {B : SimpleGraph β} (e₁ : A ≃g H) (e₂ : B ≃g G), A.IsContained B ↔ H.IsContained GIf A ≃g H and B ≃g G then A is contained in B if and only if H is contained
in G.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.Isostatement and proof · cited by 99
- SimpleGraph.IsContainedstatement · cited by 68
- SimpleGraph.Iso.symmproof · cited by 34
- SimpleGraph.IsContained.transproof · cited by 9
- SimpleGraph.Iso.toCopyproof · cited by 7
- SimpleGraph.IsContained.trans'proof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- SimpleGraph.free_congrproof · cited by 4
- SimpleGraph.isContained_congr_leftproof · cited by 1
- SimpleGraph.isContained_congr_rightproof · cited by 1
- SimpleGraph.isContained_of_card_edgeFinsetproof · cited by 0
- SimpleGraph.cliqueFree_iff_top_freeproof · cited by 0