camboguy Messages 36 Reaction score 0 Thread starter May 2, 2010 #1 i was confused about what the cardinality of the set {1,2,2,3,3,1,1,1} is? is it 8 or is it 3?
pbandjay Messages 117 Reaction score 0 May 2, 2010 #2 Every element of a set is unique, therefore {1,2,2,3,3,1,1,1} is the same as {1,2,3}.
g_edgar Messages 606 Reaction score 0 May 3, 2010 #3 There is an alternate concept of "multi-set" if you want to take repeats into account.