1

$ \models \phi \to \forall x.\phi$ where $\phi$ is WFF and x not free in $\phi$

Does that render that $ \phi \to \forall x.\phi$ is true in any cases?

jason
  • 13

1 Answers1

1

Yes, $\vDash\psi$ means that $\psi$ is logically valid, that is, true in every interpretation of the language of $\psi$.

  • so furthermore,to prove $ \models \phi -> \forall x.\phi $ where x not free in $\phi$,I have to figure out that $ \models \phi -> \forall x.\phi $ belongs to WFF? – jason Nov 16 '11 at 01:57
  • WFF (well-formed formula) just means that $\phi$ has no syntax errors, that is, it is not something like "$)(\land\land\to x(x$". It is usually not something you'll need to spend any explicit effort proving, because you either construct $\phi$ explicitly as something well-formed or get from an assumption that it is. – hmakholm left over Monica Nov 16 '11 at 12:16
  • Also, don't use -> to produce an arrow in (La)TeX; it looks horrible. Use \rightarrow or its synonym \to instead. – hmakholm left over Monica Nov 16 '11 at 12:17