pointwise
When concepts (properties, operations![]()
, etc.) on a set are extended to functions
![]()
by treating each function value in isolation, theextended concept is often qualified with the wordpointwise. One example is pointwise convergenceof functions—a sequence
![]()
offunctions converges pointwise toa function if for all .
An important of pointwise conceptsare the pointwise operations—operations definedon functions by applying the operations to function valuesseparately for each point in the domain of definition. Theseinclude
| (pointwise addition) | ||||
| (pointwise multiplication | ||||
| (pointwise multiplication by scalar) |
where the identities hold for all . Pointwiseoperations inherit such properties as associativity, commutativity,and distributivity from corresponding operations on .
An example of an operation on functions which is notpointwise is the convolution (http://planetmath.org/Convolution) product.