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