theorem Th32:
  i in I implies SF.i is Subset-Family of (M.i)
proof
  assume
A1: i in I;
  SF c= bool M by PBOOLE:def 18;
  then SF.i c= (bool M).i by A1;
  hence thesis by A1,MBOOLEAN:def 1;
end;
