Coprimality of numbers is a new concept for me. I've been reading up on it and I don't quite grasp it yet. Is there a way to show that given $2^{p}f(x) - 1$ and $1 + 3f(x)$ are coprime for all values of x where $p \geq 1$ and is an integer and $f(x) \geq 1$ and is an integer for all values of $x$?
I can see that for any value of $f(x)$, one side will be even and the other odd. But I don't know if that's enough on it's own.
Edited for clarity. The question I have is that I’m working with an equation of the form
$$2^{q}(2^{p}f(x) - 1) = 3(1 + 3f(x))$$
This has the form $p_{1}^{a_{1}} \times g(x) = p_{2}^{a_{2}} \times h(x)$, where $p_{1}$ and $p_{2}$ are primes and $a_{1}$ and $a_2$ are positive integers. I’m trying to show in this case that
$$2^{p}f(x) - 1 = 3$$ $$2^{q} = 1 + 3f(x)$$
But this is only true if $2^{p}f(x) - 1$ and $1 + 3f(x)$ are coprime. Is there a way to prove that they are coprime?