# Definition Given two [[map|maps]] $f: X \rightarrow Y$ and $g: Y\rightarrow Z$, the composite map is $g \circ f: X \rightarrow Z$ is defined by $(g \circ f)(x) = g(f(x))$.