I was wandering how to define an equvalence relation using predicate logic, and suddently I realized that I was probably messing with somenthing relating open and closed formulas...
$\bf{Exercise \;}$: formalize in the language $\mathcal{L}=\{R\}\,$ where $R$ is the only symbol of relation "$R$ is an equivalence relation with at least two classes"
I'm confused about these two formulas:
$${\bf{(1)}}\;\; R(x,y)= R(x,x)\wedge (R(x,y)\longleftrightarrow R(y,x)) \,\wedge \,\forall z\,((R(x,y)\,\wedge\,R(y,z))\longrightarrow\,R(x,z))\;\wedge\;\;\;\;\;\;\;\;\;\; \exists \,v \,\exists \,w\,(R(w,v)\,\wedge \neg (R(w,x)\vee R(v,x)) $$
It's an open formula, what does it say? it's Probably identifying a set of $(x,y)$ that has those properties.
$${\bf{(2)}}\;\; R= \forall x\,\forall y\,R(x,x)\wedge (R(x,y)\longleftrightarrow R(y,x)) \,\wedge \,\forall z\,((R(x,y)\,\wedge\,R(y,z))\longrightarrow\,R(x,z))\;\wedge\;\;\;\;\;\;\;\;\;\; \exists \,v \,\exists \,w\,(R(w,v)\,\wedge \neg (R(w,x)\vee R(v,x)) $$
What's the difference?
Why the formula has to be closed?