Give an example for a linear ordered set $\langle A, ≺_A\rangle$, such that $\langle {^2}A,≺\rangle$ is not well ordered where
$$f ≺ g ↔ (∃a ∈ A)[(∀b ∈ A)(b <_A a ⇒ f(b) = g(b)) \text{ and } f(a) < g(a)].$$
My attempt: We know that $\langle A, ≤_A\rangle$ is well ordered if for every nonempty $b$ in $A$, $b$ has a minimal element with regard to $≤_A$. Hence we have to show the contrary for $\langle A2,≤\rangle$. This $A2$ (if I am not mistaking the notation) is actually $P(A)$.
However I am not sure whether I should check for another element in $P(A)$, so I am stuck on this problem. Any Help is welcome.