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