How do quantified/unquantified variables work when considering conditional statements? The conditional is a statement, but the variables in the individual hypothesis/conclusion don't have to be quantified? i.e., can the hypothesis/conclusion be predicates and not have to be statements?
For example, "If $x$ is a real number, then $x^2 \geq 0$" is a conditional statement, hypothesis = "$x$ is a real number", conclusion = "$x^2 \geq 0$". The conclusion here is a predicate, not a statement (since $x$ is not quantified). (Or is there some implicit universal set based on the hypothesis?)
Also, in the contrapositive "If $x^2 < 0$, then $x$ is not a real number," now is $x$ not quantified in both the hypothesis and the conclusion?