Assignment 3¶
In addition to correct answers, please do the following:
- Show how you derived your answer.
- Proofs, and longer-answer questions, should be beautifully organized and easy to read, including perfect spelling and grammar.
Please see Canvas for instructions on how and when to submit this assignment.
Question 1¶
Prove that if \(n\) is an integer, then \(n\) and \(n+1\) can’t both be odd. Write this as an English paragraph-style proof.
Question 2¶
Prove that if \(n\) is an odd integer, then \(n^2 + 3\) is always even. Write this as an English paragraph-style proof.
Question 3¶
Suppose \(S=\{a, \{ b \}, \{ a \} \}\). For each of the following expressions, state if they are true or false.
- \(a \in S\)
- \(\{ a \} \in S\)
- \(\{ a \} \subseteq S\)
- \(\{\{ a \}\} \subseteq S\)
- \(b \in S\)
- \(\{ b \} \subseteq S\)
- \(\{\{ b \}\} \subseteq S\)
- \(\{\{ b \}\} \subset S\)
Question 4¶
For each of the following statements, state if they are true or false.
- \(\emptyset \in \emptyset\)
- \(\emptyset \subseteq \emptyset\)
- \(\emptyset \subset \emptyset\)
- \(\emptyset \in \{ \emptyset \}\)
- \(\emptyset \subseteq \{ \emptyset \}\)
- \(\emptyset \subset \{ \emptyset \}\)
Question 5¶
Suppose the sets \(A\), \(B\), and \(C\) are in the same universe. If \(A \subseteq B\), and \(B \nsubseteq C\), is \(A \nsubseteq C\) always true? If yes, then provide a proof; if no, then give a counter-example.
Question 6¶
Suppose \(A\), \(B\), \(C\), \(D\), and \(E\) are are defined as follows:
Which of the following statements are true, and which are false?
- \(C \subseteq D \subseteq B\)
- \(E \subseteq C\)
- \(B \subseteq D \subseteq C\)
- \(A \subseteq E\)
- \(E \subseteq A\)
- \(\bar{E} \subseteq \bar{C}\)
- \(C \cap D \subseteq B\)
- \(\bar{C} \cap D \subseteq \bar{B}\)
- \(\bar{C} \cap \bar{D} \subseteq \bar{B}\)
- \(\bar{A} \cup C \subseteq \bar{E}\)
Question 7¶
Prove each of the following facts without using Venn diagrams (or membership tables); give a line-by-line proof, and justify each line. Assume all the sets have the same universe \(\mathscr{U}\).
- If \(A \subseteq B\) and \(C \subseteq D\), then \(A \cap C \subseteq B \cap D\).
- If \(A \subseteq B\) and \(C \subseteq D\), then \(A \cup C \subseteq B \cup D\).
- \(A\) is a subset of \(B\) if, and only if, \(\bar{B} \cap A = \emptyset\).
- \(\bar{A} \cup B = \mathscr{U}\) if, and only if, \(A\) is a subset of \(B\).
Question 8¶
Use mathematical induction to prove that this equation is true for all integers \(n > 0\).
Question 9¶
Use mathematical induction to prove that this equation is true for all integers \(n > 0\).