How to express this statement using quantifiers

  • Context: Undergrad 
  • Thread starter Thread starter rasen58
  • Start date Start date
  • Tags Tags
    Logic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
rasen58
Messages
71
Reaction score
2
There is a real number between any other two real numbers.
I have two ways of writing it
For all y and z there is some x such that y < x < z
OR
There is such an x such that for all y and z, y < x < z

I'm confused as to which one is correct.
 
Physics news on Phys.org
None of them is fully correct, you must add the assumption that y < z, otherwise there would be a number x such that e.g. 2 < x < 1.

If you add this assumption, the first one is correct, because x depends on y and z. If the second was correct, there would be an x which lies between any numbers y and z such that y < z, so there would be an x such that 0 < x < 1, 1 < x < 2, 55 < x < 971 etc. i.e. the same x would work for all y and z such that y < z.
 
  • Like
Likes   Reactions: rasen58
Thank you! That makes sense!