theorem Th39:
  x in ND(V,A) implies x is TypeSCNominativeData of V,A
  proof
    assume x in ND(V,A);
    then ex D being TypeSCNominativeData of V,A st x = D;
    hence thesis;
  end;
