User:Jon Awbrey/Figures and Tables 1
< User:Jon Awbrey
Revision as of 19:15, 17 October 2025 by Jon Awbrey (talk | contribs) (+ Table 17. Boolean Functions on One Variable)
Format Samples
- \(\rightsquigarrow\)
- \(\leftrightsquigarrow\)
- \(\xrightarrow{\mathrm{Parse}}\)
- \(\xrightarrow[\mathrm{~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~}]{\mathrm{Parse}}\)
Table 14. Semantic Translation • Functional Form
| ||||||||||
| ||||||||||
| ||||||||||
|
Table 15. Semantic Translation • Equational Form
| ||||||||||
| ||||||||||
| ||||||||||
|
Table 16. Boolean Functions on Zero Variables
\(F\) | \(F\) | \(F()\) | \(F\) |
\(0\) | \(F_0^{(0)}\) | \(0\) | \(\texttt{( )}\) |
\(1\) | \(F_1^{(0)}\) | \(1\) | \(\texttt{(( ))}\) |
Table 17. Boolean Functions on One Variable
\(F\) | \(F\) | \(F(x)\) | \(F\) | |
\(F(1)\) | \(F(0)\) | |||
\(F_0^{(1)}\) | \(F_{00}^{(1)}\) | \(0\) | \(0\) | \(\texttt{( )}\) |
\(F_1^{(1)}\) | \(F_{01}^{(1)}\) | \(0\) | \(1\) | \(\texttt{(} x \texttt{)}\) |
\(F_2^{(1)}\) | \(F_{10}^{(1)}\) | \(1\) | \(0\) | \(x\) |
\(F_3^{(1)}\) | \(F_{11}^{(1)}\) | \(1\) | \(1\) | \(\texttt{(( ))}\) |