pointwise
When concepts (properties, operations![]()
, etc.) on a set
are extended to functions
![]()
by treating each function value in isolation, the
extended concept is often qualified with the word
pointwise. One example is pointwise convergence
of functions—a sequence
![]()
of
functions converges pointwise to
a function if
for all .
An important of pointwise concepts are the pointwise operations—operations defined on functions by applying the operations to function values separately for each point in the domain of definition. These include
| (pointwise addition) | ||||
| (pointwise multiplication |
||||
| (pointwise multiplication by scalar) |
where the identities hold for all . Pointwise
operations inherit such properties as associativity, commutativity,
and distributivity from corresponding operations on .
An example of an operation on functions which is not pointwise is the convolution (http://planetmath.org/Convolution) product.
| Title | pointwise |
|---|---|
| Canonical name | Pointwise |
| Date of creation | 2013-03-22 15:25:00 |
| Last modified on | 2013-03-22 15:25:00 |
| Owner | lars_h (9802) |
| Last modified by | lars_h (9802) |
| Numerical id | 4 |
| Author | lars_h (9802) |
| Entry type | Definition |
| Classification | msc 03-00 |
| Classification | msc 08-00 |
| Defines | pointwise operation |
| Defines | pointwise addition |
| Defines | pointwise muliplication |