\( \def\naturals{\mathbb{N}} \def\integers{\mathbb{Z}} \def\rationals{\mathbb{Q}} \def\reals{\mathbb{R}} \)
Topics: Sets, Induction, Counting
Book Chapters: Rudin, Chapters 1 and 2
Due date: Before class, 14 Sep 2015
Mode of submissions: Please email your solutions to Xiangzhu and Sai, and cc me.
Format: Please keep it in pdf. format with your name and andrew id included in it. The filename must be LastName_FirstName-yourAndrewID-HM1.
Expected time required for this homework: Six hours. If you're quick, you can do it in under an hour.

I. Sets and Relations

  1. Using the basic definition of subsets, show that the empty set is a subset of every set.
  2. Definitions:  A relation $R$ on any set $A$ is said to be:

    For each of the following relations, state which of the above five properties hold. We will represent the relation using the symbol $R$.

    1. For $x,y \in \integers$,   $(x,y) \in R \Rightarrow |x| = |y|$.
    2. For $x,y \in \integers$,   $(x,y) \in R \Rightarrow x \lt y$.
    3. For $x,y \in \integers$,   $(x,y) \in R \Rightarrow x+y$ is even.

II. Induction

  1. Prove the following proposition \[ P(n):~~~ 2n + 1 \lt 2^n~~{\rm~for~all~} n \geq 3 \]
  2. We have seen in class how a chess board of size $2^n$ can be completely filled using $L$-shaped blocks, leaving one square empty as shown in the following figures. In class we used the specific construction that the empty square is at a corner of the board. Using induction, prove that this empty square could, in fact, be placed anywhere in the board.

    induction

    Figure. Left: A board of size $2^n$ ($n=2)$ filled using L-shaped blocks of size 3, leaving a corner square empty. Right: Filling the same board leaving a different square empty.
  3. Using induction, prove that every day is the same day of the week. Formally, you must prove the hypothesis $P(n)$ that “All days in any set of $n$ days are the same day of the week”. In order to do so, you must make a questionable assumption of the base case. Explain the problem. Wikipedia will give you the wrong answer, so don't bother with it.

III. Counting

  1. Prove that the set $\{1, 2, 7, 9, 10, 12\}$ is finite.
  2. Show that the intersection of a finite set and a countable set is finite.
  3. Show that the union of two finite sets is finite.

IV. Axioms

A field is a set for which we have defined an “addition” operation, usually denoted by “$+$”, and a “multiplication” operation, usually denoted by “$\times$”, which satisfy the following axioms. We will denote the field by the symbol $F$ below.

Axioms of addition:

Axioms of multiplication:

The distributive law: for all $x, y, z \in F$, \[ x\times (y+z) = x\times y + x \times z. \]

Note that the above are axioms. They cannot be derived. They are simply established by definition or diktat.

Fun Facts

You may be surprised to realize that commutativity, associativity, distributivity, and the non-equivalence of additive and multiplicative identities are not demonstrable facts. These are rules established by axiom. We can eliminate one or more of these rules, and a different type of mathematics will result, as we will see later.

Using the axioms of multipication, prove the following.

  1. If $x \neq 0$ and $x \times y = x \times z$, then $y = z$.
  2. If $x \neq 0$ and $x \times y = x$, then $y = 1$.
  3. If $x \neq 0$ and $x \times y = 1$, then $y = \frac{1}{x}$.
  4. If $x \neq 0$, then $\frac{1}{\frac{1}{x}} = x$.