Theorems · Theorem · combinatorics
SimpleGraph.induce_connected_of_patches
∀ {V : Type u} {G : SimpleGraph V} {s : Set V},
∀ u ∈ s,
(∀ {v : V},
v ∈ s → ∃ s' ⊆ s, ∃ (hu' : u ∈ s') (hv' : v ∈ s'), (SimpleGraph.induce s' G).Reachable ⟨u, hu'⟩ ⟨v, hv'⟩) →
(SimpleGraph.induce s G).Connected- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Reachablestatement and proof · cited by 141
- SimpleGraph.inducestatement and proof · cited by 80
- SimpleGraph.Connectedstatement · cited by 75
- SimpleGraph.Embedding.toHomproof · cited by 17
- SimpleGraph.Reachable.mapproof · cited by 14
- SimpleGraph.connected_iff_exists_forall_reachableproof · cited by 6
- SimpleGraph.induceHomOfLEproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.induce_sUnion_connected_of_pairwise_not_disjointproof · cited by 0
- SimpleGraph.extend_finset_to_connectedproof · cited by 0