theorem Th10:
  for g,f being Element of Morphs(V) st dom(g) = cod(f) holds g*f in Morphs(V)
proof
  let g,f be Element of Morphs(V);
  assume dom(g) = cod(f);
  then dom'(g) = cod'(f);
  hence thesis by Th9;
end;
