Vocabulary Flashcards

1
Q

Statement

A

A statement is a declarative sentence that is either true or false.

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

Set

A

a set is a collection of elements.

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

Subset

A

A set B is a subset of a set C if every element of B is in C

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

Union

A

B ∪ C = {x | x ∈ B or x ∈ C}

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

Intersection

A

B ∩ C = {x | x ∈ B and x ∈ C}

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

Cartesian Product

A

The Cartesian product of sets B and C is the set
B × C = {(x, y) | x ∈ B and y ∈ C}.
The elements of B × C are ordered pairs of elements.

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

Function

A

A function f from a set B to a set C, denoted f : B → C, is a rule that assigns each element b in B to exactly one element c of C.
Note:
B is called the domain and C is the range of f .
c = f (b) is called the value of f at b or the image of b under f .
The function f is sometimes called a map or mapping.

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

Composition of Functions

A

Given functions f : B → C and g : C → D, let h : B → D be given by h(x) = g(f (x)) for all x ∈ B. The composite function h is also denoted by g ◦ f . Thus (g ◦ f )(x) = g(f (x)).

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

Injective

A

A function f : B → C is injective (or a one-to-one mapping) if f maps distinct elements of B to distinct elements of C.

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

Surjective

A

A function f : B → C is surjective (or an onto mapping) if every element of C is the image under f of at least one element of B.

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

Image of function

A

If f : B → C is a function, then the image of f is the subset of C:
Im f = {c ∈ C | c = f (b) for some b ∈ B} = {f (b) | b ∈ B}.

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

Image of subset

A

If f : B → C is a function and S is a subset of B, then the image of S under f is the
subset of C:
f (S) = {c ∈ C | c = f (b) for some b ∈ S} = {f (b) | b ∈ S}.

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

Bijective

A

A function f : B → C is bijective (or a bijection) if it is both injective and surjective.

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

Inverse

A

If f : B → C is a bijection, then the map g in the Theorem above is called the inverse function of f and is sometimes denoted by f −1.

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

Sets of equal cardinality

A

Two sets B and C have the same cardinality if there is a bijection f : B → C. We write in this case |B| = |C|.

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

Countable/Uncountable

A

A set S is called countable if there exists an injective function f : S → Natural numbers = {0, 1, 2, 3, . . . }.
If there is such a function f that is also surjective (and hence bijective), then S is called countably infinite. A set that is not countable is called uncountable.

17
Q

Well-Ordering Axiom

A

Every nonempty subset of the set of non-negative integers contains a smallest element.

18
Q

Division Algorithm for Integers

A

Let a, b be integers with b > 0. Then there exist unique integers q and r such that…
a = bq + r and 0 ≤ r < b.

19
Q

Divisor

A

Let a, b ∈ Z, b /= 0. Then b is a divisor of a (aka an exact divisor of a) if a = bc for some c ∈ Z. We also say that b divides a and write b | a.