theorem Th14:
  dom(g) = cod(f) implies g(*)f = ( the Comp of C ).(g,f)
proof
  assume dom(g) = cod(f);
  then [g,f] in dom(the Comp of C) by Def4;
  hence thesis by Def1;
end;
