
This is what I have been able to come up with so far.
I know that using Bezout's identity the g.c.d can be written into the sum of the products of two numbers (with a and b included). I also know that every number has a unique prime factorization, and to find the g.c.d you take the minimum value of the exponent for each prime number.
Additionally, I recognized that for the g.c.d of a and b to be 1, that means their prime factorization must include exponents raised to the zero power.
However, I am lost as to how to put all of this together to complete the proof.
CORRECTION For the last two lines it is supposed to be: min(v_i, r_i + s_i) = min(v_i, r_i) + min(v_i, s_i) and disregard the last line.
Let's consider only the primes where the exponents are greater than zero. Since a and b are coprime, your r's and your s's are disjoint and $min(v,r+s)$ is just either $min(v,r)$ or $min(v,s)$ You are mistaken in muliplying $min(v,r)$ and $min(v,s)$; they should be added, and you only get one or the other for a given prime, not both.
I don't think Bezout's inequality enters into it.