I have been trying to evaluate this GCD with different manners:
- For instance: $(x \wedge m)(x \wedge n) = \prod_{p \in \mathbb{P}} p^{\min\{ v_p(x), v_p(m) \}} \times \prod_{p \in \mathbb{P}} p^{\min \{ v_p(x), v_p(n) \}}$
I am not sure how to show that $\min\{ v_p(x), v_p(m) \} + \min\{v_p(x), v_p(n) \} = v_p(x)$.
Also, I have been trying to rewrite $x$ as a divisor of $mn$ and extract some common factors without success.
Euclid algorithm didn't work.
What is the evident way to show this without lengthy proof using decomposition in prime numbers of $x, m, n$?
EDIT2: The proof posted earlier was false.
Notations : $\wedge$ is the GCD. $\mathbb{P}$ is the set of prime numbers.