The problem is to prove the following
If $\gcd(a,b) = c$, then $\gcd(a^m, b^m) = c^m$
I know that this can be solved easily by proving that $c\mid a \implies c^m \mid a^m$ and $c\mid b \implies c^m \mid b^m$. So the greatest common divisor of $a^m$ and $b^m$ is $c^m$. But the problem is that I want to use Bézout's Lemma (Identity) to prove this.
I first introduce the following notation:
$$a = ca' \quad \quad b = cb', \quad \quad \text{where $(a',b') = 1$.}$$
Now from Bézout's Lemma, becaus $a'$ and $b'$ are coprime integers then we have integer solutions for the following equation:
$$a'x + b'y = 1$$
It's obvious that also the following equation has an integer solution:
$$a'^mx_1 + b'^my_1 = 1$$
Although I'm not able to prove this using Bézout's Lemma.
Now multiply both sides by $c^m$ we get:
$$(a'c)^mx + (b'c)^my = c^m$$ $$a^mx + b^my = c^m$$
But Bézout's Lemma states that for given $c^m$ is the greatest common multiplier of $a^m$ and $b^m$ or it is a multiplier of it.
But how to prove that it's not a multiplier of the greatest common multiper, and in fact is the greatest common multiplier. Is it possible to solve this problem with Bézout's Lemma?
$$ax + by = 1$$
Have solution if (a,b) = 1. That also implies:
$$a^mx + b^my = 1$$
have solution. I didn't mean $x$ and $y$ are same numbers, they are just some variables, which are integer solutions. But anyway to make it more clear I'll edit the question.
– Stefan4024 Oct 13 '13 at 12:25