Function (notation)

From Maths
Jump to: navigation, search

This page describes the notation of how we use functions for information on what a function is, see function

Basics

  • f:XY - the most basic form, here f is a relation that associates with each xX a yy. We write this as y=f(x)

Abuses of notation

  • Tuples: sometimes we will write f:(X,A)(Y,B), this simply means that f:XY where X is some sort of space (with structure A) and Y is some sort of space with a structure B.
    • Possible misinterpretation:
      f:X×AY×B denotes a function, f that takes ordered pairs, (x,a)X×A to ordered pairs, (y,b)Y×B, this notation clearly operates on sets (as it uses the Cartesian product) keeping with the convention of the thing either side of the is a set. So the notation f:(X,A)(Y,B) for f's input being a tuple, (x,a) is absurd because:
      1. It is another notation for something we already have
      2. It violates the "sets being either side of the arrow" thing (A×B is a set, (,), even if considered as an Ordered pair does not "evaluate" to something useful when it comes to relations.
    • Warnings:
      1. Sometimes f:(X,A)(Y,B) denotes[1] that f:XY with the additional information of f|A:AB, or more simply is to say that f:XY with the additional statement: f(A)B
        • Use this if (X,A) has not previously been declared as some sort of space.
        • I've only ever seen this used in one book - Fundamentals of Algebraic Topology by Steven H. Weintraub
    • Examples:
      1. Let (X,J) and (Y,K) be topological spaces, let f:(X,J)(Y,K) be a continuous map...
        • Here the tuples (as usual) help the reader/writer keep track of spaces, in this case the topologies on X and Y
        • This example extends to measurable spaces, vector spaces and many more.

References

  1. Jump up Fundamentals of Algebraic Topology - Steven H. Weintraub