Math 3000 Running Glossary

Math 3000 Running Glossary Math 3000 Running Glossary

math.ucdenver.edu
from math.ucdenver.edu More from this publisher
20.07.2013 Views

Last Updated on: April 9, 2010 Chapter 1: 1. A set: A collection of objects called elements. 2. The empty set (∅): A set containing no elements. 3. Natural Numbers (N): {1, 2, 3, . . .} Math 3000 Running Glossary 4. Integers (Z): {. . . , −3, −2, −1, 0, 1, 2, 3, . . .} or {x : x ∈ N} ∪ {−x : x ∈ N} ∪ {0} 5. Rational Numbers (Q): m : m ∈ Z and n ∈ Z\{0} or n m n : m ∈ Z and n ∈ Z where n = 0 6. Real Numbers (R): Any number that can be written in decimal form. (note that this is not the precise definition, but it is informally correct) 7. Complex Numbers (C): {a + bi : a ∈ R and b ∈ R}. Note that it is understood there that i = √ −1. 8. Cardinality of a set S (denoted |S|): The number of elements in S. 9. A ⊆ B: A is a subset of B if every element of A is also an element of B. 10. Open Interval (a, b) : (a, b) = {x ∈ R : a < x < b} 11. Closed Interval [a, b]: [a, b] = {xinR : a ≤ x ≤ b} 12. Half-open of half-closed intervals [a, b) or (a, b]: [a, b) = {x ∈ R : a ≤ x < b} (a, b] = {x ∈ R : a < x ≤ b} 13. Power Set of a set A (P(A)): P(A) = {S : S is a subset of A} (Note that the empty set and the set A are both members of the power set) 14. Union A ∪ B: A ∪ B = {x : x ∈ A or x ∈ B} 1

Last Updated on: April 9, 2010<br />

Chapter 1:<br />

1. A set:<br />

A collection of objects called elements.<br />

2. The empty set (∅):<br />

A set containing no elements.<br />

3. Natural Numbers (N):<br />

{1, 2, 3, . . .}<br />

<strong>Math</strong> <strong>3000</strong><br />

<strong>Running</strong> <strong>Glossary</strong><br />

4. Integers (Z):<br />

{. . . , −3, −2, −1, 0, 1, 2, 3, . . .} or {x : x ∈ N} ∪ {−x : x ∈ N} ∪ {0}<br />

5. Rational Numbers (Q):<br />

m<br />

<br />

: m ∈ Z and n ∈ Z\{0} or<br />

n<br />

m<br />

n<br />

<br />

: m ∈ Z and n ∈ Z where n = 0<br />

6. Real Numbers (R):<br />

Any number that can be written in decimal form. (note that this is not the precise definition, but<br />

it is informally correct)<br />

7. Complex Numbers (C):<br />

{a + bi : a ∈ R and b ∈ R}. Note that it is understood there that i = √ −1.<br />

8. Cardinality of a set S (denoted |S|):<br />

The number of elements in S.<br />

9. A ⊆ B:<br />

A is a subset of B if every element of A is also an element of B.<br />

10. Open Interval (a, b) :<br />

(a, b) = {x ∈ R : a < x < b}<br />

11. Closed Interval [a, b]:<br />

[a, b] = {xinR : a ≤ x ≤ b}<br />

12. Half-open of half-closed intervals [a, b) or (a, b]:<br />

[a, b) = {x ∈ R : a ≤ x < b}<br />

(a, b] = {x ∈ R : a < x ≤ b}<br />

13. Power Set of a set A (P(A)):<br />

P(A) = {S : S is a subset of A}<br />

(Note that the empty set and the set A are both members of the power set)<br />

14. Union A ∪ B:<br />

A ∪ B = {x : x ∈ A or x ∈ B}<br />

1


15. Intersection A ∩ B:<br />

A ∩ B = {x : x ∈ A and x ∈ B}<br />

16. Disjoint Sets:<br />

If two sets A and B have no elements in common, then A ∩ B = ∅ and A and B are said to be<br />

disjoint.<br />

17. Set Different A − B or A\B:<br />

A − B = A\B = {x : x ∈ A and x /∈ B}<br />

18. Complement Ā:<br />

