0

Let $x$ be an individual variable. What is $x = x$?

An open sentence? Or a true proposition? Well, I think it's an open sentence, due to the presence of the free variable $x$. I do not know if I'm wrong. I ask for help.

Paulo Argolo
  • 4,210

2 Answers2

2

In first-order logic, the formula $x=x$ is an open formula, with $x$ as a free variable. As such, it does not have any truth value in any model unless you substitute a specific value for $x$, or quantify over $x$. (This particular formula just happens to always turn out to be true if you do substitute a value for $x$, assuming you are working in first-order logic with equality.)

Eric Wofsey
  • 330,363
  • This assumes that models do not come with variable assignments. That is one common framework. In another common framework, a model comes with a variable assignment, and so every formula, open or not, is either true or false in the model. – Carl Mummert Feb 03 '18 at 02:31
-1

I'm not sure what the particular context is for your question, but one use case is in the reflexivity axiom of equality:

https://en.wikipedia.org/wiki/First-order_logic#Equality_and_its_axioms

Akababa
  • 3,109