Line 1,396: |
Line 1,396: |
| Table 2 exhibits the scheme of notation I use to formalize the domain of propositional calculus, corresponding to the logical content of truth tables and venn diagrams. Although it overworks the square brackets a bit, I also use either one of the equivalent notations [''n''] or '''''n''''' to denote the data type of a finite set on n elements. | | Table 2 exhibits the scheme of notation I use to formalize the domain of propositional calculus, corresponding to the logical content of truth tables and venn diagrams. Although it overworks the square brackets a bit, I also use either one of the equivalent notations [''n''] or '''''n''''' to denote the data type of a finite set on n elements. |
| | | |
− | <font face="courier new">
| |
| {| align="center" border="1" cellpadding="8" cellspacing="0" style="background:lightcyan; text-align:left; width:96%" | | {| align="center" border="1" cellpadding="8" cellspacing="0" style="background:lightcyan; text-align:left; width:96%" |
| |+ '''Table 2. Fundamental Notations for Propositional Calculus''' | | |+ '''Table 2. Fundamental Notations for Propositional Calculus''' |
Line 1,410: |
Line 1,409: |
| | [''n''] = '''n''' | | | [''n''] = '''n''' |
| |- | | |- |
− | | ''A''<sub>''i''</sub> | + | | <math>A_i\!</math> |
| | <math>\{ (a_i), a_i \}\!</math> | | | <math>\{ (a_i), a_i \}\!</math> |
| | Dimension ''i'' | | | Dimension ''i'' |
− | | '''B''' | + | | <math>\mathbb{B}</math> |
| |- | | |- |
− | | ''A'' | + | | <math>A\!</math> |
| | | | | |
| 〈<math>\mathcal{A}</math>〉<br> | | 〈<math>\mathcal{A}</math>〉<br> |
| 〈<math>a_1, \ldots, a_n</math>〉<br> | | 〈<math>a_1, \ldots, a_n</math>〉<br> |
| {‹<math>a_1, \ldots, a_n</math>›}<br> | | {‹<math>a_1, \ldots, a_n</math>›}<br> |
− | ''A''<sub>1</sub> × … × ''A''<sub>''n''</sub><br>
| + | <math>A_1 \times \ldots \times A_n</math><br> |
| ∏<sub>''i''</sub> ''A''<sub>''i''</sub> | | ∏<sub>''i''</sub> ''A''<sub>''i''</sub> |
| | | | | |
Line 1,428: |
Line 1,427: |
| in the universe<br> | | in the universe<br> |
| of discourse | | of discourse |
− | | '''B'''<sup>''n''</sup> | + | | <math>\mathbb{B}^n</math> |
| |- | | |- |
| | ''A''* | | | ''A''* |
Line 1,438: |
Line 1,437: |
| | (''A'' → '''B''') | | | (''A'' → '''B''') |
| | Boolean functions | | | Boolean functions |
− | | '''B'''<sup>''n''</sup> → '''B''' | + | | <math>\mathbb{B}^n \to \mathbb{B}</math> |
| |- | | |- |
| | ''A''<sup>•</sup> | | | ''A''<sup>•</sup> |
Line 1,452: |
Line 1,451: |
| <math>\{ a_1, \ldots, a_n \}</math> | | <math>\{ a_1, \ldots, a_n \}</math> |
| | | | | |
− | ('''B'''<sup>''n''</sup>, ('''B'''<sup>''n''</sup> → '''B'''))<br> | + | <math>(\mathbb{B}^n, (\mathbb{B}^n \to \mathbb{B}))</math><br> |
− | ('''B'''<sup>''n''</sup> +→ '''B''')<br> | + | <math>(\mathbb{B}^n + \to \mathbb{B})</math><br> |
− | ['''B'''<sup>''n''</sup>] | + | <math>[\mathbb{B}^n]</math> |
| |} | | |} |
− | </font><br>
| + | <br> |