Kernel: Python 3
expression
.infiltrate
Create the infiltration product of two expressions. In a way the infiltration product combines the conjunction (synchronized product) and the shuffle product.
See also:
Examples
In [1]:
Out[1]:
The following simple example aims at emphasizing that the transitions of the infiltration combine those of the shuffle and the conjunction products.
In [2]:
Out[2]:
In [3]:
Out[3]:
In [4]:
Out[4]:
In [5]:
Out[5]:
In [6]:
Out[6]:
In [7]:
Out[7]:
True
Associativity
This operator is associative: , i.e., both expressions denote the same series.
In [8]:
In [9]:
Out[9]:
In [10]:
Out[10]: