set notation for vectors of unequal elements

132 Views Asked by At

I am looking for a compact way to represent a group of vectors for which each vector contains no two elements that are the same.

$$\textbf{y} \in R^n \quad | \quad y_i \neq y_j \quad \forall \quad y_i, y_j \in \textbf{y}$$

I believe this part $y_i, y_j \in \textbf{y}$, is not correct, I am looking for some way to represent the meaning of an element of a vector

1

There are 1 best solutions below

4
On BEST ANSWER

what about $\{y\in\Bbb{R}^n| \forall 1 \le i < j \le n, y_i\ne y_j\}$?