reserve V for set;

theorem
  for M being non empty MetrSpace, x being Element of M holds
  {x} in M-neighbour
proof
  let M be non empty MetrSpace,x be Element of M;
  x-neighbour = {x} by Th13;
  hence thesis;
end;
