What is the correct logical statement for the statement?

64 Views Asked by At

If Number(x):x is a number. Real(x):x is real.

For the statement "Some numbers are not real."

I found the logical statement to be for some x,(No(x)^ not Real(x)).I have a confusion as to why it is not for some x,(No(x)=> not Real(x))? `

1

There are 1 best solutions below

1
On

"Some number is not real." is the same as "Some thing is a number but not real." which clearly corresponds to the correct logical statement with "$\land$".