[Math] Dual Of A Poset

discrete mathematicselementary-set-theoryrelations

The question I am working on is, "Find the duals of these posets.

a) $(\{0,1,2\},≤)$

b) $(\Bbb Z,≥)$

c) $(P(\Bbb Z),⊇)$

d) $(\Bbb Z^+,|)$

In my textbook, they say to find the dual of a poset, you simply find $R^{-1}$. To find the inverse of a relation, would that involve me finding the inverse of, say, $\le$ by switching the inequality to $\ge$? If so, why procedure find the inverse of a relation? I am having a little difficulty comprehending that. In time prior, when I had to find the inverse of a relation, I simply flipped the numbers around in an ordered-pair.

Edit:

I think the ones I am having most trouble with are parts c and d. Does part c mean that the relation $R$ is a subset of $P(\Bbb Z) \times P(\Bbb Z)$, where $A$ and $B$ elements of $P(\Bbb Z)$, and the relation is $R=\{(A,B)|A \subseteq B\}$? And the inverse of that relation would be $R^{-1}=\{(A,B)|A \supseteq B\}$?

Best Answer

$(d)\;(\Bbb Z^+,|)$

Here, our set is the set of all positive integers $\mathbb{Z}^+$. We have the relation $R$ given by $\;x\sim y\;$ if and only if $\;x$ divides $y$. More concisely, $$\text{for}\; x, y \in \mathbb{Z}^+,\quad R = \{(x, y): x\mid y\}.$$

You know that $$(x, y) \in R \iff x\mid y,$$

if and only if $$(y, x) \in R^{-1}\;\iff y\mid x.$$

This gives us the relation $R^{-1}$ defined on $\mathbb{Z}^+$ such that $$R^{-1} = \{(y, x): y|x\};\; \text{ in ohter words}\;\; R^{-1} = \{(y,x): \exists n \in \mathbb{Z}^+ \text{ such that}\; x = ny\}.$$