Ā = {x : x ∈ U and x /∈ A} (U is the universal set)<br />

19. Indexed Union:<br />

Sα = {x : x ∈ Sα for some α ∈ I}<br />

α∈I<br />

20. Indexed Intersection:<br />

Sα = {x : x ∈ Sα for all α ∈ I}<br />

α∈I<br />

21. Partition of a set:<br />

A partition of a set A is a collection S of nonempty subsets of A such that every element of A<br />

belongs to exactly one subset of S.<br />

An alternate definition: A partition of a set A is a collection S of subsets of A such that<br />

(1) X = ∅ for every X ∈ S<br />

(2) for every two sets X, Y ∈ S, either X = Y of X ∩ Y = ∅<br />

(3) ∪X∈SX = A.<br />

22. Cartesian Product:<br />

A × B = {(a, b) : a ∈ A and b ∈ B}<br />

Chapter 2:<br />

23. Statement:<br />

A statement is a declarative sentence or assertion that is true or false (but not both).<br />

24. Open Sentence:<br />

An open sentence is a declarative sentence that contains one or more variables.<br />

25. Disjunction:<br />

The statement P or Q. Also denoted P ∨ Q<br />

26. Conjunction:<br />

The statement P and Q. Also denoted P ∧ Q<br />

27. Conditional Statement:<br />

The statement: If P then Q. Also denoted P =⇒ Q.<br />

28. Converse:<br />

The converse of P =⇒ Q is Q =⇒ P<br />

2


29. The Biconditional:<br />

The statement: P =⇒ Q along with its converse Q =⇒ P . Another notation: (P ⇐⇒ Q).<br />

Another notation: (P if and only if Q).<br />

30. Tautology:<br />

A statement is a tautology if it is true for all possible combinations of truth values.<br />

31. Logical Equivalence:<br />

When two statements have the same truth values for all combinations of truth values.<br />

32. The ∀ quantifier:<br />

for all<br />

33. The ∃ quantifier:<br />

there exists<br />

Chapter 3:<br />

34. Axiom:<br />

A true mathematical statement whose truth is accepted without proof.<br />

35. Theorem:<br />

A true mathematical statement whose truth can be verified.<br />

36. Corollary:<br />

A mathematical result that can be deduced from some earlier result.<br />

37. Lemma:<br />

A mathematical result that is useful in establishing the truth of some other result.<br />

38. Trivial Proof:<br />

If Q(x) is true for all x ∈ S (regardless of the truth of P (x)), then P (x) =⇒ Q(x) is true trivially.<br />

39. Vacuous Proof:<br />

If P (x) is false for all x ∈ S (regardless of the truth of Q(x)), then P (x) =⇒ Q(x) is true<br />

vacuously.<br />

40. Direct Proof:<br />

To prove P (x) =⇒ Q(x) with a direct proof, assume that P (x) is true and prove that Q(x) is<br />

true.<br />

41. An even integer:<br />

An integer n is even if there exists an integer k such that n = 2k.<br />

42. A odd integer:<br />

An integer n is odd if there exists an integer k such that n = 2k + 1.<br />

43. Contrapositive:<br />

The contrapositive of P =⇒ Q is ∼ Q =⇒ ∼ P .<br />

44. Without Loss of Generality (WOLOG):<br />

This phrase indicates that the proofs of two situations are similar, so the proof of only one of these<br />

is needed.<br />

3


Chapter 4:<br />

45. a divides b. Denoted: a|b<br />

We say that a divides b if there is an integer c such that b = ac.<br />

46. b is a multiple of a:<br />

If a|b the we say that b is a multiple of a.<br />

47. a is a divisor of b:<br />

If a|b then we say that a is a divisor of b.<br />

48. a does not divide b. Denoted (a |b):<br />

There is not an integer c such that b = ac.<br />

49. a is congruent to b modulo n. Denoted a ≡ b (mod n):<br />

a ≡ b (mod n) if n|(a − b). Think of this as: a and b have the same remainder when divided by n.<br />

50. Absolute Value:<br />

51. Triangle Inequality:<br />

|x + y| ≤ |x| + |y|<br />

|x| =<br />

