Documentation

Mathlib.Data.Fintype.Vector

Vector α n and Sym α n are fintypes when α is. #

instance Vector.fintype {α : Type u_1} [Fintype α] {n : } :
Equations
instance instFintypeSym'OfDecidableEq {α : Type u_1} [DecidableEq α] [Fintype α] {n : } :
Equations
instance instFintypeSymOfDecidableEq {α : Type u_1} [DecidableEq α] [Fintype α] {n : } :
Fintype (Sym α n)
Equations