HOME

TheInfoList



OR:

In mathematics, the pointwise product of two
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-oriente ...
s is another function, obtained by multiplying the images of the two functions at each value in the
domain Domain may refer to: Mathematics *Domain of a function, the set of input values for which the (total) function is defined ** Domain of definition of a partial function ** Natural domain of a partial function **Domain of holomorphy of a function * ...
. If and are both functions with
domain Domain may refer to: Mathematics *Domain of a function, the set of input values for which the (total) function is defined ** Domain of definition of a partial function ** Natural domain of a partial function **Domain of holomorphy of a function * ...
and
codomain In mathematics, the codomain or set of destination of a function is the set into which all of the output of the function is constrained to fall. It is the set in the notation . The term range is sometimes ambiguously used to refer to either ...
, and elements of can be multiplied (for instance, could be some
set Set, The Set, SET or SETS may refer to: Science, technology, and mathematics Mathematics *Set (mathematics), a collection of elements *Category of sets, the category whose objects and morphisms are sets and total functions, respectively Electro ...
of numbers), then the pointwise product of and is another function from to which maps in to in .


Formal definition

Let and be sets such that has a notion of multiplication — that is, there is a
binary operation In mathematics, a binary operation or dyadic operation is a rule for combining two elements (called operands) to produce another element. More formally, a binary operation is an operation of arity two. More specifically, an internal binary op ...
: \cdot : Y \times Y \longrightarrow Y given by y \cdot z = yz. Then given two functions f,g: X \to Y, the pointwise product (f \cdot g): X \to Y is defined by : (f \cdot g)(x) = f(x) \cdot g(x) for all in . Just as we often omit the symbol for the binary operation ⋅ (i.e. we write instead of ), we often write for .


Examples

The most common case of the pointwise product of two functions is when the codomain is a
ring Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
(or
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
), in which multiplication is well-defined.


Algebraic application of pointwise products

Let be a set and let be a
ring Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
. Since
addition Addition (usually signified by the plus symbol ) is one of the four basic operations of arithmetic, the other three being subtraction, multiplication and division. The addition of two whole numbers results in the total amount or '' sum'' of ...
and multiplication are defined in , we can construct an algebraic structure known as an
algebra Algebra () is one of the broad areas of mathematics. Roughly speaking, algebra is the study of mathematical symbols and the rules for manipulating these symbols in formulas; it is a unifying thread of almost all of mathematics. Elementary a ...
out of the functions from to by defining addition, multiplication, and scalar multiplication of functions to be done pointwise. If denotes the set of functions from to , then we say that if are elements of , then , , and — the last of which is defined by : (rf)(x) = rf(x)\, for all in — are all elements of .


Generalization

If both and have as their domain all possible assignments of a set of discrete variables, then their pointwise product is a function whose domain is constructed by all possible assignments of the
union Union commonly refers to: * Trade union, an organization of workers * Union (set theory), in mathematics, a fundamental operation on sets Union may also refer to: Arts and entertainment Music * Union (band), an American rock group ** ''U ...
of both sets. The value of each assignment is calculated as the product of the values of both functions given to each one the subset of the assignment that is in its domain. For example, given the function of the boolean variables and , and of the boolean variables and , both with the
range Range may refer to: Geography * Range (geographic), a chain of hills or mountains; a somewhat linear, complex mountainous or hilly area (cordillera, sierra) ** Mountain range, a group of mountains bordered by lowlands * Range, a term used to i ...
in the pointwise product of and is shown in the next table: :\begin p & q & r & f_1(p,q) & f_2(q,r) & \text \\ \hline \rm T & \rm T & \rm T & 0.1 & 0.2 & 0.1 \times 0.2 \\ \rm T & \rm T & \rm F & 0.1 & 0.4 & 0.1 \times 0.4 \\ \rm T & \rm F & \rm T & 0.3 & 0.6 & 0.3 \times 0.6 \\ \rm T & \rm F & \rm F & 0.3 & 0.8 & 0.3 \times 0.8 \\ \rm F & \rm T & \rm T & 0.5 & 0.2 & 0.5 \times 0.2 \\ \rm F & \rm T & \rm F & 0.5 & 0.4 & 0.5 \times 0.4 \\ \rm F & \rm F & \rm T & 0.7 & 0.6 & 0.7 \times 0.6 \\ \rm F & \rm F & \rm F & 0.7 & 0.8 & 0.7 \times 0.8 \\ \end


See also

*
Pointwise In mathematics, the qualifier pointwise is used to indicate that a certain property is defined by considering each value f(x) of some function f. An important class of pointwise concepts are the ''pointwise operations'', that is, operations defined ...
{{DEFAULTSORT:Pointwise Product Elementary algebra Binary operations