mathlib3 documentation

data.fintype.small

All finite types are small. #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

That is, any α with [fintype α] is equivalent to a type in any universe.

@[protected, instance]
def small_of_fintype (α : Type v) [fintype α] :