Write this in set theory notation

elementary-set-theory

In set notation, write a set of all natural numbers greater than 2, excluding every $j^{th}$ element, where $j$ is to be determined.

I so far have
$$ A = \{\forall x\in \mathbb{N},x>2\}$$

However, I am unsure how to write in set notation how to exclude every $j^{th}$ element?

Best Answer

It seems like you want $$\left\{x\in\Bbb N\,:\, x>2\land \forall k\in\Bbb N, x-2\ne jk\right\},$$

where I'm using the set-builder notation $$u\in \{x\in A\,:\, P(x)\}\Leftrightarrow (u\in A\land P(u))$$