Theorems · Theorem · combinatorics
SimpleGraph.free_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.Free B ↔ H.Free GIf A ≃g H and B ≃g G then B is A-free if and only if G is H-free.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- 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.
Cites5
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
- Iff.notproof · cited by 489
- SimpleGraph.Isostatement and proof · cited by 99
- SimpleGraph.Freestatement · cited by 39
- SimpleGraph.isContained_congrproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- SimpleGraph.extremalNumber_of_fintypeCard_eqproof · cited by 3
- SimpleGraph.zarankiewicz_of_fintypeCard_eqproof · cited by 2
- SimpleGraph.free_congr_leftproof · cited by 1
- SimpleGraph.free_congr_rightproof · cited by 1