Theorems · Theorem · combinatorics
SimpleGraph.Connected.induce_compl_singleton_of_degree_eq_one
∀ {V : Type u_1} {G : SimpleGraph V},
G.Connected → ∀ {v : V} [inst : Fintype ↑(G.neighborSet v)], G.degree v = 1 → (SimpleGraph.induce {v}ᶜ G).ConnectedThe graph resulting from removing a vertex of degree one from a connected graph is connected.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Compl.complstatement and proof · cited by 2,925
- SimpleGraph.Adjproof · cited by 1,346
- SimpleGraph.Walkproof · cited by 915
- SimpleGraph.Walk.supportproof · cited by 307
- SimpleGraph.neighborSetstatement and proof · cited by 257
- SimpleGraph.Walk.lengthproof · cited by 212
- Set.mem_singleton_iffproof · cited by 172
- SimpleGraph.Walk.IsPathproof · cited by 140
Cited by1
Results whose statement or proof uses this declaration.