Exam 1 Flashcards

1
Q

What is a mathematical proposition?

A

A mathematical proposition is a statement which is either true or false.

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

What is the logical negation operation?

A

The logical negation operation reverses the truth value of a proposition.

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

What is a predicate?

A

A predicate is a statement whose truth values depend on one or more variables.

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

Let P and Q be propositions. When is the proposition “P and Q” true?

A

The proposition “P and Q” is true when both P and Q are true.

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

Let P and Q be propositions. When is the proposition “P or Q” false?

A

The proposition “P or Q” is false when both P and Q are false.

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

Let P and Q be propositions. When is the proposition “P implies Q” false?

A

The proposition “P implies Q” is false when P is true and Q is false.

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

Let P and Q be propositions. What is the converse of “P implies Q”?

A

The converse of “P implies Q” is “Q implies P”.

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

Let P and Q be propositions. What is the contrapositive of “P implies Q”?

A

The contrapositive of “P implies Q” is “not Q implies not P”.

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

Let P and Q be propositions. What is the proposition of “P if and only if Q” false?

A

The proposition “P if and only if Q” is false when P and Q have different truth values.

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

Give the definition of an even integer.

A

An integer nis even if n= 2k for some integer k.

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

Give the definition of an odd integer.

A

An integer n is odd if n= 2k+ 1 for some integer k.

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

Give the definition of a rational number.

A

A number r is rational if there exist two integers x and y, where y is nonzero, such that r= x/y.

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

What does it mean for an integer x to divide another integer y?

A

x divides y if there exists an integer k such that y= kx.

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

Give the definition of a prime number.

A

A prime number is an integer strictly greater than one which is only divisible by one and itself.

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

Give the definition of an irrational number.

A

An irrational number is a real number which is not rational.

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

Give the definition of a set.

A

A set is a collection of objects.

17
Q

Give the definition of the empty set.

A

The empty set is the set with no elements.

18
Q

Give the definition of a finite set.

A

A finite set is a set which is either the empty set or which can be numbered 1 through n for some positive integer n

19
Q

Give the definition of the cardinality of a finite set A.

A

the cardinality of A is the number of elements in A.

20
Q

Let A and B be sets. Give the definition of A being a subset of B.

A

A is a subset of B if every element of A is also an element of B.

21
Q

Give the definition of the power set of a set A

A

The power set of A is the set of all subsets of A.

22
Q

Let A and B be sets. Give the intersection of A and B.

A

The intersection of A and B is the set of all elements that are in both A and B.

23
Q

Let A and B be sets. Give the union of A and B.

A

The union of A and B is the set of all elements that are in A or in B.

24
Q

Let A be a set and let U be a universal set. Give the definition of the complement of A.

A

The complement of A is the set of all elements of the universal set which are not in A.

25
Q

Let A and B be sets. Give the definition of the Cartesian product A ×B.

A

The Cartesian product of A and B is the set of all ordered pairs in which the first entry is in A and the second entry is in B.

26
Q

Give the definition of two sets being disjoint.

A

Two sets are disjoint when their intersection is empty.

27
Q

Let X and Y be sets. Give the definition of a function f from X to Y

A

A function f from X to Y is a subset of X ×Y such that, for every x ∈ X, there is a unique y ∈Y such that (x, y) ∈f .

28
Q

Give the definition of the range of a function f : X →Y .

A

The range of f is the set {y ∈Y : there exists an x ∈X such that f (x) = y}.

29
Q

Give the definition of two functions f : X →Y and g : X →Y being equal.

A

Two functions f : X →Y and g : X →Y are equal if, for every x ∈X, f (x) = g(x).

30
Q

Let f : X →Y be a function. Give the definition of f being an injection.

A

f is an injection if, for every x1, x2 ∈X, if x1 ̸= x2 then f (x1) ̸= f (x2).

31
Q

Let f : X →Y be a function. Give the definition of f begin a surjection.

A

f is a surjection if, for every y ∈Y , there exists x ∈X such that f (x) = y.

32
Q

Give the definition of a bijection.

A

A bijection is a function which is both an injection and a surjection.

33
Q

Let f : X →Y and g : Y →Z be functions. Give the definition of the composition g ◦f .

A

The composition g ◦f is the function from X to Z defined by (g ◦f)(x) = g(f (x)) for every x ∈X.

34
Q

Give the definition of the identity function on a set X

A

The identity function is the function f from X to X which is defined by f (x) = x.

35
Q

Let f : X →Y be a function. Give the definition of the inverse of f

A

Solution: The inverse of f is the function g : Y →X which satisfies f ◦g = idY and g ◦f = idX.