mappings
Mappings are a foundational concept describing how elements from one set, called the domain, are related to elements of another set, called the codomain. In mathematics, a mapping is typically a function: a rule that assigns to every input in the domain exactly one output in the codomain. When a rule is defined only for some inputs, it is a partial mapping; when it covers all inputs, it is a total mapping.
A mapping is often denoted by f: A → B, where A is the domain and B is
Mappings have several important properties. An injective (one-to-one) mapping assigns distinct outputs to distinct inputs; a
In computer science, a mapping often refers to a data structure that associates keys with values, such
Mappings also appear in cartography and geographic information systems, where a cartographic mapping represents real-world features
Overall, mappings provide a formal way to relate elements across sets, with wide applications across mathematics,