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

theorem Th20b:
  1.Q in Nucl_m Q
proof
  for x,z holds (x * 1.Q) * z = x * (1.Q * z);
  hence thesis by Def23;
end;
