In mathematics, the qualifier pointwise is used to indicate that a certain property is defined by considering each value of some function 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
Formal definition
A binary operationo: Y × Y → Y on a set Y can be lifted pointwise to an operation O: × → on the set X→Y of all functions from X to Y as follows: Given two functions f1: X → Y and f2: X → Y, define the function O: X → Y by Commonly, o and O are denoted by the same symbol. A similar definition is used for unary operationso, and for operations of other arity.
Componentwise operations are usually defined on vectors, where vectors are elements of the set for some natural number and some field. If we denote the -th component of any vector as, then componentwise addition is. Componentwise operations can be defined on matrices. Matrix addition, where 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 corresponds to the function such that, 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, Bposets, the set of functions A → B can be ordered by f ≤ g if and only if f ≤ g. 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 A → B with pointwise order. Using the pointwise order on functions one can concisely define other important notions, for instance:
A closure operatorc on a poset P is a monotone and idempotent self-map on P with the additional property that idA ≤ c, where id is the identity function.
Similarly, a projection operatork is called a kernel operator if and only if k ≤ idA.