a, b = io.read("*n", "*n")
if b < a then a, b = b, a end
print(b <= a * 2 and "Yes" or "No")