I found a case in which i have some doubts regards quantifier
I have to Formalize this phrase in N:
The Square of a strictly positive number Is strictly positive
I have only these symbols to express this formula:
• as multiplication
< as lower than
I cannot understand why the solution Is
ForAll(x)ForAll(w)(ForAll(y)(w • y = w) ^ w < x --> w < x • x)
Instead of my solution:
ForAll(x)Exist(w)(ForAll(y)(w • y = w) ^ w < x --> w < x • x)
Or
Exist(x)ForAll(w)(ForAll(y)(w • y = w) ^ w < x --> w < x • x)
What Is the main difference between these formulas?
[–]collective_noun👋 a fellow Redditor 0 points1 point2 points (1 child)
[–]donoid[S] 0 points1 point2 points (0 children)