theorem Th11:
  u,u#v // u#v,v
proof
  set p = u#v;
  2*(p-u) = v-u by Th10
    .= 2*(v-p) by Th10;
  hence thesis by ANALOAF:def 1;
end;
