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