a, b=(int(x) for x in input().split()) print('Yes' if a * 2 >= b and b * 2 >= a else 'No')