l=list(map(int,input().split())) if(min(l)*2<max(l)): print("No") else: print("Yes")