
theorem Th44:
  for C1,C2 being 1-sorted, M being BimapStr over C1,C2
  st M is Covariant onto holds M is coreflexive
proof
  let C1,C2 be 1-sorted;
  let M be BimapStr over C1,C2;
  assume
A1: M is Covariant onto;
  then the ObjectMap of M is Covariant;
  then consider f being Function of the carrier of C1, the carrier of C2
  such that
A2: the ObjectMap of M = [:f,f:];
  the ObjectMap of M is onto by A1;
  then f is onto by A2,Th4;
  hence
  id the carrier of C2 c= (the ObjectMap of M).:id the carrier of C1
  by A2,Th11;
end;
