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' {α : Type u_1} [DecidableEq α] [Fintype α] {n : } :
Equations
instance instFintypeSym {α : Type u_1} [DecidableEq α] [Fintype α] {n : } :
Fintype (Sym α n)
Equations