UNIT 2 PART 4 Flashcards

1
Q

What is a function?

A

two sets A and B
f:A->B IF FOR EVERY ELEMENT IN A -> image in B
one cannot branch out into two

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

domain and codomain

A

f:A->B
A=DOMAIN
B=CODOMAIN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of functions

A

identity: f(a) = a
constant: f(a) = c
onto,surjective: every image in B, pre-image in A
one-one,injective:diff ele in A,diff ele in B, two cannot branch out to one
bijection:one-one + onto
many to one:many ele map to one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

composition of function

A

f:x->y f:y->z
x belongs to X, z belongs to Z, exists y in Y f(x) = y and g(y) = z
same as relation except gof = f -> g not in order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Equivalence classes

A

R -> equivalence relation
x blong X
y blng X and xRy
.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Inverse functions

A

~
reverse each ordered pair
not always a function, only if f was one-one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

identity mapping

A

.
f:x->y g:y->x
g is finverse if gof =Ix anf fog = Iy
(gof)inverse = finverse o g inverse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

properties of function

A

f,g in Fx -> fog and gof also in Fx (Closure property of op of comp)
f,g,h in Fx (fog)oh associative
fof-1 = Ix
foIx = f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

recursive functions

A

func specify f(x) for particular val, rest with val

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

algebraic structure

A

sys = nonempty set + one or more n-ary operations
{S,f1,f2..}
CADCIII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Homomorphism

A

same type, o and * binary op

image
g:x->y homomorph g(x1ox2) = g(x1)*g(x2)
onto ->epi
1-1 ->mono
both ->endo
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ISomorphism

A

homomorphism

y sub or equal to x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

automorphism

A

y=x isomorphism

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

semigroup

A

associative

AIDIC -> SMGA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

monoid

A

associative,identity

moniod -> subgroup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

group

A

associative,identity,inverse

group-> monoid,subgroup

17
Q

albelian

A

associative,identity,inverse,comm

group-> monoid,subgroup