Texas A&M University-Corpus Christi / Dept. of Computing and
Mathematical Sciences
MATH 2305 §002 -- Discrete Mathematics I -- Spring
2003
Chapter 4 Study Questions
Section 4.1 Relations -- Name:
- A binary relation on a set S is a subset of the set S.
- Relations can be one-to-one, one-to-many, many-to-one, or many-to-many.
- The property of relations that says every x is related to itself is the
reflectory property.
- Partial orderings can be displayed in a Hasse Diagram.
- Every binary relation partitions a set into subsets called equivalence classes.
- Every integer is congruent modulo 4 to one of the following: 0,1,2,3.
Section 4.4 Functions-- Name:
- The association made by functions can be described by ordered pairs.
- The set of starting values for a function is called the domain and the set
from which the associated values come is the codomain.
- A function is a special kind of binary relation.
- The domains and codomains of functions must be sets of numbers.
- The ceiling function associates with each real number x how far the number
is from the smallest integer greater than or equal to it.
- To show a function is one-to-one, assume that x1 = x2 and show f(x1) = f(x2).
- The composition of two functions is a new function.
- The composition of two permutations is a permutations.
- There are 6 functions with domain {A,B,C} and codomain {a,b}.
- The functions f(x) = 3x^2 and g(x) = 200x^2 + 140x +7 have the same order
of magnitude.
Section 4.4 Matrices-- Name:
- In Example 46, the entry in the 2nd row and 5th column of the matrix A is
44.
- The main diagonal entries of the matrix A in Example 50 are [1,0,6].
- Any two matrices can be added together.
- The multiplicative identity matrix (designated by I) has
all entries equal to one.
- If /\ represents boolean multiplication, then 1 /\ 0 = 1.