
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% exercise set 1
%%% due september 4, 2009
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass{amsart}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{nicefrac}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}


% \input hw.sty

\textwidth = 6 in
\textheight = 8.5 in
\oddsidemargin = 0.0 in
\evensidemargin = 0.0 in
\topmargin = 0.0 in
\headheight = 0.0 in
\headsep = 0.0 in
\parskip = 6pt
\parindent = 0.0in

% \hoffset=-.7in
% \voffset=-.7in


\newcommand{\mN}{{\mathbb N}}
\newcommand{\mR}{{\mathbb R}}


\begin{document}
\parskip=0pt

\begin{center}
Math 445,  Fall 2009 \hfill  Exercise Set \#1 \hfill Turn in: September 4 
\end{center}
 
 \bigskip
 
 \bigskip
 
 {\bf 1.}   [\#10, page 9] ~ Call a subset $B$ of a set $A$ {\it cofinite} if the complement of $B$ in $A$ is finite.
 If $B$ and $C$ are cofinite subsets of $A$, prove that $B \cap C$ is cofinite.
 
  
  \bigskip
  
  
 {\bf 2.} [\#2, page 13]   Let $L$ be a partially ordered set in which {\it every} subset has a top and bottom element. Prove that $L$ is a finite chain.
  

 \bigskip
  
 {\bf 3.} [\#3, page 13]   Let $\mN$ be the chain of positive integers, in its usual order. Is $\mN$ complete? Is $\mN$ complete if $\omega$ = ``$\infty$'' is placed on top?  

 \bigskip
 
 {\bf 4.} [\#4, page 13]   Let $\mN$ be the set of positive integers and define ``$m \leq n$'' to mean that $m$ divides $n$. Is $\mN$ a lattice? Is it complete? If not, how could we make it complete?
 \bigskip
 
 {\bf 5.} [\#9, page 13]   Let $L$ be a distributive lattice with a top element ``1'' and a bottom element ``0''. 
 (Recall this means that $0 \leq a \leq 1$ for all $a \in L$.)
 
 Prove: If an element $a \in L$ has a complement, then the complement $a'$ is unique.  (Recall that $b \in L$ is a \emph{complement} for $a$, if $b$ satisfies $a \cup b = 1$ and $a \cap b = 0$.)
 
 
  \bigskip
 
 {\bf 6.} [\#7, page 17]    Given a function $f \colon A \to A$, we write $f^n$ for the function on $A$ obtained by taking the composite of $f$ with itself $n$ times. Suppose that $f^n$ equals the identity function for some $n$ (one then says that $f$ is \emph{periodic}.) Prove that such $f$ is one-to-one  and onto. 

 \bigskip
 
 {\bf 7.} [\#8, page 17]    As a generalization of periodic functions, 
 we say that $f \colon A \to A$ is \emph{locally periodic} if for every $x \in A$ 
 there exists an integer $n(x) \geq 1$, depending on $x$, such that $f^{n(x)}(x) = x$.
Prove that a locally periodic function is one-to-one and onto. 
 \bigskip
 
 {\bf 8.} [\#14, page 18]    Fix a set $A$. For a subset $S \subset A$, the characteristic function $\phi_S$ of $S$ is the function from $A$ to the set $\{0,1\}$ which takes the value $1$ on every element of $S$, and the value $0$ on every element of the complement $S' = A - S$. Prove, for subsets $S, T \subset A$:
 
 \begin{enumerate}
\item $\phi_{S \cap T} = \phi_S \cdot \phi_T$ ~ (the product of the two functions)
\item $\phi_{S'} = 1 - \phi_{S}$
\item $\phi_S + \phi_T = \phi_{S \cup T} - \phi_{S \cup T}$
\end{enumerate}

 
  \bigskip
 
 {\bf Optional} [\#11--16, page 14] These are ``*'' problems, and will likely require some thought to show. But the results are considered interesting problems about chains in partially ordered sets, so worth spending the extra time on. They are not required, as not even sure how hard the solutions might be; but will read and mark your solutions if you turn them in.

 
 

 \bigskip
 
  
 \vfill
 
\end{document}


