File tree Expand file tree Collapse file tree
Mathlib/Algebra/BigOperators/Group/Finset Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ In this file we prove theorems about products and sums indexed by a `Finset`.
1717
1818@[expose] public section
1919
20- -- TODO: assert_not_exists AddCommMonoidWithOne
20+ assert_not_exists AddCommMonoidWithOne
2121assert_not_exists MonoidWithZero MulAction IsOrderedMonoid
2222assert_not_exists Finset.preimage Finset.sigma Fintype.piFinset
2323assert_not_exists Finset.piecewise Set.indicator MonoidHom.coeFn Function.support IsSquare
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ See the documentation of `to_additive.attr` for more information.
4444
4545@[expose] public section
4646
47- -- TODO
48- -- assert_not_exists AddCommMonoidWithOne
47+ assert_not_exists AddCommMonoidWithOne
4948assert_not_exists MonoidWithZero
5049assert_not_exists MulAction
5150assert_not_exists IsOrderedMonoid
You can’t perform that action at this time.
0 commit comments