From "Fundamentals of Number Theory" by William J. LeVeque:
$M_n=2^n-1$.
Show that if $n=rs$, $M_r$ divides $M_n$.
My proof is:
$(M_n=2^n-1)+(n=rs) => (M_{rs}=2^{rs}-1)=>(M_{rs}=(2^r)^s-1)$
$(M_r=2^r-1)=>(M_r+1=2^r)$
$M_{rs}=(M_r+1)^s-1$
In the expansion of $(M_r+1)^s$, all components are of the form $M_rX$, except for the product of all ones. This follows from the combinatorial constraints. Therefore $M_n$ is of the form
$M_n=M_{rs}=M_r(X_1+X_2+...)+1-1$.
Thus $M_r|M_n$.
I have two questions:
1) Is this proof correct/acceptable?
2) In what other ways can this problem be solved? Specifically I am interested in what other kinds of algebraic/logical/mathematical manipulations could be used.
Thanks in advance!