reserve X for non empty TopSpace;
reserve Y for non empty TopStruct;
reserve x for Point of Y;
reserve Y for non empty TopStruct;
reserve X for non empty TopSpace;
reserve x,y for Point of X;
reserve A, B for Subset of X;
reserve P, Q for Subset of X;
reserve Y for non empty TopStruct;
reserve X for non empty TopSpace,
  Y0 for non empty SubSpace of X;

theorem
  for A, B being non empty Subset of Y holds B is Subset of MaxADSspace(
  A) & A is Subset of MaxADSspace(B) iff the TopStruct of MaxADSspace(A) = the
  TopStruct of MaxADSspace(B)
proof
  let A, B be non empty Subset of Y;
A1: the carrier of MaxADSspace(B) = MaxADSet(B) by Def18;
A2: the carrier of MaxADSspace(A) = MaxADSet(A) by Def18;
  hence B is Subset of MaxADSspace(A) & A is Subset of MaxADSspace(B) implies
  the TopStruct of MaxADSspace(A) = the TopStruct of MaxADSspace(B) by A1,Th35,
TSEP_1:5;
  assume the TopStruct of MaxADSspace(A) = the TopStruct of MaxADSspace(B);
  hence thesis by A2,A1,Th32;
end;
