theorem Th35:
  b is terminal implies dom(term(a,b)) = a & cod(term(a,b)) = b
proof
  assume b is terminal;
  then Hom(a,b) <> {};
  hence thesis by CAT_1:5;
end;
