Is it possible to represent the english sentence with numerical value in First order Logic. For example if the sentence is: Nobody has more than one mother.
I am wandering who can i show the quantitative sentence in FOL. I am studying AI, and i came across this problem, it not my homework..
Thanks in advance
Let $\alpha$ be a variable, where $\alpha$ = a child. Let $\beta$ = a mother of the child $\alpha$. Proof: $\forall$ ($\alpha$ $\in$ $\Re^{3}$) $\exists$ ($\beta$) such that $f(\alpha, \beta)$ is a one-to-one function. That is as good as I have. Hope this helps.