Question about Sets and Functions

In summary: So we might more commonly say:"The function $p$ takes the values $x^2 + ax + b$."In summary, the point (x_0, y_0, z_0) satisfies the equation f(x, y, z) = 0, but it does not imply that f(x_0, y_0, z_0) \in f(x, y, z).
  • #1
LeibnizIsBetter
Gold Member
MHB
3
0
I know this is probably the most basic question imaginable so please bear with me. I did google it but I still couldn't figure it out.

Say you have a function \(\displaystyle f(x, y, z)\) and a point \(\displaystyle (x_0, y_0, z_0)\) that satisfies the equation \(\displaystyle f(x, y, z) = 0\).

Does that imply that \(\displaystyle f(x_0, y_0, z_0) \in f(x, y, z)\) ? Where \(\displaystyle \in\) means "is an element of".

Or, what's the relationship between \(\displaystyle (x_0, y_0, z_0)\) and \(\displaystyle f(x, y, z)\) if \(\displaystyle (x_0, y_0, z_0)\) is a point on the surface defined by \(\displaystyle f(x, y, z) = 0\)?

Thanks so much. I'm new to this and didn't drink enough coffee today.
 
Last edited:
Physics news on Phys.org
  • #2
Hi LeibnizIsBetter!

LeibnizIsBetter said:
I know this is probably the most basic question imaginable so please bear with me. I did google it but I still couldn't figure it out.

Say you have a function \(\displaystyle f(x, y, z) = 0\) and a point \(\displaystyle (x_0, y_0, z_0)\) that satisfies the equation \(\displaystyle f(x, y, z) = 0\).

Formally, f(x,y,z) is not a function. It's an output of a function for some input (x,y,z).
The function itself is simply called "f".

To write it properly, we can say:

Let f be a function $\mathbb R^3 \to \mathbb R$ and let $(x_0, y_0, z_0)$ be a point such that $f(x_0, y_0, z_0) = 0$.
Does that imply that \(\displaystyle f(x_0, y_0, z_0) \in f(x, y, z)\) ? Where \(\displaystyle \in\) means "is an element of".

Or is there a better way of stating what I'm trying to say?

Thanks so much. I'm new to this and didn't drink enough coffee today.

Since $f(x,y,z)$ is not a set but an output value, it does not have elements.

I think you mean to say that $f(x_0, y_0, z_0) \in \text{codomain of }f$.
We might also refer to the "range" or "image" of f instead of the "codomain".

Alternatively, we can also write that $f(x_0, y_0, z_0) \in f(\mathbb R^3)$, where the latter represents the so called "image" of f.
 
  • #3
Wow! Thank you so much!
 
  • #4
To underscore what ILikeSerena said, to have a function we need 3 things:

1. A set that the function $f$ acts upon (the "source set" or "set of input values", although the term "domain" is currently the most fashionable).

2. A set that the function $f$ maps to (the "target" set or "set where output values live").
Typically, this is called the "co-domain", and it gets confused with "range".

Let me give an example, to underscore the subtle difference:

A commonly encountered function is the "squaring function" usually written:

$f: \Bbb R \to \Bbb R, f(x) = x^2$.

When we say the co-domain is the real numbers, all we are saying is that for any real number $x$, $f(x) = x^2$ is also a real number. The range is often a PROPER subset of the co-domain (in this case, it is the set of all non-negative real numbers).

Technically, the function:

$f: \Bbb R \to \Bbb R_0^{+}, f(x) = x^2$ is a different function, because the graph of one includes the plane below the x-axis, while in the other there's nothing there. In practice, the difference between:

$f:A \to B$

and

$f: A \to f(A)$

often is irrelevant, but I wish to point out that the SECOND function is ONTO, whereas the first one may not be. Sometimes, this is important (like when you are finding inverse functions).

Finally you need:

3. A "rule of assignment" that tells you WHICH element of $B$ (the co-domain) $f(a)$ is, for each and every element $a \in A$. This assignment may be via a formula, such as:

$f(x) = x^2$

or it may be explicitly defined, such as:

$f:\{1,2,3\} \to \{1,2,3\}$

$f(1) = 1, f(2) = 3, f(3) = 2$

(indeed, functions can be finite).

FORMALLY, the definition of function is this:

$f \subseteq AxB: \forall (a_1,b_1),(a_2,b_2) \in f, a_1 = a_2 \implies b_1 = b_2$

that is, a function can only have one value $f(a)$ for every $a \in A$.

So, for example, "circles in the plane" are not functions, because for every point $x \in (-r,r)$ there are TWO values of $y$ such that:

$x^2 + y^2 = r^2$, namely:

$y = \sqrt{r^2 - x^2}$
$y = -\sqrt{r^2 - x^2}$

whereas the semi-circle obtained by consistently choosing either the positive, or the negative square root *is* a function.

*******

It is often typical in many textbooks to find the author confusing a function with its value.

You may read something like:

"Consider the function "$p(x) = x^2 + ax + b$".

This OUGHT to be:

"Consider the function $p$ defined by $p(x) = x^2 + ax + b$".

However, in speaking of functions, we often have to give them a "name", and while a "technically correct" name for $p$ might be:

"$[\ \ ]^2 + a[\ \ ] + b$"

such an arrangement gets to be cumbersome.
 
Last edited:
  • #5


First of all, don't worry about asking a "basic" question! It's always better to seek clarification and understanding, no matter how simple the question may seem.

To answer your question, the point (x_0, y_0, z_0) satisfying the equation f(x, y, z) = 0 means that when you plug in the values of x_0, y_0, and z_0 into the function f(x, y, z), you get an output of 0. In other words, the point (x_0, y_0, z_0) lies on the surface defined by f(x, y, z) = 0.

Now, the notation f(x_0, y_0, z_0) \in f(x, y, z) may be a bit confusing. In set theory, the symbol \in is used to show membership, meaning that an element belongs to a set. In this context, the function f(x_0, y_0, z_0) is not an element of the set f(x, y, z), but rather it is the value of the function at the point (x_0, y_0, z_0). So, the correct relationship would be f(x_0, y_0, z_0) = 0, since the point (x_0, y_0, z_0) satisfies the equation f(x, y, z) = 0.

To summarize, if (x_0, y_0, z_0) is a point on the surface defined by f(x, y, z) = 0, then f(x_0, y_0, z_0) = 0, meaning that the value of the function at that point is 0. I hope this helps clarify things for you. Keep asking questions and keep learning!
 

FAQ: Question about Sets and Functions

What is a set?

A set is a collection of distinct objects or elements. These elements can be anything, such as numbers, letters, or even other sets.

What is the cardinality of a set?

The cardinality of a set is the number of elements in that set. It can be denoted by the symbol |S|, where S is the name of the set.

What is a function?

A function is a mathematical relationship between two sets, where each element in the first set is assigned to a unique element in the second set.

What is the domain of a function?

The domain of a function is the set of all possible input values for that function. It is the independent variable in a function.

What is the range of a function?

The range of a function is the set of all possible output values for that function. It is the dependent variable in a function.

Similar threads

Replies
1
Views
740
Replies
33
Views
783
Replies
4
Views
3K
Replies
10
Views
3K
Replies
3
Views
911
Replies
1
Views
2K
Replies
2
Views
2K
Back
Top