In propositional logic, a tautology is defined as a statement that is true no matter the truth values assigned to its propositional variables. So, in propositional logic, All apples are red or there exists an apple that is not red is a tautology.
Now, Wikipedia says:
A tautology in first-order logic is a sentence that can be obtained by taking a tautology of propositional logic and uniformly replacing each propositional variable by a first-order formula (one formula per propositional variable).
So, I understand that in first-order logic, (∀x∈N x is even) ∨ ¬(∀x∈N x is even) is a tautology as it is obtained by replacing the propositional variable A in the tautology A ∨ ¬A with (∀x∈N x is even).
However, I haven’t been able to find a text that states whether open sentences can be tautologies. For example, the open sentence (x is even) ∨ ¬(x is even) is obtained by replacing the propositional variable B in the tautology B ∨ ¬B with x is even. B would be an open sentence, which doesn’t have a truth value, so how could B ∨ ¬B be true? Is (x is even) ∨ ¬(x is even) a tautology?
Wikipedia is defining a tautology as a formula whose truth-functional form is true whatever its atomic propositions' truth values; so, it does not admit
x=x(whose truth-functional form is justP) as a tautology. On the other hand, some authors refer to every logical validity as a tautology, so callx=xa tautology.Everyone, though, agrees that
(x is even) ∨ ¬(x is even)(whose truth-functional form isP ∨ ¬P) is a tautology. Therefore, the answer to your main questionis Yes.
(x is even) ∨ ¬(x is even)is an open formula, but its truth-functional formB ∨ ¬Bis a closed formula (i.e., a sentence) that is tautological.The first-order validity
All apples are red or there exists an apple that is not redhas truth-functional formP ∨ Q, so is actually not a propositional-logic tautology.