My question is related to the truth table of the conditional operator "implies". i.e. "$r: p \to q$".
\begin{array}{c c | c} p & q & p \to q\\ \hline T & T & T\\ T & F & F\\ F & T & T\\ F & F & T \end{array}
Consider this question in an example:
Let $Q(x,y)$ be the predicate "If $x<y$, then $x^2<y^2$" with both $x$ and $y$ real numbers. Find the truth set of $Q(x,y)$.
Should I consider the cases where "$x>y$" and "$x=y$"? Should these pairs be included in the truth set? It confuses me because according to the truth table or definition of conditional operator, the statement "If p, then q" is true when the proposition p is false. However to my mathematical intuition whenever we provide a condition, it means we are talking about q assuming p is correct.
