Work Z

Animated Logical Graphs

Boolean Functions on Two Variables • Index Order

PNG

\text{Boolean Functions on Two Variables}

Boolean Functions on Two Variables

HTML + JPG + LaTeX

\text{Boolean Functions on Two Variables}
\text{Boolean Function} \text{Entitative Graph} \text{Existential Graph}
f_{0} Cactus Root Cactus Stem
\text{false} \text{false} \text{false}
f_{1} Cactus (xy) Cactus (x)(y)
\text{neither}~ x ~\text{nor}~ y \lnot (x \lor y) \lnot x \land \lnot y
f_{2} Cactus (x(y)) Cactus (x)y
y ~\text{and not}~ x \lnot x \land y \lnot x \land y
f_{3} Cactus (x) Cactus (x)
\text{not}~ x \lnot x \lnot x
f_{4} Cactus ((x)y) Cactus x(y)
x ~\text{and not}~ y x \land \lnot y x \land \lnot y
f_{5} Cactus (y) Cactus (y)
\text{not}~ y \lnot y \lnot y
f_{6} Cactus ((x,y)) Cactus (x,y)
x ~\text{not equal to}~ y x \ne y x \ne y
f_{7} Cactus (x)(y) Cactus (xy)
\text{not both}~ x ~\text{and}~ y \lnot x \lor \lnot y \lnot (x \land y)
f_{8} Cactus ((x)(y)) Cactus xy
x ~\text{and}~ y x \land y x \land y
f_{9} Cactus (x,y) Cactus ((x,y))
x ~\text{equal to}~ y x = y x = y
f_{10} Cactus y Cactus y
y y y
f_{11} Cactus (x)y Cactus (x(y))
\text{if}~ x ~\text{then}~ y x \Rightarrow y x \Rightarrow y
f_{12} Cactus x Cactus x
x x x
f_{13} Cactus x(y) Cactus ((x)y)
\text{if}~ y ~\text{then}~ x x \Leftarrow y x \Leftarrow y
f_{14} Cactus xy Cactus ((x)(y))
x ~\text{or}~ y x \lor y x \lor y
f_{15} Cactus Stem Cactus Root
\text{true} \text{true} \text{true}

Logical Graphs : Entitative and Existential Interpretations

PNG

\text{Logical Graphs : Entitative and Existential Interpretations}

Logical Graphs : Entitative and Existential Interpretations

HTML + JPG + LaTeX

\text{Logical Graphs : Entitative and Existential Interpretations}
\text{Logical Graph} \text{Entitative Interpretation} \text{Existential Interpretation}
Cactus Stem \text{true} \text{false}
\texttt{(} ~ \texttt{)} f_{15} f_{0}
Cactus (x)(y) \lnot x \lor \lnot y \lnot x \land \lnot y
\texttt{(} x \texttt{)(} y \texttt{)} f_{7} f_{1}
Cactus (x)y x \Rightarrow y x \nLeftarrow y
\texttt{(} x \texttt{)} y f_{11} f_{2}
Cactus (x) \lnot x \lnot x
\texttt{(} x \texttt{)} f_{3} f_{3}
Cactus x(y) x \Leftarrow y x \nRightarrow y
x \texttt{(} y \texttt{)} f_{13} f_{4}
Cactus (y) \lnot y \lnot y
\texttt{(} y \texttt{)} f_{5} f_{5}
Cactus (x,y) x = y x \ne y
\texttt{(} x \texttt{,} y \texttt{)} f_{9} f_{6}
Cactus (xy) \lnot (x \lor y) \lnot (x \land y)
\texttt{(} x y \texttt{)} f_{1} f_{7}
Cactus xy x \lor y x \land y
x y f_{14} f_{8}
Cactus ((x,y)) x \ne y x = y
\texttt{((} x \texttt{,} y \texttt{))} f_{6} f_{9}
Cactus y y y
y f_{10} f_{10}
Cactus (x(y)) x \nLeftarrow y x \Rightarrow y
\texttt{(} x \texttt{(} y \texttt{))} f_{2} f_{11}
Cactus x x x
x f_{12} f_{12}
Cactus ((x)y) x \nRightarrow y x \Leftarrow y
\texttt{((} x \texttt{)} y \texttt{)} f_{4} f_{13}
Cactus ((x)(y)) x \land y x \lor y
\texttt{((} x \texttt{)(} y \texttt{))} f_{8} f_{14}
Cactus Root \text{false} \text{true}
  f_{0} f_{15}

Boolean Functions on Two Variables • Orbit Order

PNG

HTML + JPG + LaTeX

\text{Boolean Functions on Two Variables : Orbit Order}
\text{Boolean Function} \text{Entitative Graph} \text{Existential Graph}
f_{0} Cactus Root Cactus Stem
\text{false} \text{false} \text{false}
f_{1} Cactus (xy) Cactus (x)(y)
\text{neither}~ x ~\text{nor}~ y \lnot (x \lor y) \lnot x \land \lnot y
f_{2} Cactus (x(y)) Cactus (x)y
y ~\text{and not}~ x \lnot x \land y \lnot x \land y
f_{4} Cactus ((x)y) Cactus x(y)
x ~\text{and not}~ y x \land \lnot y x \land \lnot y
f_{8} Cactus ((x)(y)) Cactus xy
x ~\text{and}~ y x \land y x \land y
f_{3} Cactus (x) Cactus (x)
\text{not}~ x \lnot x \lnot x
f_{12} Cactus x Cactus x
x x x
f_{6} Cactus ((x,y)) Cactus (x,y)
x ~\text{not equal to}~ y x \ne y x \ne y
f_{9} Cactus (x,y) Cactus ((x,y))
x ~\text{equal to}~ y x = y x = y
f_{5} Cactus (y) Cactus (y)
\text{not}~ y \lnot y \lnot y
f_{10} Cactus y Cactus y
y y y
f_{7} Cactus (x)(y) Cactus (xy)
\text{not both}~ x ~\text{and}~ y \lnot x \lor \lnot y \lnot (x \land y)
f_{11} Cactus (x)y Cactus (x(y))
\text{if}~ x ~\text{then}~ y x \Rightarrow y x \Rightarrow y
f_{13} Cactus x(y) Cactus ((x)y)
\text{if}~ y ~\text{then}~ x x \Leftarrow y x \Leftarrow y
f_{14} Cactus xy Cactus ((x)(y))
x ~\text{or}~ y x \lor y x \lor y
f_{15} Cactus Stem Cactus Root
\text{true} \text{true} \text{true}