$a, b, c, d, e, f$ are natural numbers. $a$ and $b$ are co-prime(relatively prime). If this equation is true:
$$ a ^ c \times b ^ d = a ^ e \times b ^ f$$ Then does this mean that both these equations are always true: $$c = e ,d = f$$ ? Is it always true? What would the proof for it be? Would this be true if there were more terms?
We can simplify this by focussing on $a$:
$$k\cdot a ^ c = m\cdot a ^ e $$
with $k$ and $m$ coprime to $a$. Then the prime powers that contribute to $a^c$ on the left hand side can only be part of $a^e$ on the right hand side, so we must have $a^c=a^e$ (and of course $k=m$) and the rest of the analysis is similar, including if we have more pairwise coprime numbers to consider.