theorem
  (for a,b holds a=b) implies for p,q,r,s holds p,q '||' r,s
proof
  assume
A1: for a,b holds a=b;
  let p,q,r,s;
  r=s by A1;
  hence thesis by Def11;
end;
