MathDB
binary operation on R, (a/b)/c = (a/c) / (b/c) and (a/b)*c = (a*c) / (b*c)

Source: 2009 Belarus TST 8.1

November 8, 2020
algebraBinary operationOperation

Problem Statement

On R a binary algebraic operation ''*'' is defined which satisfies the following two conditions: i) for all a,bRa,b \in R, there exists a unique xRx \in R such that xa=bx *a=b (write x=b/ax=b/a) ii) (ab)c=(ac)(bc)(a*b)*c= (a*c)* (b*c) for all a,b,cRa,b,c \in R a) Is this operation necesarily commutative (i.e. ab=baa*b=b*a for all a,bRa,b \in R) ? b) Prove that (a/b)/c=(a/c)/(b/c)(a/b)/c = (a/c) / (b/c) and (a/b)c=(ac)/(bc)(a/b)*c = (a*c) / (b*c) for all a,b,cRa,b,c \in R.
A. Mirotin