Skip to content

Commit

Permalink
Merge branch 'matroid_circuit' of https://github.com/leanprover-commu…
Browse files Browse the repository at this point in the history
…nity/mathlib4 into matroid_circuit
  • Loading branch information
apnelson1 committed Jan 23, 2025
2 parents 4cf4f97 + a1fc263 commit 9827e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Data/Matroid/Circuit.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In matroids arising from graphs, circuits correspond to graphical cycles.
# Main Declarations
* `Matroid.Circuit C` means that `C` is minimally dependent in `M`.
* `Matroid.Circuit M C` means that `C` is minimally dependent in `M`.
-/

variable {α : Type*} {M : Matroid α} {C C' I X Y R : Set α} {e f x y : α}
Expand Down

0 comments on commit 9827e09

Please sign in to comment.