Let $p,q $ be primes. It is given that $t_1$ divides $p-1$ and that $t_2$ divides $q-1$. Can it then be proved that $\text{lcm}(t_1,t_2) \leq \text{lcm}(p-1,q-1)$
2026-02-24 05:37:27.1771911447
On
If $t_1\mid p-1$ and $t_2\mid q-1$, then $\text{lcm}(t_1,t_2) \leq \text{lcm}(p-1,q-1)$
129 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
By hypothesis $t_1 \mid p-1 , \ t_2 \mid q-1$. So $t_1 \mid [p-1,q-1]$ and $t_2 \mid [p-1,q-1]$. Using the definition of LCM, you can conclude that $[t_1,t_2] \mid [p-1,q-1]$
Note that $[a,b]$ is taken positive by definition so you can conclude your proof.
$[a,b$] is the lcm of a,b
this proof is based on the fact that, if $a \mid b$ then $a \mid kb \ \ \forall k \in \mathbb{Z}$. And on the def. Of lcm: if $m$ is the lcm of $a,b$ then $m$ divides every other multiple of $a$ and $b$.
We don't need primality here
If $a|A, b|B,$ we can prove lcm$(a,b)|$lcm$(A,B)$
For any prime $p,$
if $p^r|a,$ the power of $p$ in $A$ has to be $R\ge r$
and if $p^s|b,$ the power of $p$ in $B$ will be $S\ge s$
So, the power of $p$ in lcm$(a,b)$ will be ${max(r,s)}$
and the power of $p$ in lcm$(A,B)$ will be ${max(R,S)}\ge {max(r,s)}$
So, lcm$(a,b)$ will divide lcm$(A,B)$