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