"Define a relation on the set N of natural numbers by declaring that for all x, y ∈ N, $x \propto y \iff $(x = y) or (4x ≤ y). Let S = {2, 4, 6, 8, 10, 12} be a subset of $\mathbb{N}$ .
(i) Find all maximal and minimal elements of S with respect to $\propto$ (ii) Find the set of upper bounds of S in $\mathbb{N}$ with respect to $\propto$. Is there the least upper bound of S in $\mathbb{N}$? Explain your answer."
For part (i), I found that the set of maximal elements was {10, 12, 4, 6, 8} and the set of minimal elements were {2, 4, 6}
However I'm unsure what to do for part (ii). I can't figure out the difference between an upper bound and a maximal element, and the part of the question which says "of S in $\mathbb{N}$" confuses me.
A maximal element of $S$ must be a member of $S$. An upper bound need not be, but it has to be comparable to all members of $S$. $10$ is maximal in $S$ because it is not $\propto$ any member of $S$. It is not an upper bound as $12 \not \propto 10$. Neither is $12$ an upper bound as $10 \not \propto 12$ The "in $\Bbb N$" part just means you should consider all the naturals as potential upper bounds. $1,000$ is an upper bound for $S$ because $\forall x \in S (4x\le 1,000)$, which implies $\forall x \in S (x \propto 1,000)$