MyWikiBiz, Author Your Legacy — Wednesday September 10, 2025
Jump to navigationJump to search
234 bytes added
, 20:41, 27 May 2008
Line 3,090: |
Line 3,090: |
| | <math>(\!|~|\!)</math> | | | <math>(\!|~|\!)</math> |
| | false | | | false |
− | | 0 | + | | <math>0\!</math> |
| |- | | |- |
| | <math>f_{1}\!</math> | | | <math>f_{1}\!</math> |
Line 3,097: |
Line 3,097: |
| | <math>(\!|x|\!)(\!|y|\!)</math> | | | <math>(\!|x|\!)(\!|y|\!)</math> |
| | neither x nor y | | | neither x nor y |
− | | ¬x ∧ ¬y | + | | <math>\lnot x \land \lnot y</math> |
| |- | | |- |
| | <math>f_{2}\!</math> | | | <math>f_{2}\!</math> |
Line 3,104: |
Line 3,104: |
| | <math>(\!|x|\!)\ y</math> | | | <math>(\!|x|\!)\ y</math> |
| | y and not x | | | y and not x |
− | | ¬x ∧ y | + | | <math>\lnot x \land y</math> |
| |- | | |- |
| | <math>f_{3}\!</math> | | | <math>f_{3}\!</math> |
Line 3,111: |
Line 3,111: |
| | <math>(\!|x|\!)</math> | | | <math>(\!|x|\!)</math> |
| | not x | | | not x |
− | | ¬x | + | | <math>\lnot x</math> |
| |- | | |- |
| | <math>f_{4}\!</math> | | | <math>f_{4}\!</math> |
Line 3,118: |
Line 3,118: |
| | <math>x\ (\!|y|\!)</math> | | | <math>x\ (\!|y|\!)</math> |
| | x and not y | | | x and not y |
− | | x ∧ ¬y | + | | <math>x \land \lnot y</math> |
| |- | | |- |
| | <math>f_{5}\!</math> | | | <math>f_{5}\!</math> |
Line 3,125: |
Line 3,125: |
| | <math>(\!|y|\!)</math> | | | <math>(\!|y|\!)</math> |
| | not y | | | not y |
− | | ¬y | + | | <math>\lnot y</math> |
| |- | | |- |
| | <math>f_{6}\!</math> | | | <math>f_{6}\!</math> |
Line 3,132: |
Line 3,132: |
| | <math>(\!|x,\ y|\!)</math> | | | <math>(\!|x,\ y|\!)</math> |
| | x not equal to y | | | x not equal to y |
− | | x ≠ y | + | | <math>x \ne y</math> |
| |- | | |- |
| | <math>f_{7}\!</math> | | | <math>f_{7}\!</math> |
Line 3,139: |
Line 3,139: |
| | <math>(\!|x\ y|\!)</math> | | | <math>(\!|x\ y|\!)</math> |
| | not both x and y | | | not both x and y |
− | | ¬x ∨ ¬y | + | | <math>\lnot x \lor \lnot y</math> |
| |- | | |- |
| | <math>f_{8}\!</math> | | | <math>f_{8}\!</math> |
Line 3,146: |
Line 3,146: |
| | <math>x\ y</math> | | | <math>x\ y</math> |
| | x and y | | | x and y |
− | | x ∧ y | + | | <math>x \land y</math> |
| |- | | |- |
| | <math>f_{9}\!</math> | | | <math>f_{9}\!</math> |
Line 3,153: |
Line 3,153: |
| | <math>(\!|(\!|x,\ y|\!)|\!)</math> | | | <math>(\!|(\!|x,\ y|\!)|\!)</math> |
| | x equal to y | | | x equal to y |
− | | x = y | + | | <math>x = y\!</math> |
| |- | | |- |
| | <math>f_{10}\!</math> | | | <math>f_{10}\!</math> |
Line 3,160: |
Line 3,160: |
| | <math>y\!</math> | | | <math>y\!</math> |
| | y | | | y |
− | | y | + | | <math>y\!</math> |
| |- | | |- |
| | <math>f_{11}\!</math> | | | <math>f_{11}\!</math> |
Line 3,167: |
Line 3,167: |
| | <math>(\!|x\ (\!|y|\!)|\!)</math> | | | <math>(\!|x\ (\!|y|\!)|\!)</math> |
| | not x without y | | | not x without y |
− | | x → y | + | | <math>x \Rightarrow y</math> |
| |- | | |- |
| | <math>f_{12}\!</math> | | | <math>f_{12}\!</math> |
Line 3,174: |
Line 3,174: |
| | <math>x\!</math> | | | <math>x\!</math> |
| | x | | | x |
− | | x | + | | <math>x\!</math> |
| |- | | |- |
| | <math>f_{13}\!</math> | | | <math>f_{13}\!</math> |
Line 3,181: |
Line 3,181: |
| | <math>(\!|(\!|x|\!)\ y|\!)</math> | | | <math>(\!|(\!|x|\!)\ y|\!)</math> |
| | not y without x | | | not y without x |
− | | x ← y | + | | <math>x \Leftarrow y</math> |
| |- | | |- |
| | <math>f_{14}\!</math> | | | <math>f_{14}\!</math> |
Line 3,188: |
Line 3,188: |
| | <math>(\!|(\!|x|\!)(\!|y|\!)|\!)</math> | | | <math>(\!|(\!|x|\!)(\!|y|\!)|\!)</math> |
| | x or y | | | x or y |
− | | x ∨ y | + | | <math>x \lor y</math> |
| |- | | |- |
| | <math>f_{15}\!</math> | | | <math>f_{15}\!</math> |
Line 3,195: |
Line 3,195: |
| | <math>(\!|(\!|~|\!)|\!)</math> | | | <math>(\!|(\!|~|\!)|\!)</math> |
| | true | | | true |
− | | 1 | + | | <math>1\!</math> |
| |} | | |} |
| <br> | | <br> |