reserve Q,Q1,Q2 for multLoop;
reserve x,y,z,w,u,v for Element of Q;

theorem
  x \ y = 1.Q implies x = y
proof
  assume x \ y = 1.Q;
  then x * 1.Q = y;
  hence thesis;
end;
