mathlib icon indicating copy to clipboard operation
mathlib copied to clipboard

feat(combinatorics/simple_graph/basic): Graph construction from edges

Open VArtem opened this issue 3 years ago • 0 comments

This PR adds ways to construct a simple_graph from the set or finset of edges. It can further simplify the addition/deletion of edges from a graph. It also enables the induction on the edges of the graph using finset induction.


Open in Gitpod

VArtem avatar Sep 28 '22 23:09 VArtem