Consider the predicate ∀x A(x) → ∃x B(x)
i Just want to know is this predicate always true ? Reason i think "∀x A(x)" will always be false and hence making the predicate always TRUE ..!! let A(x)=x is even B(x)=x is odd now there won't be case when All x will be "even" making it false..please correct me
No, the predicate can be false. Consider $A(x)$ as $x=x$ and $B(x)$ as $x\neq x$. Then your predicate is false.