theorem
  for x be set holds x in less_eq_dom(f,a) iff x in dom f &
   ex y being Real st y=f.x & y <= a
proof
  let x be set;
  (ex y being Real st y=f.x & y <= a) iff f.x <= a;
  hence thesis by MESFUNC1:def 12;
end;
