Advertisement
VincentOostelbos

GK rule truth table example

Sep 20th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.00 KB | None | 0 0
  1. $I(R \wedge) = (I(\Gamma \Rightarrow A, \Delta) \wedge I(\Gamma \Rightarrow B, \Delta)) \rightarrow I(\Gamma \Rightarrow A \wedge B, \Delta) = ((\bigwedge_{C\in\Gamma}C \rightarrow A \vee \bigvee_{D\in\Delta}D) \wedge (\bigwedge_{C\in\Gamma}C \rightarrow B \vee \bigvee_{D\in\Delta}D)) \rightarrow (\bigwedge_{C\in\Gamma}C \rightarrow (A \wedge B) \vee \bigvee_{D\in\Delta}D)$
  2.  
  3. \scriptsize
  4. \setlength{\tabcolsep}{1pt}
  5. \begin{tabular}{cccc|ccccccccccc}
  6. A & B & $\bigwedge_{C\in\Gamma} C$ & $\bigvee_{D\in\Delta} D$ & (($\bigwedge_{C\in\Gamma} C$ & $\rightarrow$ & $A \vee \bigvee_{D\in\Delta}D$) & $\wedge$ & ($\bigwedge_{C\in\Gamma} C$ & $\rightarrow$ & $B \vee \bigvee_{D\in\Delta}D$)) & {\color{blue}$\rightarrow$} & ($\bigwedge_{C\in\Gamma} C$ & $\rightarrow$ & $(A \wedge B) \vee \bigvee_{D\in\Delta}D$) \\
  7. \hline
  8. 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & {\color{blue}1} & 0 & 1 & 0 \\
  9. 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & {\color{blue}1} & 0 & 1 & 1 \\
  10. 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & {\color{blue}1} & 1 & 0 & 0 \\
  11. 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & {\color{blue}1} & 1 & 1 & 1 \\
  12. 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & {\color{blue}1} & 0 & 1 & 0 \\
  13. 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & {\color{blue}1} & 0 & 1 & 1 \\
  14. 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & {\color{blue}1} & 1 & 0 & 0 \\
  15. 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & {\color{blue}1} & 1 & 1 & 1 \\
  16. 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & {\color{blue}1} & 0 & 1 & 0 \\
  17. 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & {\color{blue}1} & 0 & 1 & 1 \\
  18. 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & {\color{blue}1} & 1 & 0 & 0 \\
  19. 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & {\color{blue}1} & 1 & 1 & 1 \\
  20. 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & {\color{blue}1} & 0 & 1 & 1 \\
  21. 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & {\color{blue}1} & 0 & 1 & 1 \\
  22. 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & {\color{blue}1} & 1 & 1 & 1 \\
  23. 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & {\color{blue}1} & 1 & 1 & 1
  24. \end{tabular}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement