Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create combinator expressions for each element of a specified group, as well as the group's operation
ResourceFunction["GroupToCombinator"][group] returns an association with the elements and operation of group represented as combinators. | |
ResourceFunction["GroupToCombinator"][group,property] returns the specified property. |
| "Elements" | elements of the group, represented as combinators |
| "Operation" | operation for the group, represented as a combinator |
| "Equality" | equality operator for the group, represented as a combinator |
| All | association containing "Elements," "Operation," and "Equality" |
Get the combinator expressions for the elements and the operation for a specific group:
| In[1]:= |
| Out[1]= | ![]() |
Get expressions for the elements of a group:
| In[2]:= |
| Out[2]= |
Operate on two elements of a group and return the corresponding combinator:
| In[3]:= | ![]() |
| In[4]:= | ![]() |
| Out[4]= |
The result is equivalent to the first element:
| In[5]:= |
| Out[5]= |
Return a single property:
| In[6]:= |
| Out[6]= |
Return several properties:
| In[7]:= |
| Out[7]= | ![]() |
Use different symbols to represent the combinators:
| In[8]:= |
| Out[8]= | ![]() |
Wolfram Language 12.2 (December 2020) or above
This work is licensed under a Creative Commons Attribution 4.0 International License