reserve C for Category,
  C1,C2 for Subcategory of C;

theorem Th23:
  for C being Category, a being Object of C, f being Morphism of C holds
  f in Hom a iff cod f = a
proof
  let C be Category, a be Object of C, f be Morphism of C;
  cod f in {a} iff cod f = a by TARSKI:def 1;
  hence thesis by FUNCT_2:38;
end;
