Similarity and difference between $\color{red}{\text{least upper bound/greatest lower bound}}$, $\color{blue}{\text{maximal/minimal}}$, $\color{green}{\text{maximum/minimum}}$.
Given a partially ordered set $\left(P,\le\right)$ and a subset $S$ of $P$:
An element $ g \in P$ is the $\color{red}{\text{least upper bound/greatest lower bound}}$ of $S$ if :$$\forall s \in S : s\le g \;\;\text{and for every upper bound u of S} : \;\;\;g\le u \;\;\;\ $$
$$(\forall s \in S : g\le s \;\;\text{and for every lower bound u of S}: \;\;\;u\le g )$$
An element $ g \in S$ is the $\color{blue}{\text{maximal/minimal}}$ of $S$ if :$$\forall s \in S : s\le g \;\;\;\ (s\ge g)$$
Equivalently if there does not exist any $s\in S$ such that:
$$g\le s\ \text{and}\ g\ne s \;\;\;\ (g\ge s\ \text{and}\ g\ne s)$$
An element $ g \in S$ is the $\color{green}{\text{maximum/minimum}}$ of $S$ if :$$\forall s \in S : s\le g \;\;\;\ (s\ge g)$$
The similarity between all of them is that it may happen that neither least upper bound/greatest lower bound nor maximal/minimal nor maximum/minimum exist.
The similarity between maximum/minimum and maximal/minimal is that if they exist then they both belong to the set $S$, although a least upper bound/greatest lower bound may not belong to the set $S$ and their difference is that it may happen to have more than one maximal/minimal but maximum/minimum or least upper bound/greatest lower bound is always unique.
If a set has a $\color{green}{\text{maximum/minimum}}$ then its $\color{blue}{\text{maximal/minimal}}$ are unique and every maximum/minimum is a maximal/minimal but not vice versa, also every maximum/minimum is a least upper bound/greatest lower bound but not vice versa. it can be concluded that a maximum/minimum are a stronger form of maximal/minimal and the condition incomparability never can happen.
are my conclusions right?