Is there some compact notation for saying "all the elements of a set"?

99 Views Asked by At

Is there some compact notation for saying "all the elements of a set"?

Just trying to save time and be concise really when:

$\forall x\in S:P(x)$ is a bit long-winded to some potential alternative:

$P(\bar S)$

1

There are 1 best solutions below

0
On BEST ANSWER

Sometimes people define $P(S)$ to mean $\forall x\in S, P(x)$. If you explicitly define it this way, then you can use it this way.