I was reading the theorem about the existence of an integer $t$, the primitive root modulo prime. The proof seemed a bit confusing. I mean the construction part. Why did not they immediately take $t = xy$ instead of $t = x^{m'}y^{m}$? I think $xy$ also satisfies the requirements. Thanks in advance. Here is the link of the proof:
http://www.math.stonybrook.edu/~scott/blair/Proof_Theorem_5.html#B
Let $x\in \{1,...,p-1\}$, and let $d$ be the order of $x$.
If $d=p-1$, then $x$ is a primitive root, and we're done.
Suppose $d < p-1$.
The plan is to find some element of $t\in\{1,...,p-1\}$ whose order exceeds $d$, and then iterate, using $t$ as the new $x$.
As the author argues, there exists $y\in\{1,...,p-1\}$ whose order doesn't divide $d$.
Let $e$ be the order of $y$.
If $e > d$, we can let $t=y$.
Since $e\not\mid d$, we can't have $e=d$.
Suppose $e < d$.
Your claim is that we can let $t=xy$.
Unfortunately, this doesn't always work.
As you correctly observed, since $e\not\mid d$, we get $\text{gcd}(d,e) < e$, hence $$ \text{lcm}(d,e) = \frac{de}{\text{gcd}(d,e)} = d\left(\frac{e}{\text{gcd}(d,e)}\right) > d $$ Let $f$ be the order of $xy$.
Clearly $f{\,|\,}\bigl(\text{lcm}(d,e)\bigr)$.
However, noting Bill Dubuque's post, and correcting my earlier answer, it's not automatic that $f=\text{lcm}(d,e)$.
In fact, we can't even claim $f > d$.
As an example, letting $p=31,x=7,y=23$, we get
This shows that your idea of using $xy$ for the next iteration doesn't always work.