In mathematics, we start from axioms in order to prove statements, which are usually called theorems, lemmas, corollaries. There is not
much difference between these types of statements: all need proofs.
Axiom : a statement assumed to be true without proof.
Theorem : a statement proved from axioms or previously proved theorems.
Corollary : a statement that follow easily from other results; usually, a "particular case", or a consequence of a theorem that needs few inference steps to be derived.
Lemma : is a statement used in the proofs of other results; in case of a complex proof of a theorem, can be useful to split the proof in parts : some preliminary results, called lemmata, and a final one : the theorem itself.
Premise : a statement assumed as true in an argument; the consequences of the premises are true, provided that the premises are.
Proposition : a statement "asserting" a fact (questions, e.g. are not usually considered propositions), like "$2$ is even". It must be true or false.
Predicate : an expression relative to a property, like "$x$ is even" (unary predicate) or a relation, like "$x$ is greater than $y$" (binary predicate).
Thus, if you consider the statement "$x$ is even" with the variable $x$, it is correct to say that it is neither true nor false, because it works like a "recipe" to produce true or false statements, according to the value assigned to the variable $x$.
For $3$ as value for $x$, we get the statement "$3$ is even", that is false, while for $2$ as value for $x$, we get the statement "$2$ is even", that is true.