V0ODO0CH1LD said:
I've been thinking about some common properties of mathematical objects and I've been wondering if they are redundant. Like:
Aren't all associative operations also closed under a set?
Doesn't the existence of inverses imply the existence of an identity element?
So that stating associativity and the existence of inverses imply closure and the existence of an identity element, respectively?
Are there any other redundant properties like that?
I've been thinking about these things too in the past few days, especially in the context of definitions of the term "group". (I've been cleaning up some notes). This is how I define "group" in my notes:
Definition: A pair ##(G,\star)## such that ##\star## is a binary operation on ##G## is said to be a
group if
(1) ##\star## is associative.
(2) ##\star## has an identity.
(3) Every element of G has an inverse.
There's no need for an explicit closure axiom here, because a binary operation on ##G## is by definition a function from ##G\times G## into ##G##. A subset ##S\subseteq G## is said to be
closed under ##\star##, if ##x\star y\in S## for all ##x,y\in S##. So it follows immediately from the definitions that if ##\star## is a binary operation on ##G##, then ##G## is closed under ##\star##.
This means that there actually
is a closure axiom in the definition, because the definition is really saying this:
A pair ##(G,\star)## is said to be a
group if
(0) ##\star## is a binary operation on ##G##.
(1) ##\star## is associative.
(2) ##\star## has an identity.
(3) Every element of ##G## has an inverse.
It's not one of the numbered axioms (in the first definition), but it still makes sense to view it as an axiom. However, when one speaks of "the axioms in definition blah-blah" (I think) one usually means only the statements on the numbered list.
Assuming that you define "identity" and "inverse" the same way I do, the statement "Every element of ##G## has an inverse (with respect to ##\star##)" implies that ##\star## has an identity, if and only if ##G\neq\varnothing##. So my definition is NOT equivalent to this:
A pair ##(G,\star)## such that ##\star## is a binary operation on ##G## is said to be a
group if
(1) ##\star## is associative.
(2) Every element of G has an inverse.
The only problem with this definition is that it makes ##(\varnothing,\varnothing)## a group. This loophole can be plugged by specifying that ##G## is non-empty. So my definition
is equivalent to this:
A pair ##(G,\star)## such that ##G## is a non-empty set and ##\star## is a binary operation on ##G## is said to be a
group if
(1) ##\star## is associative.
(2) Every element of G has an inverse.
The (numbered) axioms in my definition imply all of the following seven statements about a pair ##(G,\star)## such that ##\star## is a binary operation on ##G##.
(1) ##\star## is associative.
(2) ##\star## has a left identity.
(3) ##\star## has a right identity.
(4) For all ##x\in G##, there's a ##y\in G## such that ##y\star x## is a left identity of ##\star##.
(5) For all ##x\in G##, there's a ##y\in G## such that ##x\star y## is a left identity of ##\star##.
(6) For all ##x\in G##, there's a ##y\in G## such that ##y\star x## is a right identity of ##\star##.
(7) For all ##x\in G##, there's a ##y\in G## such that ##x\star y## is a right identity of ##\star##.
The redundancy in the definition can be described as follows: We only need three of these seven statements. There are four choices of triples of axioms that will work:
(1,2,6)
(1,2,7)
(1,3,4)
(1,3,5)