0

Is there a common notation for the set of functions from a set $X$ to a set $Y$?

Is $\text{Fun}(X,Y)$ commonly used? (I recall seeing it somewhere.)

How about $\text{Map}(X,Y)$?

I am aware that there are some usages in category theory for the above two notations, I hope to find one notation that does not cause confusion.

Thanks!

yoyostein
  • 19,608
  • 1
    $Y^X$ is a common notation for functions $f:X\to Y$. The notation with "Fun" in it is often used for functors (so where $X$ and $Y$ are categories). The notation with "Map" in it I have mostly encountered in topology for continuous functions $X\to Y$ (so where $X$ and $Y$ are topological spaces). Don't take this too strict though. – drhab Jan 18 '18 at 16:08

2 Answers2

4

Set theorists simply call it $Y^X$.

Nate Eldredge
  • 97,710
3

If you are already dealing with categories and you want your notation to be consistent, you might just use $\mathrm{Hom}_{\mathrm{Set}}(X, Y)$.

Luca Bressan
  • 6,845