Commit 2025-02-15 09:16 58f3e390
View on Github →refactor(Limits/Preserves/Finite): review API (#21890)
- Discard unneeded
Subsingleton
instances. Probably, these instances were added when the typeclasses were inType*
. - Require a proof for
Fin _
in the definition, then prove an instance forJ : Type u
. - Assume
Finite _
instead ofFintype _
here and there. - Drop some no longer needed
Nonempty
wrappers.