theorem Th1:
  for f being strict LModMorphism of R holds {f} is LModMorphism_DOMAIN of R
proof
  let f be strict LModMorphism of R;
  for x be Element of {f} holds x is strict LModMorphism of R by TARSKI:def 1;
  hence thesis by Def2;
end;
