Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Simulate an arbitrary (potentially abelian) group as a multiway system
ResourceFunction["MultiwayGroup"][<|"Generators"→gen,"Relations"→rel,"Identity"→id,"Inverses"→inv|>] compiles the group with the specified generators, relations, identity element and inverse elements into a specification of a multiway system. | |
ResourceFunction["MultiwayGroup"][<|"Generators"→gen,"Relations"→rel,"Identity"→id,"Inverses"→inv|>,n] generates the results of n steps in the evolution of the multiway group with the specified generators, relations, identity element and inverse elements. | |
ResourceFunction["MultiwayGroup"][<|"Generators"→gen,"Relations"→rel,"Identity"→id,"Inverses"→inv|>,n,"prop"] gives the property "prop" for the specified multiway group evolution. | |
ResourceFunction["MultiwayGroup"][<|"Generators"→gen,"Relations"→rel,"Identity"→id,"Inverses"→inv|>→sel,…] uses the function sel to select which of the events obtained at each step to include in the evolution. | |
ResourceFunction["MultiwayGroup"][gen,…] specifies the free group with generators gen, default identity element "e" and default inverse elements "1","2",…. | |
ResourceFunction["MultiwayGroup"][gen,rel,…] specifies the group with generators gen, relations rel, default identity element "e" and default inverse elements "1","2",…. | |
ResourceFunction["MultiwayGroup"][gen,rel,id,…] specifies the group with generators gen, relations rel, identity element id and default inverse elements "1","2",…. | |
ResourceFunction["MultiwayGroup"][gen,rel,id,inv,…] specifies the group with generators gen, relations rel, identity element id and inverse elements inv. |
| "Sequential" | applies the first possible replacement (sequential substitution system) |
| "Random" | applies a random replacement |
| {"Random",n} | applies n randomly chosen replacements |
| "AllStatesList" | the list of all states generated at each successive step (default) |
| "StatesCountsList" | the number of distinct states generated at each successive step |
| "AllStatesListUnmerged" | the list of all states without any merging |
| "PredecessorRulesList" | the list of states and their corresponding predecessor states at each successive step |
| "EvolutionGraph" | graph formed by the evolution process, with no merging between different time steps |
| "EvolutionGraphStructure" | evolution graph without labeling |
| "EvolutionGraphFull" | graph formed by the evolution process, including equivalent events |
| "EvolutionGraphFullStructure" | full evolution graph without labeling |
| "EvolutionGraphUnmerged" | graph formed by the evolution process, with no merging of equivalent states |
| "EvolutionGraphUnmergedStructure" | unmerged evolution graph without labeling |
| "EvolutionGraphWeighted" | graph formed by the evolution process, with edges weighted by event multiplicity |
| "EvolutionGraphWeightedStructure" | weighted evolution graph without labeling |
| "StatesGraph" | graph of how each distinct state leads to other states |
| "StatesGraphStructure" | states graph without labeling |
| "AllEventsList" | the list of all events that occur at each successive step |
| "EvolutionEventsGraph" | graph showing the evolution process with updating events explicitly included |
| "EvolutionEventsGraphStructure" | evolution events graph without labeling |
| "CausalGraph" | graph of causal relationships between updating events |
| "CausalGraphStructure" | causal graph without labeling |
| "EvolutionCausalGraph" | combined graph of evolution process and causal relationships between events |
| "EvolutionCausalGraphStructure" | evolution causal graph without labeling |
| "CausalGraphInstances" | list of distinct causal graphs for all possible choices of event sequences |
| "CausalGraphStructureInstances" | causal graph instances without labeling |
| "EvolutionCausalGraphInstances" | list of distinct evolution causal graphs for all possible choices of event sequences |
| "EvolutionCausalGraphStructureInstances" | evolution causal graph instances without labeling |
| "BranchPairsList" | list of all branch pairs (i.e. critical pairs) generated in the states graph |
| "NewBranchPairsList" | list of all new branch pairs generated at each successive step |
| "EvolutionBranchPairsList" | list of all branch pairs generated in the evolution graph |
| "NewEvolutionBranchPairsList" | list of all new evolution branch pairs generated at each successive step |
| "BranchPairEventsList" | list of all events yielding branch pairs |
| "NewBranchPairEventsList" | list of all events yielding new branch pairs at each successive step |
| "EvolutionBranchPairEventsList" | list of all events yielding evolution branch pairs |
| "NewEvolutionBranchPairEventsList" | list of all events yielding new evolution branch pairs at each successive step |
| "BranchialGraph" | graph of branch pair ancestry at a given step |
| "BranchialGraphStructure" | branchial graph without labeling |
| "AllStatesBranchialGraph" | graph of branch pair ancestry across all steps |
| "AllStatesBranchialGraphStructure" | all states branchial graph without labeling |
| "EvolutionBranchialGraph" | graph of evolution branch pair ancestry at a given step |
| "EvolutionBranchialGraphStructure" | evolution branchial graph without labeling |
| "AllStatesEvolutionBranchialGraph" | graph of evolution branch pair ancestry |
| "AllStatesEvolutionBranchialGraphStructure" | all states evolution branchial graph without labeling |
| "EventBranchialGraph" | graph of branch pair event ancestry at a given step |
| "EventBranchialGraphStructure" | event branchial graph without labeling |
| "AllEventsBranchialGraph" | graph of branch pair event ancestry across all steps |
| "AllEventsBranchialGraphStructure" | all events branchial graph without labeling |
| "BranchPairResolutionsList" | association of all resolved and unresolved branch pairs up to a given step |
| "EvolutionBranchPairResolutionsList" | association of all resolved and unresolved evolution branch pairs up to a given step |
| "CausalInvariantQ" | whether the system is causal invariant (all branch pairs converge) |
| "EvolutionCausalInvariantQ" | whether the system is evolution causal invariant (all evolution branch pairs converge) |
| "KnuthBendixCompletion" | list of Knuth–Bendix completion rules required to force causal invariance |
| "EvolutionKnuthBendixCompletion" | list of Knuth–Bendix completion rules required to force evolution causal invariance |
| "StateWeights" | list of weights for all vertices in the states graph |
| "Abelian" | False | whether the group is abelian |
| "StyleEdges" | True | whether to style edges according to generators, relations, identity, inverse and commutativity |
| "AppendOnly" | False | whether to apply generators only to the end of the word |
| "IncludeStepNumber" | False | whether to label states and events with their respective step numbers |
| "IncludeStateID" | False | whether to label states and events with unique IDs |
| "IncludeInitializationEvents" | False | whether to include pseudoevents that set up initial conditions |
| "IncludeEventInstances" | False | whether to show distinct updating events that connect the same states as separate edges |
| "IncludeStateWeights" | False | whether to weight state vertices by their rate of occurrence at a particular time step |
| "IncludeStatePathWeights" | False | whether to weight state vertices by the number of distinct evolution paths that lead to them |
| "StateRenderingFunction" | Automatic | how to label states that appear in graphs |
| "EventRenderingFunction" | Automatic | how to label events that appear in graphs |
| MaxItems | Infinity | how many instances of a causal graph or evolution causal graph to return |
| "GivePredecessors" | False | whether to label branch pairs with their predecessor state |
| "GiveResolvents" | False | whether to label branch pairs with their resolvent state |
| "IncludeSelfPairs" | False | whether to include trivial branch pairs |
| "IncludeFullBranchialSpace" | False | whether to show all possible states in a given branchial graph |
| "LineThickness" | 1 | absolute line thickness for graph edges |
| Inherited | use the explicit vertex name as the label |
| None | use no label for the vertex |
| "shape" | use a shape from the VertexShapeFunction collection |
| func | apply the function func to the name of the vertex |
Show basic group compilation (compiling groups on one, two and three generators to MultiwaySystem rules):
| In[1]:= |
|
| Out[1]= |
|
| In[2]:= |
|
| Out[2]= |
|
| In[3]:= |
|
| Out[3]= |
|
When only the generators are specified, the free group with identity element "e" and inverse elements {"1","2",…} is assumed by default:
| In[4]:= |
|
| Out[4]= |
|
| In[5]:= |
|
| Out[5]= |
|
| In[6]:= |
|
| Out[6]= |
|
| In[7]:= |
|
| Out[7]= |
|
Generate a graph showing how each state is obtained from the others for the free group on two generators:
| In[8]:= |
|
| Out[8]= |
|
Show the structure of the graph, without labels:
| In[9]:= |
|
| Out[9]= |
|
Generate the states graph for a non-free group on two generators:
| In[10]:= |
|
| Out[10]= |
|
Show the structure of the graph, without labels:
| In[11]:= |
|
| Out[11]= |
|
Generate the states graph for the free abelian group on two generators:
| In[12]:= |
|
| Out[12]= |
|
Compare to the free non-abelian group on two generators (default):
| In[13]:= |
|
| Out[13]= |
|
Generate the (reduced) states graph for a group on two generators, where generators are applied only to the end of the word:
| In[14]:= |
|
| Out[14]= |
|
Compare to the full states graph for the same group:
| In[15]:= |
|
| Out[15]= |
|
Generate a graph of the evolution history, with updating events included:
| In[16]:= |
|
| Out[16]= |
|
Show the structure of the graph, without labels:
| In[17]:= |
|
| Out[17]= |
|
Generate the causal graph, showing dependencies between updating events:
| In[18]:= |
|
| Out[18]= |
|
Show the structure of the graph, without labels:
| In[19]:= |
|
| Out[19]= |
|
Generate the evolution events graph, with causal connections included:
| In[20]:= |
|
| Out[20]= |
|
Show the structure of the graph, without labels:
| In[21]:= |
|
| Out[21]= |
|
Specify an event selection function that picks a random pair of events at each step:
| In[22]:= |
|
| Out[22]= |
|
Generate causal graphs for all possible choices of events sequences:
| In[23]:= |
|
| Out[23]= |
|
Show the structures of the graphs, without labels:
| In[24]:= |
|
| Out[24]= |
|
Generate the list of all branch pairs (i.e. critical pairs):
| In[25]:= |
|
| Out[25]= |
|
Generate the association showing which branch pairs converged and which did not:
| In[26]:= |
|
| Out[26]= |
|
Prove that the system is causal invariant:
| In[27]:= |
|
| Out[27]= |
|
Generate a graph showing branch pair ancestry:
| In[28]:= |
|
| Out[28]= |
|
Show the structure of the graph, without labels:
| In[29]:= |
|
| Out[29]= |
|
Generate a graph showing branch pair event ancestry:
| In[30]:= |
|
| Out[30]= |
|
Prevent identical states from being merged by including step numbers and state IDs:
| In[31]:= |
|
| Out[31]= |
|
| In[32]:= |
|
| Out[32]= |
|
Generate a graph of the full evolution history, with all events included:
| In[33]:= |
|
| Out[33]= |
|
Show the structure of the graph, without labels:
| In[34]:= |
|
| Out[34]= |
|
Generate a graph of the full evolution history, with no merging of equivalent states:
| In[35]:= |
|
| Out[35]= |
|
Show the structure of the graph, without labels:
| In[36]:= |
|
| Out[36]= |
|
Generate a graph of the evolution history, with edges weighted by event multiplicity:
| In[37]:= |
|
| Out[37]= |
|
Show the structure of the graph, without labels:
| In[38]:= |
|
| Out[38]= |
|
Generate a states graph with vertices weighted by their rate of occurrence on each time step:
| In[39]:= |
|
| Out[39]= |
|
Show the structure of the graph, without labels:
| In[40]:= |
|
| Out[40]= |
|
Generate a states graph with vertices weighted by the number of distinct evolution paths that lead to them:
| In[41]:= |
|
| Out[41]= |
|
Show the structure of the graph, without labels:
| In[42]:= |
|
| Out[42]= |
|
MultiwayGroup accepts both partial and full (association) specifications of groups in terms of generators, relations, identity element and inverse elements:
| In[43]:= |
|
| Out[43]= |
|
| In[44]:= |
|
| Out[44]= |
|
| In[45]:= |
|
| Out[45]= |
|
| In[46]:= |
|
| Out[46]= |
|
| In[47]:= |
|
| Out[47]= |
|
MultiwayGroup can handle both abelian and non-abelian (default) groups:
| In[48]:= |
|
| Out[48]= |
|
| In[49]:= |
|
| Out[49]= |
|
Apply only the first possible event at each step:
| In[50]:= |
|
| Out[50]= |
|
Apply the first and last possible events at each step:
| In[51]:= |
|
| Out[51]= |
|
By default, all groups are non-abelian:
| In[52]:= |
|
| Out[52]= |
|
| In[53]:= |
|
| Out[53]= |
|
Make the group abelian:
| In[54]:= |
|
| Out[54]= |
|
| In[55]:= |
|
| Out[55]= |
|
By default, MultiwayGroup evolves by applying generators at all possible places within a word:
| In[56]:= |
|
| Out[56]= |
|
Apply generators only at the end of the word:
| In[57]:= |
|
| Out[57]= |
|
By default, edges are styled in red if they correspond to the application of a generator, green if they correspond to the application of a relation, cyan if they correspond to the application of the identity element, magenta if they correspond to the application of an inverse element and blue if they correspond to the application of commutativity:
| In[58]:= |
|
| Out[58]= |
|
Use no styling for edges:
| In[59]:= |
|
| Out[59]= |
|
By default, states are labeled by their contents:
| In[60]:= |
|
| Out[60]= |
|
Use no labeling for states:
| In[61]:= |
|
| Out[61]= |
|
"StatesGraphStructure" yields the same result:
| In[62]:= |
|
| Out[62]= |
|
Use raw state names as node labels:
| In[63]:= |
|
| Out[63]= |
|
Use a named shape as each state label:
| In[64]:= |
|
| Out[64]= |
|
By default, both states and events are labeled by their contents:
| In[65]:= |
|
| Out[65]= |
|
Use no labels for states or events:
| In[66]:= |
|
| Out[66]= |
|
"EvolutionEventsGraphStructure" yields an equivalent result:
| In[67]:= |
|
| Out[67]= |
|
Use raw event expressions as their labels:
| In[68]:= |
|
| Out[68]= |
|
By default, "AllEventsList" does not include initialization events:
| In[69]:= |
|
| Out[69]= |
|
The option "IncludeInitializationEvents" allows one to override this default:
| In[70]:= |
|
| Out[70]= |
|
Initialization events have special default rendering:
| In[71]:= |
|
| Out[71]= |
|
Place arrows in the middle of edges:
| In[72]:= |
|
| Out[72]= |
|
Generate an example of a (free) multiway group:
| In[73]:= |
|
| Out[73]= |
|
Force the initial state nodes to be at the top:
| In[74]:= |
|
| Out[74]= |
|
By default, equivalent states are merged across all time steps:
| In[75]:= |
|
| Out[75]= |
|
| In[76]:= |
|
| Out[76]= |
|
Merging of equivalent states across different time steps can be prevented by including step numbers:
| In[77]:= |
|
| Out[77]= |
|
List the states:
| In[78]:= |
|
| Out[78]= |
|
Merging of equivalent states at the same time step can be prevented by also including state IDs:
| In[79]:= |
|
| Out[79]= |
|
List the states:
| In[80]:= |
|
| Out[80]= |
|
Step numbers and state IDs also apply to events:
| In[81]:= |
|
| Out[81]= |
|
See the events:
| In[82]:= |
|
| Out[82]= |
|
By default, multiple instances of equivalent updating events are merged in the states graph:
| In[83]:= |
|
| Out[83]= |
|
Merging of equivalent events can be prevented by including event instances:
| In[84]:= |
|
| Out[84]= |
|
Vertices of a states graph can be weighted by their relative rate of occurrence at each time step:
| In[85]:= |
|
| Out[85]= |
|
Vertices can also be weighted by the number of distinct evolution paths that lead to them:
| In[86]:= |
|
| Out[86]= |
|
By default, "CausalGraphInstances" returns all possible causal graphs:
| In[87]:= |
|
| Out[87]= |
|
The number of causal graphs can be limited using MaxItems:
| In[88]:= |
|
| Out[88]= |
|
By default, "BranchPairsList" returns only a list of branch pairs:
| In[89]:= |
|
| Out[89]= |
|
Common predecessor states can be shown using "GivePredecessors":
| In[90]:= |
|
| Out[90]= |
|
Similarly, "BranchPairResolutionsList" by default lists only resolved and unresolved branch pairs:
| In[91]:= |
|
| Out[91]= |
|
Common resolvents of resolved branch pairs can be shown using "GiveResolvents":
| In[92]:= |
|
| Out[92]= |
|
Show both common predecessors and common resolvents, where appropriate:
| In[93]:= |
|
| Out[93]= |
|
By default, non-branch pair states are not shown as part of the branchial graph:
| In[94]:= |
|
| Out[94]= |
|
They can be shown using "IncludeFullBranchialSpace":
| In[95]:= |
|
| Out[95]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License