Skip to content

Commit 8736628

Browse files
committed
feat(Combinatorics/SimpleGraph/Connectivity/Subgraph): add docstring to toSubgraph
1 parent 5795c44 commit 8736628

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Combinatorics/SimpleGraph/Connectivity/Subgraph.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ namespace ConnectedComponent
125125

126126
variable (C : G.ConnectedComponent)
127127

128+
/-- The induced subgraph of a connected component. -/
128129
def toSubgraph : G.Subgraph :=
129130
Subgraph.induce ⊤ C.supp
130131

0 commit comments

Comments
 (0)