Function (notation)
From Maths
This page describes the notation of how we use functions for information on what a function is, see function
Basics
- f:X→Y - the most basic form, here f is a relation that associates with each x∈X a y∈y. 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:X→Y 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×A→Y×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:
- It is another notation for something we already have
- 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.
- f:X×A→Y×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:
- Warnings:
- Sometimes f:(X,A)→(Y,B) denotes[1] that f:X→Y with the additional information of f|A:A→B, or more simply is to say that f:X→Y 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
- Sometimes f:(X,A)→(Y,B) denotes[1] that f:X→Y with the additional information of f|A:A→B, or more simply is to say that f:X→Y with the additional statement: f(A)⊆B
- Examples:
- 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.
- Let (X,J) and (Y,K) be topological spaces, let f:(X,J)→(Y,K) be a continuous map...
- Possible misinterpretation:
References
- Jump up ↑ Fundamentals of Algebraic Topology - Steven H. Weintraub