for $a,b \in \mathbb{N}^+$, define: $$ a \circ b = a^b $$ and for any positive integer $n$ define its quadratfrei radical $n^{\sqrt{}}$ (the product of all distinct primes dividing n) by $$ n^{\sqrt{}}= max \{k \in \mathbb{N}^+ \mid (k \mid n) \land (\forall j \lt k, \; j^2 \not \mid k \} $$ we note that: $$ a^{\sqrt{}} = (a \circ b)^{\sqrt{}} $$
let $\mathfrak{P}$ denote the set of primes of $\mathbb{N}$ and define the set of numbers $P$ by the following three rules.
(a) $\mathfrak{P} \subset P$
(b) if $\mathfrak{p} \in \mathfrak{P}$ and $b \in P$ then $\mathfrak{p} \circ b \in P$
(c) if $a,b \in P$ and $(ab)^{\sqrt{}}=a^{\sqrt{}}b^{\sqrt{}}$ then $ab\in P$
the purport of the condition in rule (c) is to require that $a^{\sqrt{}}$ and $b^{\sqrt{}}$ have no prime factor in common.
am i correct in asserting that $P=\mathbb{N}^+ \setminus \{1\}$, and that the formation rules produce a unique representation of every integer $\gt 1$, which uses only prime numbers?
Pick any $n$. By the usual version of the fundamental theorem of arithmetic, there exist distinct primes $a_1, a_2, \ldots, a_r$ and corresponding exponents $b_1, b_2, \ldots, b_r$, so that
$$n=a_1^{b_1} a_2^{b_2} a_3^{b_3} \dots a_r^{b_r}$$
Now, all the $a_i$ are already primes, while some of the $b_i$ may be prime, some may be composite, and some may be $1$. Leave the primes $b_i$ as they stand. Substitute the composite $b_i$ with their expansions by the fundamental theorem. Erase the ones. As an example this could give
$$n=a_1^{b_1} a_2^{c_{21}^{d_{21}} c_{22}^{d_{22}} c_{23}^{d_{23}} \dots c_{2q}^{d_{2q}}} a_3 \dots a_r^{c_{r1}^{d_{r1}} c_{r2}^{d_{r2}} c_{r3}^{d_{r3}} \dots c_{rp}^{d_{rp}}}$$
Now all the remaining $b_i$ are prime, and all the $c_{ij}$ are prime. But some $d_{ij}$ may be composite, and we substitute them, and so on.
It is clear that this process will end, because each component (each prime and each exponent) in the expansion of a composite number is less than that composite number itself.
So eventually we reach in this way a "representation" where all numbers in all "superscript levels" are primes. Was this the representation you wanted to describe?