Exam 1 Flashcards
Function
A function f: S —> T is a subset of SxT with the property that
-for all s in S, there is exactly one t in T such that (s,t) in f.
Injective
A function f is injective if the following implication is true:
-if s, s’ in S satisfy f(s)=f(s’) then s=s’
Surjective
The function f is surjective if :
-for all t in T, there is an s in S with f(s)=t
Bijective
The function f is both injective and surjective
Associative operation
An operation * on S is a function :SxS —>S.
This operation is associative if for all s1,s2,s3 in S:
(s1s2)s3=s1(s2*s3)
Commutative operation
An operation * on S is a function :SxS —>S.
This operation is commutative if for all s1,s2 in S
s1s2=s2*s1
Distributive
The operation @ is distributive with respect to * if for all s1, s2, s3,
s1 @ (s2s3)=(s1@s2)(s1@s3) and
(s2s3)@s1=(s2@s1)(s3@s1)
Identity element for (S,*)
The element e in S is an identity element for * if for all s in S:
es=s=se
Inverse element for (S,*) with identity e
The element s in S has an inverse with respect to * if there is another element s’ in S, such that
ss’=e=s’s
Operation preserving mapping f:S —->T where (S, *) and (T, @) are sets equipped with operations
The mapping f:S —>T is operation preserving if for all a,b in S:
f(a*b)=f(a)@f(b)
Group
A group is a set G equipped with an associated operation * such that,
- there is an identity element for *
- every element of G has an inverse with respect to*
Commutative group
A group is commutative if its operation is commutative
Symmetric group
The symmetric group on a set S is the set of all bijections of S equipped with the operation of composition
n-th dihedral group Dn
The n-th dihedral group is the set of distance preserving mappings of a regular n-gon
n divides m (n,m integers)
n divides m if there is an integer k such that m=kn