1
$\begingroup$

I understand order and repitition of elements does not matter when talking about sets. However, multisets have it so repitition of elements does matter. Is there another specific type of set where order matters?

  • 0
    I've adjusted the tags - "elementary-set-theory" is more appropriate for this type of question, and [descriptive set theory](https://en.wikipedia.org/wiki/Descriptive_set_theory) refers to a specific subfield of mathematical logic.2017-01-21

1 Answers 1

3

A Tuple is a finite ordered list of elements. Multisets do not care about order, just about how many of each element there are, so as multisets $\{1,1,2\}=\{1,2,1\}.$ Sequences can be finite or infinite but care about order.