Given the set $P=\mathbb{Z}\times\mathbb{Z}$ and the partial order $<$ on $P$ defined by $(a,b)<(c,d)$ iff $a$ less than $c$ and $b$ less than $d$.
Let $S=\mathbb{N}\times\mathbb{N}.$ Describe each of the following:
(a) the minimal elements of $S,$
(b) the maximal elements of $S,$
(c) the lower bounds of $S,$
(d) the upper bounds of $S,$
(e) the lub of $S,$
(f) the glb of $S.$
I know all the meaning of the questions (a), (b), (c), (d), (e), but I don't know how to list out the partial order of $S$ and $P.$ If I have the partial order of $S$ and $P,$ I am able to finish the rest of the question by myself.
It's unclear what you mean by "listing out" the partial order of $S$ and $P,$ but it sounds like you simply may not be understanding the definition. For example, $(-5,1)<(6,3),$ but $(-5,1)\not<(6,1)$ and $(8,1)\not<(6,3).$ Can you see why each of these holds? If not, let me know.
Added: Probably the easiest way to begin is to develop a visual understanding for how the partial order works. Let's imagine an ordered pair $(a,b)$ in $P$--that is, a point on the $xy$-plane, whose coordinates are both integers. The "greater" points $(c,d)$ are those with $a<c$ and $b<d.$ What does that mean about $(c,d)$ visually? Well, $a<c$ means that $(c,d)$ is somewhere to the right of $(a,b),$ and $b<d$ means that $(c,d)$ is somewhere above $(a,b).$ Thus, given any point $(a,b),$ the points greater than $(a,b)$ will be those above it and to the right. Similarly, the points less than $(a,b)$ will be those below it and to the left.
In our first picture, we see the point $(a,b)$ in red. The points in black are all greater than $(a,b).$ No points less than or incomparable to $(a,b)$ are shown.
In our second picture, we see the point $(a,b)$ in red again, but this time, the black points are those less than $(a,b).$ No points greater than or incomparable to $(a,b)$ are shown.
In our third picture, we once again see $(a,b)$ in red, but this time, the points in black are those incomparable to $(a,b).$
This is an exercise of applying definitions to justify our visual understanding. Let me show you how we might go about determine some of the answers visually (and sometimes logically). I will also outline a proof for one, and give a detailed proof for another.
The minimal elements of $S$ are elements $(a,b)$ of $S$ such that $(c,d)\not<(a,b)$ for all $(c,d)\in S.$ Visually, we need the the points in $S$ with no other points in $S$ below and to the left of them. But what are the points of $S$? Well, they are points in the $xy$-plane with non-negative integer coordinates. Put another way, they are the elements of $P$ lying either
Every point satisfying 4 will have the origin below and to the left of it, so none of those can be minimal elements in $S.$ The points satisfying 1 and 2 have no points of $S$ below them, so will be minimal in $S$. The points satisfying 1 and 3 have no points of $S$ to the left of them, so will be minimal in $S$. Thus, the minimal points of $S$ will be those satisfying 1, 2, or 3.
Algebraically, this means we must show that the minimal points of $S$ are those $(a,b)\in S$ with $a=0$ and/or $b=0.$ I would let the proof follow my visual understanding, as follows:
Now, we could try to proceed entirely logically from the definitions, and never worry about a visual. We need the elements $(a,b)$ of $S$ such that $(c,d)\not<(a,b)$ for all $(c,d)\in S.$ Put another way, no matter what $c,d$ we choose from $\Bbb N,$ we'll have $c$ not less than $a$ or we'll have $d$ not less than $b$ (or we'll have both); this is simply by negating the definition of $<$. Since $\Bbb N$ is totally ordered, this means we'll have $a$ less than or equal to $c$ for all $c\in\Bbb N$ or we'll have $b$ less than or equal to $d$ for all $d\in\Bbb N$ (or we'll have both). Put more briefly, $a$ or $b$ (or both) must be a lower bound of $\Bbb N,$ but since $a,b\in\Bbb N,$ this means that $a$ or $b$ (or both) must be the least element of $\Bbb N.$ This means that $a=0$ and/or $b=0,$ which is exactly what our visual led us to conclude, so our proof from that point would proceed in much the same way.
The maximal elements of $S$ are elements $(a,b)$ of $S$ such that $(a,b)\not<(c,d)$ for all $(c,d)\in S.$ Visually, they would be points of $S$ with no points of $S$ above and to the right of them. But there are no such points! Given any point $(a,b)$ of $S,$ $(a+1,b+1)$ will be a point of $S$ that is above and to the right of $(a,b),$ so $(a,b)$ cannot be maximal in $S.$
Or, avoiding the visual, we can negate the definition of $(a,b)<(c,d)$, and reason in a similar fashion to the minimal elements question, concluding that we'd need $a$ or $b$ (or both) to be the greatest element of $\Bbb N.$ Since $\Bbb N$ has no greatest element, we conclude that $S$ has no maximal elements.
The lower bounds of $S$ are the elements $(a,b)$ of $P$ such that $(a,b)\leq(c,d)$ for all $(c,d)$ in $S$. Visually, $(a,b)$ is a point such that all elements of $S$ are either equal to $(a,b),$ or above and to the right of $(a,b).$ However, there is no point of $S$ with all other points of $S$ above and to the right of it, so the lower bounds of $S$ are those points of $P$ below and to the left of all points of $S.$ In order to be below all points of $S,$ it will need to be below the $x$-axis, and in order to be to the left of all points of $S,$ it must be to the left of the $y$-axis. Thus, the lower bounds of $S$ will be the points $(a,b)$ in $P$ with $a<0$ and $b<0.$
[I will prove this in more detail below.]
The upper bounds of $S$ are the elements $(a,b)$ of $P$ such that $(c,d)\leq(a,b)$ for all $(c,d)$ in $S$. Visually, $(a,b)$ is a point such that all elements of $S$ are either equal to $(a,b),$ or below and to the left of $(a,b).$ However, no point of $S$ has all other points of $S$ below and to the left of it--if there were such a point of $S,$ it would be maximal in $S,$ and we've already determined that $S$ has no maximal elements. On the other hand, if we pick a point $(a,b)$ of $P$ that isn't in $S,$ then $(a,b)$ will be to the left of the $y$-axis and/or below the $x$-axis, and thus can't have any elements of $S$ below and to the left of it, so can't be an upper bound of $S.$
Now, I will prove exactly what the lower bounds of $S$ are, and prove further that $S$ has no greatest lower bound.
I will insert some comments in areas where I think you may have confusion/questions.
I suspect that your confusion stems from $(\star).$ Given the way that $<$ was defined, it is tempting to say that $(x,y)\le(a,b)$ iff $x$ is less than or equal to $a$ and $y$ is less than or equal to $b.$ However, this is not the case, as our visual understanding made clear (and as the proof will show momentarily).
On the other hand, suppose we defined $\preceq$ on $P$ by $(a,b)\preceq(c,d)$ iff $a\le b$ and $c\le d,$ then defined $\prec$ by $(a,b)\prec(c,d)$ iff $(a,b)\preceq(c,d)$ and $(a,b)\neq(c,d).$ Put visually, $(a,b)\prec(c,d)$ if $(c,d)$ is either (i) directly above $(a,b),$ (ii) directly to the right of $(a,b),$ or (iii) above and to the right of $(a,b).$ Considering $P$ as a partial order under $\prec,$ we would have that $(0,0)\preceq(a,b)$ for all $(a,b)\in S,$ making $(0,0)$ the least element (and so greatest lower bound) of $S$ in $P$ under that different partial order.
The short version, here, is that none of the elements of $S$ can be a lower bound of $S.$ This isn't always the case. Considering $D=\{(n,n):n\in\Bbb N\},$ then we have that $(0,0)$ is the least element (and so greatest lower bound) of $D$ in $P.$ And as mentioned above, in the different partial order $\preceq$, $(0,0)$ is the least element (and greatest lower bound) of $S$ in $P.$
At this point, we've proved that $(x,y)$ is a lower bound of $S$ in $P$ iff both $x$ and $y$ are negative integers, having proved the implication in both directions.