Problem in understanding the meaning

  • Context: Graduate 
  • Thread starter Thread starter thudda
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
thudda
Messages
4
Reaction score
0
What is the difference between the 2 expressions

1) for all x belongs to ℝ there exists y belongs to ℝ such that f(x)=y
2) there exists y belongs to ℝ such that for all x belongs to ℝ , f(x)=y

I want to know the exact difference.
 
Physics news on Phys.org
Hi..thanks..:)

I think the 1st expression implies that for every x value there is a corresponding y value.And the 2nd imply that for all x values there's one or a set of y values...what I want to know is whether it is one y value or a set of y values..
 
hi thudda! :smile:
thudda said:
I think the 1st expression implies that for every x value there is a corresponding y value.

yup … basically, it doesn't say anything more than that f is a function! :wink:
2) there exists y belongs to ℝ such that for all x belongs to ℝ , f(x)=y
And the 2nd imply that for all x values there's one or a set of y values...what I want to know is whether it is one y value or a set of y values..

ah, it's one y value …

"there exists y" always means there exists a y :smile:

(btw, when i see ##y\in R##, i always read that as "y in R" … it's shorter, and i think, easier, than "y belongs to R" :wink:)
 
  • Like
Likes   Reactions: 1 person
tiny-tim said:
"there exists y" always means there exists a y :smile:

Without more, both "there exists a(n)" and its abbreviation [itex]\exists[/itex] mean "there exists at least one". If you want to specify uniqueness, you must do so expressly. The abbreviation for "there exists exactly one" is [itex]\exists ![/itex] - the usual symbol followed by an exclamation mark.

As to the OP's examples: The first isn't quite the definition of a function; it would be if it asserted that y was unique. In the second, it follows from the definition of a function that if such a y exists then it must be unique.