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