229 views
0 votes
0 votes
What is the English of both statement

∀x((x!=0)→∃y(xy=100))

∀x∃y((x!=0)→(xy=100))

2 Answers

1 votes
1 votes

Both the statements are equivalent. It is Null-quantification rule.

i.e. $\exists x(A \rightarrow P(x)) \equiv A \rightarrow \exists xP(x)$  ..(Where $A$ does not have $x$ as free variable)

So, the interpretation of both the statements is (assuming the domain is set of all real numbers) :

∀x((x!=0)→∃y(xy=100)) = For every $x$, if $x$ is non-zero then there exists some $y$ such that $xy$=100.

 

0 votes
0 votes
  1. For every x, IF x is non-zero THEN there exists atleast 1 y such that product of x and y=100.
  2. For every x,there exists atleast 1 y such that IF x is non-zero THEN product of x and y=100.

Note the placement of IF and THEN.  The "non-zero" condition on x is evaluated before declaring the existence of y in part 1.

Related questions

0 votes
0 votes
1 answer
1
farhan777 asked 4 days ago
32 views
how to check the validity of an a argument using laws of logics
0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3
Çșȇ ʛấẗẻ asked Mar 20, 2023
388 views
how to write if and only if symbolic form explain in detail????
0 votes
0 votes
0 answers
4
curious mind asked Jan 1, 2023
319 views
A relation R1 : aRb iff (a congruent b) modulo 5 and relation R2 : aRb iff (a congruent b modulo 7). What will be R1 U R2 ?