I am trying to learn basic group theory and I have a basic question.
Groups are defined in terms of a binary operator and and elements along with their inverses. In category theory, Grp denotes this kind of structures. Generally, the binary operation is commutative like + or *. Inverses are defined in terms of this operator and they closely related. (-a or 1/a)
My question is, why elements are defined as a/-a, not just a's? Let me explain. In computation theory perspective, searching fewer elements is always advantageous. Once group elements are defined as a and -a, a search algorithm has to make to pass all elements twice.
Ok, let me build another structure that is very similar but different.
Let (-) be a binary the operator which is not commutative. It is obvious that two minuses would be a + so, f^2 is (+) a different operator.
So, defining a different operator, no need to define inverses in any sense. It is the operator that makes the difference.
This might sound awkward but I see groups as elements and an operator whose order is 2.
Ring are some elements and two operators, one has order 2, the other is 1. Fields are some elements with two operators both having order 2.
I am not trying to convince Math people that this is more finer, I am just looking for alternative theories that defines similar structures of Group Theory.
Any references would be much appreciated.
Edit #1:
$a - b = a - b - (0 - 0)$
$a + b = a - 0 - (0 - b)$
In matrix notation, they may be denoted as:
$ \left( \begin{array}{ccc} a & b \\ 0 & 0 \end{array} \right) $
and
$ \left( \begin{array}{ccc} a & 0 \\ 0 & b \end{array} \right) $
Defined operators above can be used to construct two element set. Yet building a group structure from those two is a question still standing.
Regards.