Skip to content

Commit

Permalink
chore(algebra/big_operators/finprod): remove outdated todo (#9900)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKYi committed Oct 23, 2021
1 parent bd81d55 commit a58ae54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/algebra/big_operators/finprod.lean
Expand Up @@ -61,11 +61,7 @@ The first arguments in all definitions and lemmas is the codomain of the functio
operator. This is necessary for the heuristic in `@[to_additive]`.
See the documentation of `to_additive.attr` for more information.
## Todo
We did not add `is_finite (X : Type) : Prop`, because it is simply `nonempty (fintype X)`.
There is work on `fincard` in the pipeline, which returns the cardinality of `X` if it
is finite, and 0 otherwise.
## Tags
Expand Down

0 comments on commit a58ae54

Please sign in to comment.