Prove - The spanning tree $M$ is a minimum spanning tree (MST) for $G$ with weights $c > 0$ if and only if $M$ is an MST for $G$ with weights $c^x$ for $x > 0$.
I am confused, how to prove this, as $c$ could be between $0$ and $1$, and then multiplying edge weights by $c$, will decrease weight. How can I prove the proposition?