What does $H=\{h\mid h:X\rightarrow Y\}$ mean?

212 Views Asked by At

I have never used this notation before. I did some digging, but closest thing I could find is: What does the function f: x ↦ y mean?

Can anybody explain this notation?

3

There are 3 best solutions below

0
On BEST ANSWER

It means that $H$ is the set of all functions from the set $X$ to the set $Y$.

Read literally, we could say the statement as "$H$ is the set of all functions $h$ such that $h$ has domain $X$ and codomain $Y$."

(Anecdotally, $X,Y$ need not necessarily be sets - could be rings, vector spaces, groups, whatever: the context in which this appears should make it clear. I imagine if this is your first time coming across it, it's probably about sets though.)

0
On

$H$ is the set of all functions with domain $X$ and codomain $Y$.

0
On

Another way to write it would be $H=Y^X$. It's the set of all functions from $X$ to $Y$.

I believe this notation is used in functional analysis.