l,r,m,k=map(int,input().split()) if (r*k)//m!=(l*k-k)//m: print("Yes") exit() if k==0: print("Yes") exit() #if l==0: # print("Yes") print("No")