reserve X for non empty set,
  Y for set,
  S for SigmaField of X,
  F for sequence of S,
  f,g for PartFunc of X,REAL,
  A,B for Element of S,
  r,s for Real,
  a for Real,
  n for Nat;

theorem
  f is A-measurable & g is A-measurable & A c= dom g implies A /\
  less_dom(f,r) /\ great_dom(g,r) in S
by MESFUNC1:36;
