theorem
  id (bool A) is monotonic MSSetOp of A
proof
  reconsider a = id (bool A) as MSSetOp of A;
  a is monotonic
  by Th9;
  hence thesis;
end;
