Function composition
Function composition combines two functions by feeding the output of one into the other. The resulting function applies the inner function first and the outer function second.
Linked from 29 pages
PermutationRelated: Composing permutations produces another permutation of the same set.
Group actionRelated: Composition supplies the operation that group multiplication must match.
Left inverseNarrower topic: The equation g∘f = id defines a left inverse through composition.
BijectionRelated: Composing bijections produces another bijection.
Permutation groupRelated: Composing permutations supplies the group operation.