Commit 2024-11-11 16:21 f7bf492f
View on Github →feat(Data/Matroid/Closure): Spanning sets in matroids (#18129)
We continue to build the API for matroid closure by defining a predicate Matroid.Spanning
stating that a set X
spans the ground set, or equivalently that X
contains a base.
We also state a couple of dozen API lemmas for this notion.