L,R,M,K=map(int,open(i:=0).read().split());n=R*K//M-(L*K-1)//M if n:print('Yes') else:print('No')