I have difficulty with Zorn's lemma.
Zorn's lemma. If $A$ is a partially ordered set such that every chain in $A$ has an upper bound, then $A$ contains a maximal element.
Let's check it for the following example:
$$ A=\left\{0,1, \ldots, 100 \right\} $$
with the partial order relation (is divisible):
$$ \forall a, b \in A \quad a|b \iff \exists k\in \mathbb N \quad b=ka, $$
so the following sets are chains in $A$.
$\begin{align} A_2=\left\{1,2,4,\ldots, 64\right\}=& \left\{2^n, n\in \mathbb N\right\}\cap A,\\ A_3=\left\{1,3,9,\ldots, 81\right\}=& \left\{3^n, n\in \mathbb N\right\}\cap A,\\ & \cdots \cdots \\ A_m= \left\{m^n, n\in \mathbb N\right\}\cap A,& m\in A. \end{align}$
Clearly, every sets $A_m, m\in A$ has a upper bound, then the set $A$ is inductive. By Zorn's Lemma, The set $A$ possesses a maximal element with respect to the partial order relation $|$ (is divisible by).
Question: What is the maximum element of $A$ with respect to the partial order relation?
I see that $100$ is the maximum element w.r.t the relation "less than or equal to", not w.r.t the relation $|$.
Thank you very much for your help.