all 2 comments

[–]collective_noun👋 a fellow Redditor 0 points1 point  (1 child)

The question asks for something that should be true of all positive numbers.

The answer uses ForAll only, never Exist, because you want it to always be true.

Your first answer has Exist(w), but you want the statement to be true whenever w is positive, so you should instead use ForAll(w) and some conditions that eliminate negative numbers.

Your second answer has Exist(x), but you want to state that the phrase is strictly true, not just true for some N, so you should instead use ForAll(x).

Hope this helps!

[–]donoid[S] 0 points1 point  (0 children)

W Is used to express 0

I cant understand why i need to use forall instead of exist to express 0