theorem Th21:
  (x-y).|.z = x.|.z - y.|.z
proof
  (x - y) .|. z = x .|. z + (-y) .|. z by Def11
    .= x .|. z + ( - y .|. z ) by Th18;
  hence thesis;
end;
