theorem Th16:
  for A being Subset of TOP-REAL n holds BDD A c= A`
proof
  let A be Subset of TOP-REAL n;
  reconsider D=BDD A as Subset of (TOP-REAL n) | A` by Th11;
  D c= the carrier of ((TOP-REAL n) | A`);
  hence thesis by PRE_TOPC:8;
end;
