01 - Intro to the Course, Magma and Groups
Today we talked about:
A magma is a set
Some Examples
Take the set
("projection")- ...
Two Possible Properties
We may want to ask: Is the operation
- associative:
(think of from the integers, parenthesis don't matter, here the operations can be applied in whatever order as long as it's in-order)) - commutativity:
( ) (order doesn't matter)
Looking at the examples above:
- Both (commutative and associative)
- Both
- Both (equivalent to
) - Both (same as (3))
- Not Commutative (since
), but is Associative - Not Commutative (since
), and Not Associative ( vs. , just choose an example where ) - Commutative but not associative
It's actually not too uncommon to find operations that aren't commutative, but the associativity is an important property, since there's only a few operations that really aren't associative (ex: the cross product
A group is a set
must be associative- There must be some identity element
such that for any other element then:
- Every element
has some inverse such that:
Normally we denote
There is some new notation that we'll use temporarily:
Write
for . Then the properties above become:
Example
For instance, all the sets and their associated operations:
Are all valid groups. That's because:- They are all associative (easy to show)
- The identity is
- The inverse is
for each since
Another example is all the sets and their associated operations:
None of these are valid groups. That's because:- They are all associative
- The identity is
for all of them doesn't have an inverse here!
What we do here is just "throw away" the dud which is . If we only consider those sets with removed then: is not a group where each has its inverse- The other groups follow a similar patter (other than
obviously)
Another example is the set of functions from
- Associativity comes from associativity of
- The identity is the zero function
- The inverse of some
is just since
Another example is doing compositions, namely
Here:
- Associativity is definitely here
- Identity is just
- The inverse is the problem! There isn't always an inverse. Namely
has an inverse iff where .