1

Let $X=\{ x\in X: x \text{ satisfies condition } A, x \text{ satisfies condition } B\}$. Does the comma in above set notation mean that $x$ has to statisfy $A$ and $B$ at the same time or only one of those; so that we have: $X$ is the union of $X_A=\{ x \text{ satisfies} A\}$ and $X_B=\{ x \text{ satisfies} B\}$?

Asaf Karagila
  • 393,674

1 Answers1

2

Once you have given a name to your object $x,$ the notation is reserved to this $x$. So you have to read "$X$ is the set of elements $x$ such that this $x$ satisfy condition $A$ and this $x$ satisfy condition $B.$ For example, $$X=\{n\in\mathbb{N}\,:\,n\text{ is even}, n\text{ is odd}\}=\varnothing.$$

Balloon
  • 8,374