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