Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2026-02-08 18:38:35
Size: 615
Comment: Style fix
Revision 5 as of 2026-02-23 17:28:48
Size: 1165
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
A function maps every member of ''A'' to a member of ''B''. Or, for each ''x ∈ A'' a function assigns a unique ''f(x) ∈ B''. Such a function is notated as ''f : A -> B''. A function is a [[Analysis/Relations|relation]] that satisfies an additional property; for each ''x ∈ A'' it assigns a unique ''f(x) ∈ B''. This can be considered a map for every ''x ∈ A'', each mapping to a singular ''f(x) ∈ B''. Or, it can be considered an assignment of a singular ''f(x) ∈ B'' to each ''x ∈ A''. A function is notated as ''f : A -> B''.
Line 16: Line 16:

Note that there is a difference between inverse images and a true inverse. A unique inverse of a function only exists if it is [[Analysis/Injectivity|bijective]]. An inverse satisfies ''f(f ^-1^(x)) = x''.

Functions can be '''composed'''. For two functions as ''f : A -> B'' and ''g : B -> C'', ''g ∘ f'' corresponds to ''(g ∘ f)(x) = g(f(x))''.

Functions

Functions are mappings or assignments.


Description

A function is a relation that satisfies an additional property; for each x ∈ A it assigns a unique f(x) ∈ B. This can be considered a map for every x ∈ A, each mapping to a singular f(x) ∈ B. Or, it can be considered an assignment of a singular f(x) ∈ B to each x ∈ A. A function is notated as f : A -> B.

The image of a function f is the subset of B that corresponds to the entire domain of A: f(A) = {f(x) | x ∈ A}. The inverse image or pre-image is the subset of A that corresponds to the entire domain of B: f -1(B) = {x | f(x) ∈ B}.

Note that there is a difference between inverse images and a true inverse. A unique inverse of a function only exists if it is bijective. An inverse satisfies f(f -1(x)) = x.

Functions can be composed. For two functions as f : A -> B and g : B -> C, g ∘ f corresponds to (g ∘ f)(x) = g(f(x)).


CategoryRicottone

Analysis/Functions (last edited 2026-02-23 17:28:48 by DominicRicottone)