Map (mathematics)


In mathematics, a map is often used as a synonym for a function, but may also refer to some generalizations. Originally, this was an abbreviation of mapping, which often refers to the action of applying a function to the elements of its domain. This terminology is not completely fixed, as these terms are generally not formally defined, and can be considered to be jargon. These terms may have originated as a generalization of the process of making a geographical map, which consists of mapping the Earth surface to a sheet of paper.
Maps may either be functions or morphisms, though the terms share some overlap. The term map may be used to distinguish some special types of functions, such as homomorphisms. For example, a linear map is a homomorphism of vector spaces, while the term linear function may have this meaning as well as another one. In category theory, a map may refer to a morphism, which is a generalization of the idea of a function. In some occasions, the term transformation can also be used interchangeably. There are also a few less common uses in logic and graph theory.

Maps as functions

In many branches of mathematics, the term map is used to mean a function, sometimes with a specific property of particular importance to that branch. For instance, a "map" is a "continuous function" in topology, a "linear transformation" in linear algebra, etc.
Some authors, such as Serge Lang, use "function" only to refer to maps in which the codomain is a set of numbers, and reserve the term mapping for more general functions.
Maps of certain kinds are the subjects of many important theories. These include homomorphisms in abstract algebra, isometries in geometry, operators in analysis and representations in group theory.
In the theory of dynamical systems, a map denotes an evolution function used to create discrete dynamical systems.
A partial map is a partial function. Related terms such as domain, codomain, injective, and continuous can be applied equally to maps and functions, with the same meaning. All these usages can be applied to "maps" as general functions or as functions with special properties.

As morphisms

In category theory, "map" is often used as a synonym for "morphism" or "arrow", and thus is more general than "function". For example, a morphism in a concrete category carries with it the information of its domain and its codomain. In the widely used definition of a function, is a subset of consisting of all the pairs for. In this sense, the function does not capture the information of which set is used as the codomain; only the range is determined by the function.

Other uses

In logic

In formal logic, the term map is sometimes used for a functional predicate, whereas a function is a model of such a predicate in set theory.

In graph theory

In graph theory, a map is a drawing of a graph on a surface without overlapping edges. If the surface is a plane then a map is a planar graph, similar to a political map.

In computer science

In the communities surrounding programming languages that treat functions as first-class citizens, a map is often referred to as the binary higher-order function that takes a function f and a list as arguments and returns .