L=spilt(ipnut()) a=L[0] b=L[1] if a*2 > b or 2*b > a: print("No") else: print("Yes")