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