Math 360, Fall 2013, Assignment 1
The beginner ... should not be discouraged if ... he finds that he does not have the prerequisites for reading the prerequisites.
- - P. Halmos
Carefully define the following terms, then give one example and one non-example of each:
- Cartesian product (of two sets).
Definition:Cartesian Product
Fix two sets, A and B. The Cartesian Product of A and B, denoted \(A \ x \ B\), is the set defined as follows:
\(A \ x \ B = \{ (a,b) \ | \ a\in A \wedge b\in B\}\)
Example
Let \(A=\{1,2\}\) and \(B=\{ 3,4 \}\). \(A \ x \ B = \{ (1,3),(1,4),(2,3),(2,4) \}\).Non-example
Let A and B be defined as above. \(A \ x \ B \neq \{ (1,3),(1,4),(1,5),(2,3),(2,4)\}\) because \(5\notin B\). - Relation (on a set \(A\)).
Definition:Relation (on a set \(A\))
Fix a set A. A relation on A, denoted R, is an improper subset of the cartesian product \(A \ x \ A\).
\(R \subseteq A \ x \ A \equiv R \subseteq \{(a,b) \ | a \in A \wedge b \in A \}\)
Example
Let \(A=\{1,2\}\), and let R be a set defined as \(R=\{(1,1),(2,1)\}\). \(A \ x \ A = \{(1,1),(1,2),(2,1),(2,2)\}\), thus by inspection, \(R \subseteq A \ x \ A\), and therefore, R is a relation on A.Non-example
Let A be defined as above, but now, let \(R = \{(1,1),(2,3)\}\). By inspection, we observe \(3 \notin A\), so by the definition of the cartesian product, it is impossible that \((2,3) \in A \ x \ A\), thus \(R \not\subseteq A\) and therefore, R is not a relation on A. - Reflexive relation.
Definition:Reflexive
Fix a relation R on a set A (as defined above). R is said to be reflexive if it is true that:
\(\forall x\in A (xRx) \equiv \forall x\in A((x,x)\in R)\)
Example
Let R be the improper subset relation (\(\subseteq\)) on some arbitrary set of sets. Every set is either a subset of itself or equal to itself, therefore the relation is reflexive.Non-example
Now, let R be the strictly less than relation on the set of integers (<). It is not true that every integer is strictly less than itself, therefore the relation is not reflexive. - Symmetric relation.
- Transitive relation.
- Equivalence relation.
- Partition (of a set).
- Cell (of a partition).
Solve the following problems:
- Section 0, problems 1, 5, 7, and 11.
Questions:
1.) As a confirmation, because I don't have a hard copy of the book yet, the questions are:
- 1.) Describe the following set by listing it's elements\[\{x\in\mathbb{R} | x^2=3\}\]
- For 5 and 7, decide whether the object described is a set (is well defined). Give an alternative description of each set.
- 5.) \(\{n\in\mathbb{Z}^+ | n \ is \ a \ large\ number\}\)
- 7.) \(\{n\in\mathbb{Z} | 39 < n^3 < 57\} \)
- 5.) \(\{n\in\mathbb{Z}^+ | n \ is \ a \ large\ number\}\)
- 11.) List the elements in \(\{a,b,c\} x \{1,2,c\}\)
Thank you for your help in advance. --Robert.Moray (talk) 19:06, 6 September 2013 (EDT)
Yes, those are correct. --Vincent.Luczkow