I'm looking for a way to prove that this system of equations has no solution for $A, B, C, a, b, c$ positive integers with $a, b, c$ distinct.
$$2^A * a = 3 * c + 1$$
$$2^B * b = 3 * a + 1$$
$$2^C * c = 3 * b + 1$$
If zero can be accepted, then there are solutions, for example: $A=0$, $B=3$, $C=2$, $a=13$, $b=5$, $c=4$.
I've checked solutions using a computer program, but I don't know how to start a mathematical proof.
Can someone help me?