theorem
  NDSS(V,A) c= PFuncs(V,A)
  proof
    let x;
    assume x in NDSS(V,A);
    then ex w being TypeSSNominativeData of V,A st w = x;
    hence thesis by PARTFUN1:45;
  end;
