theorem
  a in V & d in dom f implies
  NDentry(<*f*>,<*a*>,d) is NonatomicND of V,A
  proof
    assume a in V & d in dom f;
    then NDentry(<*f*>,<*a*>,d) = naming(V,A,a,f.d) by Th26;
    hence thesis;
  end;
