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

theorem Th20a:
  1.Q in Nucl_l Q
proof
  for y,z holds (1.Q * y) * z = 1.Q * (y * z);
  hence thesis by Def22;
end;
