reserve X for set;

theorem
  for S being SigmaField of X, M being sigma_Measure of S,
      A being Element of S, B being measure_zero of M st A c= B holds
    A is measure_zero of M
proof
  let S be SigmaField of X, M be sigma_Measure of S, A be Element of S, B be
  measure_zero of M;
  assume A c= B;
  then M.A <= M.B by Th8;
  then
A1: M.A <= 0. by Def7;
  0.<= M.A by Def2;
  then M.A = 0.by A1;
  hence thesis by Def7;
end;
