So the way I read the statement is: there is an object x such that if it's a cube then it is between a and b. However, there is a cube but it is not between a and b, making the statement false. The exercise this came from started with "Common mistakes" so I'm assuming my assertion that this should be false is a common mistake.
2026-04-24 13:12:46.1777036366
This conditional statement is evaluated as true (by the program Tarski's world) however it seems false could you help detect my mistake?
50 Views Asked by user97512 https://math.techqa.club/user/user97512/detail At
2

It does not say "There is a cube between
aandb".It says "There is something that is between
aandbif that object is a cube." Objects that are not cubes may satisfy this.Recall implication equivalence. So $\exists x~(\operatorname{Cube}(x)\to\operatorname{Between}(x,a,b))$ is equivalent to: $$\exists x~(\lnot\operatorname{Cube}(x)\vee\operatorname{Between}(x,a,b))$$
"There is something that is not a cube or is between
aandb".Any of the three dodecahedrons will serve as a witness that this is true.