Let n have prime factorization n = p^s1 · p^s2 · · · p^sk
and let m have prime factorization m = q^t1 · q^t2 · · · q^tl
If n|m, what must be true about the corresponding lists of primes and the powers in these two prime factorizations?
I'm reviewing for my final and don't know what is true...help is appreciated!
It may be helpful to write the factorizations more precisely, so that we can say more about them:
$$n=p_1^{s_1}\cdot p_2^{s_2} \cdots p_k^{s_k}$$
$$m=q_1^{t_1}\cdot q_2^{t_2} \cdots q_k^{t_h}$$
I replaced your $l$ with $h$ because it is slightly easier to read in the subscript of the exponent. In any case, we can choose the $p_i$ and the $q_j$ so that $$p_1 < p_2 \cdots < p_k$$ $$q_1 < q_2 \cdots < q_h$$
If $n\,|\,m$, by definition we have $$\exists\, x \in \mathbb{Z} \,\,\,\,\text{ s.t. }\,\,\, m=nx$$
Suppose a prime $r \in \mathbb{Z}$ divides $n$. Then there exists a $y \in \mathbb{Z}$ such that $n=ry$. So we can substitute to get $m=rxy$, which means the prime $r$ divides $m$.
In other words, if any prime divides $n$, it must divide $m$ as well.
This means that the set of primes in the prime factorization of $n$ is a subset of the set of primes in the prime factorization of $m$. This allows us to say $$k \leq h$$
Further, if $p_i=q_j$, then the exponents must satisfy $$s_i \leq t_j$$