theorem Th33:
  for A being discrete Category, a being Object of A holds Hom(a,a ) = { id a}
proof
  let A be discrete Category, a be Object of A;
  now
    let g be Morphism of a,a;
    id a in Hom(a,a) & g in Hom(a,a) by CAT_1:def 5;
   hence g = id a by ZFMISC_1:def 10;
  end;
  hence thesis by CAT_1:8;
 end;
