theorem Th4:
  x in NDSS(V,A) implies x is TypeSSNominativeData of V,A
  proof
    assume x in NDSS(V,A);
    then ex w being TypeSSNominativeData of V,A st x = w;
    hence thesis;
  end;
