definition of a set function?

53 Views Asked by At

Assuming $A$ is a set, then $F: A\rightarrow \mathbb{R}$. We can define $F(\varnothing) = 0$. But what is $F(x)$ for $x\notin A$? Is it 0?

1

There are 1 best solutions below

0
On

For any function $F:A \rightarrow B$, the set $A$ is the domain of $F$.

By definition, $F$ assigns elements in $B$ to elements in $A$. In other words, $F(x)$ is not defined for any $x$ which is not in $A$. Or more informally, it has no meaning: you don't use $F$ to evaluate things which are not in its domain.