Suppose that P(a) = True, P(b) = False and P(x) ⟹ P(y) for all x,y∈S satisfying x≤y, where ⟹ stands for logical implication. Which of the following statements CANNOT be true?
(A) P(x) = True for all x ∈ S such that x ≠ b
(B) P(x) = False for all x ∈ S such that x ≠ a and x ≠ c
(C) P(x) = False for all x ∈ S such that b ≤ x and x ≠ c
(D) P(x) = False for all x ∈ S such that a ≤ x and b ≤ x
In this question I am unable to get why we have a terminology of implication here as well as if some element is related to both a and b what will be its truth value, since P(a)=true and P(b)=False ,so If I have a maximal element c ,and it is related to both a and b then what will be its value ?
Because that is the problem you've been given. The idea is clearly to test your understanding of implications and of partial orders. Having separate concepts mixed together in problems is quite common. In fact, in application, it is difficult to find problems for which this is not the case.
Well, if both $x > a$ and $x > b$, then $x > a$. So $P(a) \implies P(x)$. That is, $$\operatorname{True} \implies P(x).$$ That being the case, there is only one value $P(x)$ can be. This holds not just for $c$ but for every element related to $a$ (which are necessarily $\ge a$, since $a$ is minimal), whether it is related to $b$ or not.
If you understand implications, then you should recognize that elements related to $b$ are not restricted.