Definitions Flashcards

1
Q

Define a subset.

A

A is a subset of B if (for all x)(x in A implies x is in B)

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

Define Universal Set

A

The set of all elements is a set or group under consideration.

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

Index Set

A

A set whose members label members of another set.

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

Cartesian Product

A

A x B = {(x,y)| x is in A, y is in B}

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

Relation on A

A

A relation on A is a subset of A x A.

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

Partial Order

A

A relation on S with properties of being reflexive, anti-symmetric and transitive.

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

Function

A

A relation from A to B in which each member of A appears exactly once as a first component.

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

Injective Function (one to one)

A

Let f: A -> B. Then f is injective if f(a) = f(b) thus implies a = b.

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

Surjective Function (onto)

A

Let f: A -> B. Then f is surjective if the codomain and range of f are the same. That is B = {f(x)|x is in A}.

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

Bijective Function

A

A function that is both injective and surjective.

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

T/F. The composition of two bijective functions is bijective.

A

True.

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

Bezouts Theorem.

A

Let a and b be nonzero integers and let d=gcd(a,b). Then there exists integers m and n such that ma + nb = d.

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

Valid Argument

A

The conjunction of the first n statements is said to imply the final statement. Thus P1^P2^…Pn => Q.

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

Variable

A

A symbol that stands for a member of a collection.

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

Predicate

A

A statement that describes the property of a variable.

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

Define IVT

A

Suppose f is a continuous function on [a,b], and let N be between f(a) and f(b), where f(a) != f(b). Then there exists c in (a,b) such that f(c)=N.