theorem
  p={} implies not p is_acyclicpath_of v1,v2
proof
  assume p={};
  then not p is_orientedpath_of v1,v2;
  hence thesis;
end;
