reserve a, b, c, d, x, y, z for Complex;

theorem Th32:
  y.|.x = (x.|.y)*'
proof
  thus (y.|.x)=(y*x*')*'*' .=((x*')*'*(y*'))*' by COMPLEX1:35
    .=(x.|.y)*';
end;
