Pointwise

From HandWiki
Short description: Applying operations to functions in terms of values for each input "point"

In mathematics, the qualifier pointwise is used to indicate that a certain property is defined by considering each value [math]\displaystyle{ f(x) }[/math] of some function [math]\displaystyle{ f. }[/math] An important class of pointwise concepts are the pointwise operations, that is, operations defined on functions by applying the operations to function values separately for each point in the domain of definition. Important relations can also be defined pointwise.

Pointwise operations

Pointwise sum (upper plot, violet) and product (green) of the functions sin (lower plot, blue) and ln (red). The highlighted vertical slice shows the computation at the point x=2π.

Formal definition

A binary operation o: Y × YY on a set Y can be lifted pointwise to an operation O: (XY) × (XY) → (XY) on the set XY of all functions from X to Y as follows: Given two functions f1: XY and f2: XY, define the function O(f1, f2): XY by

(O(f1, f2))(x) = o(f1(x), f2(x)) for all xX.

Commonly, o and O are denoted by the same symbol. A similar definition is used for unary operations o, and for operations of other arity.[citation needed]

Examples

[math]\displaystyle{ \begin{align} (f+g)(x) & = f(x)+g(x) & \text{(pointwise addition)} \\ (f\cdot g)(x) & = f(x) \cdot g(x) & \text{(pointwise multiplication)} \\ (\lambda \cdot f)(x) & = \lambda \cdot f(x) & \text{(pointwise multiplication by a scalar)} \end{align} }[/math] where [math]\displaystyle{ f, g : X \to R }[/math].

See also pointwise product, and scalar.

An example of an operation on functions which is not pointwise is convolution.

Properties

Pointwise operations inherit such properties as associativity, commutativity and distributivity from corresponding operations on the codomain. If [math]\displaystyle{ A }[/math] is some algebraic structure, the set of all functions [math]\displaystyle{ X }[/math] to the carrier set of [math]\displaystyle{ A }[/math] can be turned into an algebraic structure of the same type in an analogous way.

Componentwise operations

Componentwise operations are usually defined on vectors, where vectors are elements of the set [math]\displaystyle{ K^n }[/math] for some natural number [math]\displaystyle{ n }[/math] and some field [math]\displaystyle{ K }[/math]. If we denote the [math]\displaystyle{ i }[/math]-th component of any vector [math]\displaystyle{ v }[/math] as [math]\displaystyle{ v_i }[/math], then componentwise addition is [math]\displaystyle{ (u+v)_i = u_i+v_i }[/math].

Componentwise operations can be defined on matrices. Matrix addition, where [math]\displaystyle{ (A + B)_{ij} = A_{ij} + B_{ij} }[/math] is a componentwise operation while matrix multiplication is not.

A tuple can be regarded as a function, and a vector is a tuple. Therefore, any vector [math]\displaystyle{ v }[/math] corresponds to the function [math]\displaystyle{ f:n\to K }[/math] such that [math]\displaystyle{ f(i)=v_i }[/math], and any componentwise operation on vectors is the pointwise operation on functions corresponding to those vectors.

Pointwise relations

In order theory it is common to define a pointwise partial order on functions. With A, B posets, the set of functions AB can be ordered by fg if and only if (∀x ∈ A) f(x) ≤ g(x). Pointwise orders also inherit some properties of the underlying posets. For instance if A and B are continuous lattices, then so is the set of functions AB with pointwise order.[1] Using the pointwise order on functions one can concisely define other important notions, for instance:[2]

An example of an infinitary pointwise relation is pointwise convergence of functions—a sequence of functions [math]\displaystyle{ (f_n)_{n=1}^\infty }[/math] with [math]\displaystyle{ f_n:X \longrightarrow Y }[/math] converges pointwise to a function [math]\displaystyle{ f }[/math] if for each [math]\displaystyle{ x }[/math] in [math]\displaystyle{ X }[/math] [math]\displaystyle{ \lim_{n \to \infty} f_n(x) = f(x). }[/math]

Notes

  1. Gierz et al., p. xxxiii
  2. Gierz, et al., p. 26

References

For order theory examples:

  • T. S. Blyth, Lattices and Ordered Algebraic Structures, Springer, 2005, ISBN 1-85233-905-5.
  • G. Gierz, K. H. Hofmann, K. Keimel, J. D. Lawson, M. Mislove, D. S. Scott: Continuous Lattices and Domains, Cambridge University Press, 2003.