log a : log b : log c=(b-c):(c-a):(a-b)
I interpret this to mean that
log a / log b = (b-c)/(c-a) and
log b / log c = (c-a)/(a-b) and so
log a / log c = (b-c) / (a-b)
The ratio assure us that none of the differences are 0.
The first equation is that logb a=(b-c)/(c-a) or that b(b-c)/(c-a) = a or bb-c = ac-a
The second equation, inverted says that
logb c = (a-b)/(c-a) or that b(a-b)/(c-a) = c or that ba-b = cc-a
Multi[plying these last two together ba-b × bb-c =(ac)c-a or that
ba-c = (1/ac)a-c which seems to me to make abc=1. That's as far as I got.