reserve o,m for set;
reserve C for Cartesian_category;
reserve a,b,c,d,e,s for Object of C;

theorem Th14:
  term a = term(a,[1]C)
proof
  [1]C is terminal by Def8;
  hence thesis by CAT_3:37;
end;
