On rewriting the statement into predicate logic.

41 Views Asked by At

I'm interested in rewriting mathematical statement into predicate logic.

Is the following correct?

Normal Expression

the following $x$ exists, such that $x \in R,x^2-1=0$

Predicate Logic Expression

$\exists x(x\in R \space\land x^2-1=0) $

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, that is a correct equivalent sentence in first order logic.