x if x ≥ 0<br />

−x if x < 0.<br />

52. Relative Complement:<br />

The set A − B is called the relative complement of B in A. The relative complement of A in U is<br />

called the complement of A and is denoted Ā<br />

53. Fundamental Properties of Set Operations (this is technically a theorem)<br />

(a) Commutative Laws<br />

i. A ∪ B = B ∪ A<br />

ii. A ∩ B = B ∩ A<br />

(b) Associative Laws<br />

i. A ∪ (B ∪ C) = (A ∪ B) ∪ C<br />

ii. A ∩ (B ∩ C) = (A ∩ B) ∩ C<br />

(c) Distributive Laws<br />

i. A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)<br />

ii. A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)<br />

(d) DeMorgan’s Laws<br />

i. A ∪ B = A ∩ B<br />

ii. A ∩ B = A ∪ B<br />

4


Chapter 5<br />

(There aren’t many new definitions in chapter 5, but some very powerful proof techniques are<br />

introduced.)<br />

54. Counterexample:<br />

An element y ∈ S is called a counterexample of the statement (∀x ∈ S, R(x)) if R(y) is false.<br />

Chapter 6<br />

(We only cover sections 6.1 and 6.2)<br />

55. Well Ordered Set<br />

A set, S, is called well ordered if every nonempty subset of S has a least element.<br />

(An example is the natural numbers (see below). An example of a set that is not well ordered is<br />

the set of complex numbers.)<br />

56. Well Ordering Priciple<br />

The set of natural numbers (N) is well ordered. (This is really an axiom)<br />

57. The Principle of <strong>Math</strong>ematical Induction (theorem 6.1):<br />

For each positive integer n, let P (n) be a statement. If<br />

(1) P (1) is true and<br />

(2) the implication<br />

is true for every positive integer k,<br />

then P (n) is true for every positive integer n.<br />

If P (k), then P (k + 1)<br />

58. The Second Principle of <strong>Math</strong>ematical Induction (theorem 6.8):<br />

For a fixed integer m, let S = {i ∈ Z : i ≥ m}. For each integer n ∈ S, the P (n) be a statement.<br />

If<br />

(1) P (m) is true and<br />

(2) the implication<br />

is true for every k ∈ S<br />

then P (n) is true for every integer n ∈ S.<br />

Chapter 8<br />

(We only cover sections 8.1 - 8.4)<br />

if P (k), then P (k + 1)<br />

59. Relation<br />

A relation, R, from A to B is a subset of A × B. In other words, R is a set of ordered pairs,<br />

where the first coordinate of the pair belongs to A and the second coordinate belongs to B.<br />

Notation: aRb reads ”a is related to b.”<br />

5


60. Domain of a relation<br />

dom(R) = {a ∈ A : (a, b) ∈ R for some b ∈ B}<br />

61. Range of a relation<br />

ran(R) = {b ∈ B : (a, b) ∈ R for some a ∈ A}<br />

62. Relation on a set A<br />

A relation on a set A is a relation from A to A. In other words, a relation on set A is a subset of<br />

A × A.<br />

63. Reflexive property<br />

A relation is reflexive if xRx for every x in the set A.<br />

64. Symmetric property<br />

A relation R defined on a set A is symmetric if whenever xRy, then yRx for all x, y ∈ A<br />

65. Transitive property<br />

A relation R defined on a set A is transitive if whenever xRy and yRz, then xRz for all x, y, z ∈ A.<br />

66. Distance<br />

The distance between two real numbers a and b is |a − b|.<br />

67. Equivalence Relation<br />

A relation R on a set A is called an equivalence relation if R is reflexive, symmetric, and<br />

transitive.<br />

68. Equivalence Class<br />

For an equivalence relation R defined on a set A and for a ∈ A, the set<br />

[a] = {x ∈ A : xRa}<br />

consisting of all elements in A that are related to a, is called an equivalence class.<br />

Chapter 9<br />

(We will skip section 9.2 and 9.7)<br />

69. Function<br />

Let A and B be nonempty sets. By a function f from A to B, written f : A → B, we mean<br />

a relation from A to B with the property that every element a of A is the first coordinate of<br />

exactly one ordered pair in f.<br />

