l=list(map(int, input().split())) print("No" if max(l)>2*min(l) else "Yes")