This is a follow-up to is there a universal group.
I'm curious about whether this holds in NFU (+ pairing, infinity, and choice).
I haven't seen a reference for pairing before, but I'm going to make $(\cdot, \cdot)$ a binary function symbol that takes two arguments of type level $n$ and returns a result also of type level $n$, for the purposes of assessing stratification.
Other than how $(\cdot, \cdot)$ interacts with stratification and the defining property of pairs, $[\forall x y z w]((x, y) = (z, w) \leftrightarrow (x = z \land y = w))$, it has no other properties.
I'm wondering whether all the groups in NFU embed into the group of all bijections.
We know from this answer that NFU can be a little annoying to work with, mostly for reasons related to stratification. Here's the defining formula for the group of all bijections, superscripts are type annotations, intended to make it easier to verify that the formula is stratified.
$F(x)$ expresses that $f$ is a binary relation.
$$ F(x^4) \;\;\text{is}\;\; [\forall z^3 \in x^4][\exists a^3][\exists b^3](z^3 = (a^3, b^3)) $$
$\varphi(x)$ expresses that $x$ is a bijection of the space.
$$ \varphi(x^4) \;\; \text{is}\;\; \\ F(x^4) \land \\ [\forall z^3][\exists! a^3 \in x^4][\exists b^3](a^3 = (b^3, z^3)) \land \\ [\forall z^3][\exists! a^3 \in x^4][\exists b^3](a^3 = (z^3, b^3)) $$
The conjuncts are intended to mean:
- $x$ is a binary relation
- For every element $z$ whatsoever, there exists a unique pair $a$ in $x$, such that the second element of $a$ is z.
- For every element $z$ whatsoever, there exists a unique pair $a$ in $x$, such that the first element of $a$ is z.
Here is my proposed universal group $G$, the set of all bijections of the entire space.
$$ G = \{ x : \varphi(x) \} $$
$G$ exists by stratified comprehension. Does every group embed into it?
My initial thoughts are that every group must because every group is isomorphic to a subgroup of its automorphism group, and those automorphisms can be extended to bijections of the space (at least conceptually).
I'm uncomfortable with working intuitively with NFU though, so I'm wondering whether every group does indeed embed into $G$ (and also whether $G$ is even well-defiend)