theorem Th12:
  for f being strict RingMorphism holds {f} is RingMorphism_DOMAIN
proof
  let f be strict RingMorphism;
  for x being object st x in {f} holds x is strict RingMorphism
    by TARSKI:def 1;
  hence thesis by Def12;
end;
