Coloring Subjudgments.
We define a map "turn", computing to which player a given judgment belongs to. The player is Abelard for conjuctive formulas, and Eloise for disjunctive formulas. If the sign is negative it is the opposite. Afterwards, we will color each subjudgment with the color of the player it belongs to.
In[172]:=
In[173]:=
We define a map taking a judgment, and coloring it with the color of the player it belongs to.
In[182]:=
In[183]:=
We define a map returning a coloured list of subjudgments for a given judgment.
In[184]:=
In[185]:=
The previous map returns a nested list. We define a map returning a flat list.
In[193]:=
An example of subjudgement list with colors.
In[194]:=
Out[194]=
In[195]:=
Out[195]=
Created by Mathematica (October 17, 2006)