theorem Th20:
  a,a '||' b,c
proof
  b,c '||' a,a by Def11;
  hence thesis by Th19;
end;
