3
$\begingroup$

I have an idea about how to do this. I've seen this before so this is what I think. Is this how you refer to a single element in a set?

$a = \{5, 7, 3, 4\};a_2 = 7$

Is this correct?

  • 1
    If $a=[5,7,3,4]$ was$a$**list**, then $a_2=7$ is good notation. However, as Vika points out, sets are unordered so referring to the "second element in the set" makes no sense.2012-02-11

1 Answers 1

2

You can just refer to it as 7. To say 7 is an element of the set, we write $7 \in \{5,7,3,4 \}$. Usually the order you write elements of sets in doesn't matter.

You can have very big (uncountable) sets where it is not easy to assign a number to each element of the set, for example the set of real numbers (i.e. decimal numbers) $\mathbb{R}$. So there is no (immediate) sensible idea of a "2nd element" of this set, but there is for your example.

  • 0
    I should add for posterity that if you know a bit about ordinals and cardinals, it is possible to enumerate sets like $\mathbb{R}$ in such a way that every element can be put into a linear order (i.e. given any number there is a 'next' number, with no other number appearing between those two).2012-06-02