MathDB
Define a*b=LCM[a,b]/GCD(a,b)

Source:

April 28, 2012
number theoryleast common multiplegreatest common divisor

Problem Statement

Suppose SS is the set of all positive integers. For a,bSa,b \in S, define ab=lcm[a,b]gcd(a,b)a * b=\frac{\text{lcm}[a,b]}{\text{gcd}(a,b)} For example 812=68*12=6. Show that exactly two of the following three properties are satisfied: (i) If a,bSa,b \in S, then abSa*b \in S. (ii) (ab)c=a(bc)(a*b)*c=a*(b*c) for all a,b,cSa,b,c \in S. (iii) There exists an element iSi \in S such that ai=aa *i =a for all aSa \in S.