Explanation of Set Notation

179 Views Asked by At

In a set, for example the following one

$$\{{(x_{1},x_{2}) \in \mathbb{R}^{2}}|x_{1}+x_{2}=1\}$$

does the notation $(x_{1},x_{2}) \in \mathbb{R}^{2}$ means that $x_{1}$ and $x_{2}$ are points in $\mathbb{R}^{2}$ space or it means that they are the coordinates of the points in that space?

For example if I have two points $p_{1}=(px_{1},py_{1})$ and $p_{2}=(px_{2},py_{2})$ in $\mathbb{R}^{2}$ does it mean that

$$px_{1}+py_{1}=1$$

or that

$$p_{1}+p_{2}=1$$

3

There are 3 best solutions below

0
On BEST ANSWER

The set $$\Big\{ (x_1,x_2)\in\mathbb{R}^2\mid x_1+x_2=1\Big\}$$ considers all points in $\mathbb{R}^2$ (that is, ordered pairs with real coordinates) such that they obey a property (in this case, the sum of their coordinates is $1$).

For example, point $\left(\dfrac12, \dfrac12\right)$ belongs to such set, because $\dfrac12 + \dfrac12 = 1$.

If you consider the set of points in $ \mathbb{R}^2 $ that do not obey this property, you can write $$ \Big\{ (x_1,x_2)\in\mathbb{R}^2\mid x_1+x_2\neq1\Big\}.$$

1
On

Set builder notation, like what you are asking about here, is usually in the form of $\{x\in S | \phi(x)\}$, where the elements of the set are of the form $x$, they belong to the ambient set $S$, and they all satisfy the formula $\phi(x)$.

Here, our set reads $\{(x_1,x_2)\in\mathbb{R}^2 | x_1+x_2=1\}$. Our elements are ordered pairs, belonging to $\mathbb{R}^2$, with the property that their sum of the coordinates is $1$.

0
On

$x=(x_1,x_2)$ is an ordered pair. In $\mathbb{R}^2$ you need two linear independent vectors $e_1,e_2\in \mathbb{R^2}$ to describe some arbitrary vector like $x$. The notation can be interpreted as the coefficients needed to reach $x$ using your linear independent vectors, meaning $$x=(x_1,x_2)=x_1 e_1+x_2 e_2.$$

Here $x_1$ and $x_2$ are from $\mathbb{R}$ (or whatever field you use to make $\mathbb{R^2}$) and $(x_1,x_2)\in \mathbb{R}^2$. $(x_1,x_2)$ is a single point in $\mathbb{R^2}$.