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