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