theorem Th27:
  p '&' q <> p & p '&' q <> q
proof
  len p < len(p '&' q) by Th15;
  hence thesis by Th15;
end;
