represents the
combinator.
CombinatorI
represents the
combinator.
Details
- The
combinator has the property that
reduces to
. - No transformations for CombinatorI are applied automatically.
- CombinatorI is output in StandardForm or TraditionalForm as
. This typeset form can be input using
cI
.
Examples
open all close allBasic Examples (2)
Applications (1)
Properties & Relations (3)
The
combinator is equivalent to the
term
:
Function[x, x][]The
combinator is equivalent to the identity function:
Identity[x]The
combinator can be expressed in terms of
and
as
:
CombinatorSCombinatorKCombinatorK //. {CombinatorSx_y_z_ :> xz(yz), CombinatorKx_y_ :> x}The expression for
is not unique:
CombinatorSCombinatorKCombinatorS //. {CombinatorSx_y_z_ :> xz(yz), CombinatorKx_y_ :> x}See Also
Application CombinatorS CombinatorK Identity
Function Repository: CombinatorConvert CombinatorTraditionalForm
Related Guides
History
Text
Wolfram Research (2020), CombinatorI, Wolfram Language function, https://reference.wolfram.com/language/ref/CombinatorI.html.
CMS
Wolfram Language. 2020. "CombinatorI." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CombinatorI.html.
APA
Wolfram Language. (2020). CombinatorI. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CombinatorI.html
BibTeX
@misc{reference.wolfram_2026_combinatori, author="Wolfram Research", title="{CombinatorI}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/CombinatorI.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_combinatori, organization={Wolfram Research}, title={CombinatorI}, year={2020}, url={https://reference.wolfram.com/language/ref/CombinatorI.html}, note=[Accessed: 12-June-2026]}