Theorems · Theorem · combinatorics
SimpleGraph.ComponentCompl.mem_of_adj
∀ {V : Type u} {G : SimpleGraph V} {K : Set V} {C : G.ComponentCompl K} (c d : V), c ∈ C → d ∉ K → G.Adj c d → d ∈ CAny vertex adjacent to a vertex of C and not lying in K must lie in C.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, 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.
- Setstatement and proof · cited by 53,352
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.Adj.symmproof · cited by 66
- SimpleGraph.ComponentComplstatement and proof · cited by 29
- SimpleGraph.Adj.reachableproof · cited by 17
- SimpleGraph.componentComplMkproof · cited by 15
- SimpleGraph.ConnectedComponent.eqproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.ComponentCompl.exists_adj_boundary_pairproof · cited by 0