feat(Mathlib/Data/Finite/Subtype): Subtype of elements not equal to a term is finite iff type is finite#39568
Conversation
… term is finite iff type is finite
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 8fa788b640Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
… term is finite iff type is finite
|
This PR/issue depends on: |
There was a problem hiding this comment.
Since this only imports the other new file, I wonder if you can just put the contents of this file together with the other and call the file something else that would make sense for both lemmas (maybe Data/Finite/Subtype is fine?)
There was a problem hiding this comment.
I have seen more Option.lean files than Subtype.lean maybe better if it is named Data/Finite/Option.lean?
Subtype of terms not equal to a term is finite iff type is finite.
This is an intermediate result to prove that if a
GroupWithZerois (in)finite then theUnitsare (in)finite.