Theorems · Theorem · combinatorics
Graph.Compatible.isLink_congr
∀ {α : Type u_1} {β : Type u_2} {e : β} {G H : Graph α β},
e ∈ G.edgeSet → e ∈ H.edgeSet → G.Compatible H → ∀ {x y : α}, G.IsLink e x y ↔ H.IsLink e x y- Defined in
- Mathlib.Combinatorics.Graph.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
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.
- Setstatement · cited by 53,352
- Graphstatement and proof · cited by 242
- Graph.IsLinkstatement · cited by 124
- Graph.edgeSetstatement and proof · cited by 79
- Graph.Compatiblestatement and proof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- Graph.Compatible.edgeSet_infproof · cited by 0