$$ \newcommand{\cis}{\operatorname{cis}} \newcommand{\norm}[1]{\left\|#1\right\|} \newcommand{\paren}[1]{\left(#1\right)} \newcommand{\sq}[1]{\left[#1\right]} \newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\set}[1]{\left\{#1\right\}} \newcommand{\ang}[1]{\left\langle#1\right\rangle} \newcommand{\floor}[1]{\left\lfloor#1\right\rfloor} \newcommand{\ceil}[1]{\left\lceil#1\right\rceil} \newcommand{\C}{\mathbb{C}} \newcommand{\D}{\mathbb{D}} \newcommand{\R}{\mathbb{R}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\N}{\mathbb{N}} \newcommand{\F}{\mathbb{F}} \newcommand{\T}{\mathbb{T}} \renewcommand{\S}{\mathbb{S}} \newcommand{\intr}{{\large\circ}} \newcommand{\limni}[1][n]{\lim_{#1\to\infty}} \renewcommand{\Re}{\operatorname{Re}} \renewcommand{\Im}{\operatorname{Im}} $$
Due: January 28th, 2021

Math 104 Assignment 1

With this, and all future assignments, you should expect to have all necessary material to complete the assignment by the end of the week when it is posted.

  1. Partial orders

    Suppose that $(S, \preceq)$ is a partially ordered set; recall that for $a, b \in S$ we write $a \prec b$ if $a\preceq b$ and $a\neq b$. Let $\not\prec$ be the relation on $S$ defined by setting $a \not\prec b$ if and only if $a \prec b$ is false.

    1. Show that $\not\prec$ is not necessarily the same as $\succeq$.
    2. Prove that $\preceq$ is a total order if and only if both $\preceq$ and $\not\prec$ are partial orders.
    3. Suppose that $S$ is finite. Prove that there is a total order $\sqsubseteq$ on $S$ which extends $\preceq$, in the sense that whenever $a \preceq b$ we have $a \sqsubseteq b$ too.
  2. Properties of ordered sets

    Suppose $(S, \preceq)$ is an ordered set.

    1. Prove that if $E \subseteq S$, then $\sup E$ is unique if it exists.
    2. Prove that if $e \in S$ is an upper bound for $E \subseteq S$ and $e \in E$, then $e = \sup E$.
    3. Suppose that $E \subseteq S$ is non-empty, that $x\in S$ is a lower bound for $E$, and that $y \in S$ is an upper bound for $E$. Prove that $x \preceq y$. Must it be true that $x \prec y$?
      (A word on notation: the statement "$E \subseteq S$ is non-empty" here means "$E$ is non-empty and a subset of $S$"; it does not mean "$E$ is a subset of $S$ and $S$ is non-empty".)
    4. Prove that if $E \subseteq S$ is finite and non-empty, then $\sup E$ exists in $S$ (hint: use induction). As a result, show that if $S$ is finite then it has the Least Upper Bound Property.
    5. Show that $\emptyset$ has a greatest lower bound if and only if $S$ has a maximum element. (An element $y \in S$ is the maximum of $S$ if $x \preceq y$ for every $x \in S$.)
  3. Suprema depend on the ordered set

    1. Give an example of sets $E \subseteq S_1 \subseteq S_2 \subseteq S_3 \subseteq \Q$ such that $E$ has a least upper bound in $S_1$ and in $S_3$, but not in $S_2$.
    2. Prove that for any example with the properties above (not only the one you happened to write down), the least upper bound of $E$ in $S_1$ must be different from the least upper bound of $E$ in $S_3$.
    3. Does there exist an example with the above properties such that $E = S_1$? Provide an example or prove that it is impossible.
  4. Some explicit extrema

    1. Prove that $\inf\set{xy \mid x, y \in \Q, 2 \lt x \lt y} = 4$.
    2. Determine which of the following extrema exist in $\Q$, and find their values. You need not supply proofs, but you should convince yourself that you could produce a proof if you were asked to do so.
      1. $\inf\set{xyz \mid x, y, z \in \Q, 2 \lt x \lt y \lt z}$
      2. $\inf\set{x - y + z \mid x, y, z \in \Q, 2 \lt x \lt y \lt z}$
      3. $\inf\set{x + y - z \mid x, y, z \in \Q, 2 \lt x \lt y \lt z}$
      4. $\sup\set{x + y - z \mid x, y, z \in \Q, 2 \lt x \lt y \lt z}$
      5. $\sup\set{x + y - 2z \mid x, y, z \in \Q, 2 \lt x \lt y \lt z}$

Here are some further problems to think about out of interest. You do not need to attempt them, nor should you submit them with the assignment. They are coloured by approximate difficulty: easy/medium/hard.