Functions/Sets Flashcards

1
Q

Preimage

A

‘a’ is a preimage of f(a)

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

Domain

A

If f(x) maps A to B, A is the domain of function f(x).

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

Codomain

A

If f(x) maps A to B, B is the codomain of function f(x).

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

Image

A

If f(a) is b, b is the image of ‘a’ under function f(x).

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

Range

A

The range of f(x) is the set of all images for elements in A.

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

Function equality

A

Two functions are equal if:
- they have the same domain
- they have the same codomain
- they map the same element of domain to the same element of codomain

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

Injective

A

One to one:
Each element in domain is mapped to at most one element in codomain

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

Surjective

A

For each element in B, there exists an element in A such that f(a) = b.

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

Bijective

A

Both Injective and Surjective;
both one to one and onto.
There is no element in B that is not mapped to from A.

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

Composition

A

ie: f(g(x))

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

Countably infinite set

A

A set that has a Bijection
(One-to-One Correspondence) with the Z domain

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

Countable set

A

A set that is either Finite OR a set
that is Countably Infinite.

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

Uncountable set

A

A set that is NOT a Countable
Set.

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

Alphabet

A

A set of symbols

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

String

A

A sequence of symbols based on an alphabet

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

Language

A

A set of strings over some alphabet(s)

17
Q

Congruence Relation

‘a’ is congruent to ‘b mod m’ if:

A

m | a - b
m | a & m | b with same remainder

18
Q

IF
a ≡ b (mod m)
and c ≡ d (mod m)

A

THEN
a + c ≡ b + d (mod m)
a · c ≡ b · d (mod m)

19
Q

IF
a ≡ b (mod m) holds

A

THEN
c + a ≡ c + b (mod
m)

20
Q

TRUE or FALSE:
Dividing a valid congruence by an integer, c ∈ Z, preserves its validity

A

FALSE

21
Q

TRUE or FALSE:
Multiplying both sides of a valid congruence by an
integer, c ∈ Z, preserves its validity.

A

TRUE

22
Q

TRUE or FALSE:
Adding an integer to both sides of a valid congruence by an
integer, c ∈ Z, preserves its validity.

A

TRUE

23
Q

a + (b mod m) =

A

(a + b) mod m

24
Q

a x (b mod m) =

A

(a x b) mod m

25
Q

(a + (b mod m)) + (c mod m) =
(a x (b mod m)) x (c mod m) =

A

a + (b + (c mod m)) mod m)
a x (b x (c mod m)) mod m)

26
Q

a + (b mod m) =
a x (b mod m) =

A

b + (a mod m)
b x (a mod m)

27
Q

(a + (b mod m)) x (c mod m) =

A

(a x (c mod m)) + ((b x (c mod m)) mod m)

28
Q

a x ((b + (c mod m) mod m)

A

(a x (b mod m)) + ((a x (c mod m) mod m)