theorem Th10:
  FNDSC(V,A).2 = NDSS(V,A\/NDSS(V,A))
  proof
    FNDSC(V,A).(1+1) = NDSS(V,A\/FNDSC(V,A).1) by Def3;
    hence thesis by Th9;
  end;
