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 1.Q * y = x;
  hence x = y;
end;
