Groups Flashcards
What does it mean when a property is closed?
An operator * is closed in a set S if for every pair of
elements a and b in S the quantity a*b ∈ S
What does it mean when a property is Associative?
An operator * is associative in a set S if for every three
elements a, b and c in S
(ab)c = a(bc)
What does it mean when a property has an identity?
An operator * has an identity in a set S if there is an
element e in S such that for every element a in S ae = ea = a
What does it mean when a property has an inverse?
An element a in S has an inverse a-1 for an operator * if
aa-1 =a-1a=e
What makes a set a group?
1) Closed (includes all the elements in the universe)
2) Associative (symmetry down the diagonal)
3) Identity element (e.g ea =a , ae = a)
4) Inverse element (e.g a + (-a) =0)