\documentclass[11pt]{amsart} \usepackage{graphicx} \usepackage{amssymb} \textwidth = 6.5 in \textheight = 10.3 in \oddsidemargin = 0.0 in \evensidemargin = 0.0 in \topmargin = -1.0 in \headheight = 0.0 in %\headsep = 0.1 in \parskip = 0.2in \parindent = 0.0in \newcommand{\pchoose}[2]{\begin{pmatrix}#1\\ #2\end{pmatrix}} \newcommand{\bchoose}[2]{\begin{bmatrix}#1\\ #2\end{bmatrix}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%% Young diagrams, grace a Francois Bergeron \newdimen\squaresize \squaresize=10pt \newdimen\thickness \thickness=0.4pt \def\square#1{\hbox{\vrule width \thickness \vbox to \squaresize{\hrule height \thickness\vss \hbox to \squaresize{\hss#1\hss} \vss\hrule height\thickness} \unskip\vrule width \thickness} \kern-\thickness} \def\vsquare#1{\vbox{\square{$#1$}}\kern-\thickness} \def\blk{\omit\hskip\squaresize} \def\noir{\vrule height\squaresize width\squaresize}% %\def\noir{\gray{\vrule height\squaresize width\squaresize}}% \def\blkk{\omit} \def\young#1{ \vbox{\smallskip\offinterlineskip \halign{&\vsquare{##}\cr #1}}} \def\thisbox#1{\kern-.09ex\fbox{#1}} \def\downbox#1{\lower1.200em\hbox{#1}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Homework \#6} \author{Date: March 18, 2020 : Due: April 1, 2020 } \begin{document} \maketitle In class we have been talking about relations and we have defined the the notions of reflexive, symmetric and transitive. A relation $R$ on a set $D$ is called {\it anti-reflexive} if $(x,x) \notin R$ for any $x \in D$. A relation $R$ is called {\it anti-symmetric} if $(x,y) \in R$ with $x \neq y$, then $(y,x) \notin R$. A relation is called {\it circular} if $(x,y) \in R$ and $(y,z) \in R$, then $(z,x) \in R$. \begin{enumerate} \item Prove that it is not possible to have a relation on a non-empty set $D$ which is both reflexive and anti-reflexive. Note that if $D$ is empty, it is possible to have a relation which is both reflexive and anti-reflexive so make sure that your explanation reflects this.\\ \item Choose $D = \{1,2,3,4\}$ to be the domain of a relation. For each of the 8 combinations \begin{align*} \{ (A, B, C) : &A \in \{ \hbox{anti-reflexive}, \hbox{not anti-reflexive} \},\\ &B \in \{ \hbox{anti-symmetric}, \hbox{not anti-symmetric} \},\\ &C \in \{ \hbox{circular}, \hbox{not circular} \} \} \end{align*} give at least one example of a relation which satisfies exactly those possibilities. For some combinations of properties, it may be that no such relation exists. In these cases, prove that it is impossible by providing an explanation why.\\ \item A {\it partially ordered set} (sometimes called a {\it poset}) is a set $D$ together with a relation on $D$ which is reflexive, anti-symmetric and transitive. Prove that the positive integers together with the relation $$\{ (a,b) : a,b \in {\mathbb Z}, a\hbox{ divides }b \}$$ is a partially ordered set.\\ \item Prove that the relation on the complex numbers defined by $$R = \{ (x,y) : x,y \in {\mathbb C}, x = a y\hbox{ for some }a \in {\mathbb R}, a>0\}$$ is an equivalence relation. Give a description of the equivalence classes of the relation. \end{enumerate} \end{document}