I'm learning group theory and I'm trying to consider the "symmetry" of a certain group of natural numbers:
Here's the idea, all natural numbers are comprised of multiples of primes. So a subset would be those comprised of 2 unique primes.
Consider the function:
f(x,y) = xp * yq
where p and q are chosen unique prime numbers and x and y are natural numbers.
can the inputs x and y, with the function itself being thought of as "the operator", (since x*p and y*q is also a condition of the operator *)?
QUESTION 1: My main question is, can the set of (x,y) -> f(x,y) = xp * yq be thought of as a group? If so, what is the inverse function and identity (x,y)?
Does this break down because a function might not necessarily be considered a "binary operation"?
I have a feeling this is much simpler than what I'm making it out to be, my idea is to see what kind of symmetry or other symmetry-like structure(s) that prime numbers have on the generation of the natural numbers.
QUESTION 2: If this isn't a group in group theory, what kind of abstract algebraic structures ought I be looking at?
QUESTION 3: As a side note, can a finite set of 1 - n | (1, 2, 3, n) have a prime number set of "generators"? Are these primes technically group generators, or are they something else entirely different, perhaps named a "set generator"?
So thinking of groups as having something to do with numbers isn't really a great idea. Yes, the integers are an example of a group, but they're a very degenerate / misleading one in a number of ways.
The definition of a group abstracts the idea of a group of symmetries: a group element is a symmetry (or "automorphism") of some other object. A symmetry is something you can do to an object without breaking it. The group axioms basically say that:
Let's talk about why / how the integers form a group: consider the directed graph
$$ \cdots \rightarrow \circ \rightarrow \circ \rightarrow \circ \rightarrow \circ \rightarrow \cdots $$
and note that its symmetries consist of translating each vertex the same number of slots to the left or right. That is the sense in which the integers form a group: they represent translational symmetries. Trying to do any kind of number theory that doesn't have a natural interpretation in terms of translations is going to require you to work with something richer than the additive group of integers; in particular, you're probably going to want to use the ring structure.
Now, if you want to consider the set of numbers that are divisible by, say, 5 and 7 but not by any other prime, we could think about what kind of properties it has. Obviously you can't divide, because for instance 5/7 isn't an integer. You can't add the elements together because 5 + 7 = 12 is divisible by 2 and 3. You can, however, multiply two such numbers together and get another one.
So the set $\{5^a 7^b \; | \; a, b \geq 0 \}$ together with the integer multiplication operation is what's called a monoid -- a set with an associative binary operation and an identity for that operation. I don't know that that tells you anything about that set that you didn't already know, though.
You've asked what the primes are algebraically. They have to do with multiplication, so they have to do with the ring of integers, not just the group of integers. In particular, they're generators of the "prime ideals" of $\mathbb{Z}$.