"There is one and only one real solution to the equation x^3 + x + 1 = 0"
Could someone please explain to me how to write this using quantifier notation?
"There is one and only one real solution to the equation x^3 + x + 1 = 0"
Could someone please explain to me how to write this using quantifier notation?
$ or $$. As for your answer, you're kind-of capturing the idea for uniqueness, but it doesn't make sense to enumerate the solutions. Your expression also doesn't guarantee existence.
– Three.OneFour
Feb 06 '19 at 14:10
$\exists !x \in \mathbb {R} (x^3+x+1=0)$
In MathJax/TeX, "\exists !x \in \mathbb {R} (x^3+x+1=0)"
If you can't use the $\exists !$, use:
$$\exists x \in \mathbb {R} \ \exists y \in \mathbb {R}(y^3+y+1=0 \leftrightarrow y = x)$$