Content deleted Content added
mNo edit summary |
Reworded lead to clarify that f is a function from S to Y, NOT a function from X to Y (if S != X) Tags: Reverted Visual edit |
||
Line 9:
A partial function is often used when its exact ___domain of definition is not known or difficult to specify. This is the case in [[calculus]], where, for example, the [[quotient]] of two functions is a partial function whose ___domain of definition cannot contain the [[Zero of a function|zeros]] of the denominator. For this reason, in calculus, and more generally in [[mathematical analysis]], a partial function is generally called simply a {{em|function}}. In [[computability theory]], a [[general recursive function]] is a partial function from the integers to the integers; no [[algorithm]] can exist for deciding whether an arbitrary such function is in fact total.
Specifically, for a partial function <math>f :
* <math>f(x) = y \in Y</math> (it is a single element in {{mvar|Y}}), or
* <math>f(x)</math> is undefined.
|