n,s,b=map(int,input().split()) *a,=int(input().split()) x = a[0] z = s*b for i in a: if i <= x + s * b: x = i print('Yes' if i >= a[-1] else 'No')