Documentation

Mathlib.Data.Countable.Small

All countable types are small. #

That is, any countable type is equivalent to a type in any universe.

@[instance 100]
instance Countable.toSmall (α : Type v) [Countable α] :
@[deprecated Countable.toSmall]
theorem small_of_countable (α : Type v) [Countable α] :

Alias of Countable.toSmall.

@[deprecated Countable.toSmall]
theorem small_of_fintype (α : Type v) [Countable α] :

Alias of Countable.toSmall.