
theorem
  for T being anti-discrete non empty TopStruct, p being Point of T, D
  being correct basis of p holds D = {the carrier of T}
proof
  let T be anti-discrete non empty TopStruct, p be Point of T, D be correct
  basis of p;
  thus D c= {the carrier of T}
  proof
    let a be object;
    assume
A1: a in D;
    then reconsider X = a as Subset of T;
    p in Int X by A1,Def3;
    then
A2: Int X = the carrier of T by TDLAT_3:18;
    Int X c= X by TOPS_1:16;
    then Int X = X by A2;
    hence thesis by A2,TARSKI:def 1;
  end;
  hence thesis by ZFMISC_1:33;
end;
