1

How would I define the set $\Omega_2(x)\ =\ \{4, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, 39\dots\}$, where $\Omega_2$ is the set of semi primes (ie - numbers with $2$ not necessarily distinct prime factors)? I would like to define $\Omega_3$, etc. in a similar way.

I was thinking something along the lines of $\Omega_2(x)\ :=\{\mathbb{P}_p\cdot \mathbb{P}_q\ \rm{s.t}\ p=q\ \vee p \neq q \} $

Update

$\Omega_2 \in \mathbb{N}\ \text{s.t.}\ \Omega_2:=\{\mathbb{P}_p\cdot \mathbb{P}_q\ \rm{s.t.}\ p=q\ \vee p \neq q \}\text{ where } p \wedge q \in \mathbb{N}$

martin
  • 8,998

3 Answers3

5

$$\Omega_k = \underbrace {\mathbb{P}\cdot\mathbb{P}\cdots\mathbb{P}}_{\text{k times}}$$

Here $\mathbb{P}$ is a set of primes and $A \cdot B = \{a \cdot b \mid a \in A, b \in B \}$.

Cameron Buie
  • 102,994
Karolis Juodelė
  • 9,702
  • 1
  • 25
  • 39
3

What's wrong with the definition, "$\Omega_k$ is the set of all products of exactly $k$ not-necessarily-distinct primes"?

Gerry Myerson
  • 179,216
1

Personally, I like Gerry Myerson's suggestion, which is brief, clear, unambiguous, and to the point. But if you really want a pile of notation, you might say:

$$\begin{align}\Omega_0 & = \{1\} \\ \Omega_{i+1} & = \{ n \mid \exists a\in\Omega_i: \exists p\in\Bbb P: n = ap\} \end{align}$$

(I have marked this suggestion community wiki because I don't think it is a good idea.)

MJD
  • 65,394
  • 39
  • 298
  • 580