70. Domain of a function<br />

If f : A → B is a function, the set A is the domain of f.<br />

71. Codomain of a function<br />

If f : A → B is a function, the set B is the codomain of f.<br />

72. Image<br />

If (a, b) ∈ f, then we write b = f(a) and refer to b as the image of a.<br />

73. Map (mapping)<br />

If f is a function it is sometimes called a map or a mapping.<br />

6


74. Range of a function<br />

ran(f) = {f(x) ∈ B : x ∈ A}<br />

75. Graph of a function<br />

G(f) = {(x, f(x)) : x ∈ A}<br />

76. Equal functions<br />

Two functions, f and g, are equal if f(a) = g(a) for every a ∈ A.<br />

77. One-to-One function (Injective Function)<br />

A function f : A → B is one-to-one if whenever f(x) = f(y), where x, y ∈ A, then x = y.<br />

78. Onto function (Surjective Function)<br />

A function f : A → B is called onto if every element of the codomain B is the image of some<br />

element of A.<br />

79. Bijective Function<br />

A function f : A → B is called bijective if it is both one-to-one and onto (injective and surjective).<br />

80. A function is well-defined if<br />

A function f is called well defined if for (a, b), (a, c) ∈ f we have b = c.<br />

81. Composition of Functions<br />

Let f : A → B and g : B → C. The composition g ◦ f is a function (g ◦ f) : A → C defined by<br />

(g ◦ f)(a) = g(f(a)) for all a ∈ A.<br />

82. Inverse Relation<br />

R −1 = {(b, a) : (a, b) ∈ R}<br />

83. Inverse Function theorem (not really a definition, but very important)<br />

Let f : A → B be a function. Then the inverse relation f −1 is a function from B to A if and only<br />

if f is bijective. Furthermore, if f is bijective, then f −1 is also bijective.<br />

84. Property of inverse functions<br />

If f : A → B is a bijective function (so that an inverse exists), then f −1 ◦ f = iA and f ◦ f −1 = iB<br />

85. Indicator Function (used for problem 9.47)<br />

Let U be some universal set and A be a subset of U. The indicator function χA : U → {0, 1} is<br />

defined by<br />

Chapter 10<br />

χA(x) =<br />

1, x ∈ A<br />

0, x ∈ A<br />

(This will be our last chapter. We will cover all that times allows)<br />

86. Finite Set:<br />

A set S is finite if either S = ∅ or |S| = n for some n ∈ N.<br />

87. Infinite Set: (2 definitions)<br />

(a) A set if infinite if it is not finite<br />

(b) A set S is infinite if it contains a proper subset that can be put in one-to-one correspondence<br />

with S.<br />

7


88. Sets with the same cardinality<br />

Two sets A and B are said to have the same cardinality, written |A| = |B|, if either A of B are<br />

both empty of there is a bijective function f from A to B.<br />

89. Numerically Equivalent Sets<br />

Two sets having the same cardinality are referred to as numerically equivalent sets.<br />

90. Denumerable Set<br />

A set S is called denumerable if |S| = |N|.<br />

91. Countable Set<br />

A set is countable if it is either finite or denumerable.<br />

92. Uncountable Set<br />

A set is uncountable if it is not countable.<br />

93. Meaning of “smaller cardinality”<br />

A set A is said to have smaller cardinality than a set B, written as a|A| < |B|, if there exists a<br />

one-to-one function from A to B but NO bijective function from A to B.<br />

94. ℵ0 (aleph nought)<br />

The cardinality of the set N of natural numbers is denoted ℵ0.<br />

95. “little c”<br />

The cardinality of the set R or real numbers is denoted c.<br />

96. The Continuum Hypothesis<br />

There exists NO set S such that ℵ0 < |S| < c.<br />

97. Let A and B be sets and let f : A → B. Assume D ⊂ A. The restriction, f1, of f to D is<br />

f1 = {(x, y) ∈ f : x ∈ D}<br />

98. AND THE LAST AMAZING FACT!!<br />

The sets P(N) and R are numerically equivalent! (The power set of the natural numbers is the<br />

same “size” as the real numbers)<br />

99. QED<br />

100.<br />

8

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!