a,b=map(int,input().split())
print("Yes" if a<=b*2 and b<=a*2 else "No")