Function

From Maths
(Redirected from Functions)
Jump to: navigation, search

A function [ilmath]f[/ilmath] is a special kind of relation

Definition

A function is a special kind relation[1], for a relation:

  • [ilmath]f\subseteq X\times Y[/ilmath]

We must have:

  • [ilmath]f[/ilmath] being a right-unique relation, recall that is:
    • For a relation [ilmath]\mathcal{R}\subseteq X\times Y[/ilmath] we have [ilmath]\forall x\in X\forall y,z\in Y[(x\mathcal{R}y\wedge x\mathcal{R}z)\implies y=z][/ilmath]
  • Everything maps to something

Then we write: [ilmath]f:X\rightarrow Y[/ilmath][1] Furthermore, if [ilmath](x,y)\in f[/ilmath] (which is to say [ilmath]xfy[/ilmath] or [ilmath]f[/ilmath] relates [ilmath]x[/ilmath] to [ilmath]y[/ilmath]) we write:

  • [ilmath]f(x)=y[/ilmath] or [ilmath]f:x\mapsto y[/ilmath]

Notation when tuples are involved

It is often convenient to write things like [ilmath]f:(A,B)\rightarrow(C,D,E)[/ilmath] where [ilmath](A,B)[/ilmath] is a space with some useful property, this always means [ilmath]f:A\rightarrow C[/ilmath], for example:

  • If we have say two topological spaces [ilmath](X,\mathcal{J})[/ilmath] and [ilmath](Y,\mathcal{K})[/ilmath] then we may write:
    • [ilmath]f:(X,\mathcal{J})\rightarrow(Y,\mathcal{K})[/ilmath] and mean [ilmath]f:X\rightarrow Y[/ilmath]
  • That is to say that as a general rule given a function [ilmath]f:(A_1,A_2,\cdots)\rightarrow(B_1,B_2,\cdots)[/ilmath] take it as a function [ilmath]f:A_1\rightarrow B_1[/ilmath]
    • A tuple makes no sense there anyway, for multiple arguments we write the Cartesian product, so [ilmath]f:A\times B\rightarrow C\times D\times E[/ilmath] say means "[ilmath]f[/ilmath] takes an argument in [ilmath]A[/ilmath] and another argument in [ilmath]B[/ilmath] and maps these to a tuple whose first element is in [ilmath]C[/ilmath], second in [ilmath]D[/ilmath] and third in [ilmath]E[/ilmath]".

Notation for restriction

I have seen this notation used nowhere else, only in Fundamentals of Algebraic Topology by Steven H. Weintraub, I include it only so the reader can be aware of it should they encounter it. Use it as a last resort

Suppose we have [ilmath]f:(X,A)\rightarrow(Y,B)[/ilmath] where [ilmath]A\subseteq X[/ilmath] and [ilmath]B\subseteq Y[/ilmath] and are not a part of the definition for a space on [ilmath]X[/ilmath] or [ilmath]Y[/ilmath], then:

  • [ilmath]f:(X,A)\rightarrow(Y,B)[/ilmath] may mean[2] the following:
    • [ilmath]f:X\rightarrow Y[/ilmath] (as expected) with the additional information that:
    • [ilmath]f\vert_A:A\rightarrow B[/ilmath] (where [ilmath]f\vert_A[/ilmath] denotes the restriction of [ilmath]f[/ilmath] to [ilmath]A[/ilmath])
    • Which is to say that [ilmath]f(A)\subseteq B[/ilmath]

Conventions

We've now covered the formal definition of a function, however conventionally sometimes these are broken

Functions and their domain

A function ought be defined for everything in its domain, that's for every point in the domain the function maps the point to something. Often mathematicians don't bother (as Mathematicians are lazy) especially if the number of undefined points is finite.

Examples

  • [math]f:\mathbb{R}\rightarrow\mathbb{R}[/math] given by [math]f(x)=\frac{1}{x}[/math] isn't defined at [math]0[/math], it should be: [ilmath]f:\mathbb{R}-\{0\}\rightarrow\mathbb{R} [/ilmath] with [ilmath]f:x\rightarrow\frac{1}{x} [/ilmath]
  • [math]f:\mathbb{R}\rightarrow\mathbb{R}[/math] given by [math]f(x)=x^2[/math] is correct, it is not surjective though, because nothing maps onto the negative numbers, however [math]f:\mathbb{R}\rightarrow\mathbb{R}_{\ge 0}[/math] with [math]f(x)=x^2[/math] is a surjection. It is not an injective function as only [math]0[/math] maps to one point.

Alternative names

A function may AKA:

  • mapping[1]
  • map[1]
  • correspondence

See also

References

  1. 1.0 1.1 1.2 1.3 Analysis - Part 1: Elements - Krzysztof Maurin
  2. Fundamentals of Algebraic Topology - Steven H. Weintraub