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 , there exists a unique such that (write )
ii) for all
a) Is this operation necesarily commutative (i.e. for all ) ?
b) Prove that and for all .A. Mirotin