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

theorem Th6:
  x / x = 1.Q
proof
  1.Q * x = x;
  hence thesis;
end;
