I am seeking to understand the concept of a "mapping" in Mathematics.
I tried reading "pure" mathematical information, and I encountered the term "mapping." My interpretation of the term is that it is a relationship between distinct sets.
The examples I saw focused entirely on functions.
I also created this function example of my attempt to understand the concept:
$N : \{e | e > 100 \land e < 1000\} \to \{(e * 5)\}$
I apologize for any scattered notation.
My attempt was intended to operate like this:
Each element supplied to the '$N$' function was intended to be separately and orderly processed by the function. Values not accepted by the set-builder notation in the domain set, such as ($3000$), would be disregarded. The element would then be multiplied by five, and added into the range set.
However, I am still confused on how a mapping differs from a regular function. Also, what is the significance of the mappings in pure Mathematics?
I have very little knowledge of the subject, so I apologize if I misinterpret any explanations provided.