Theorems · Definition · combinatorics
SimpleGraph.ConnectedComponent.recOn
{V : Type u} →
{G : SimpleGraph V} →
{motive : G.ConnectedComponent → Sort u_1} →
(c : G.ConnectedComponent) →
(f : (v : V) → motive (G.connectedComponentMk v)) →
(∀ (u v : V) (p : G.Walk u v), p.IsPath → ⋯ ▸ f u = f v) → motive cThis is Quot.recOn specialized to connected components.
For convenience, it strengthens the assumptions in the hypothesis
to provide a path between the vertices.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.IsPathstatement and proof · cited by 140
- SimpleGraph.ConnectedComponentstatement and proof · cited by 86
- SimpleGraph.connectedComponentMkstatement and proof · cited by 40
- SimpleGraph.ConnectedComponent.soundstatement · cited by 9
- SimpleGraph.Walk.reachablestatement · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.