vault backup: 2025-01-13 12:15:31

This commit is contained in:
arc 2025-01-13 12:15:31 -07:00
parent ff39338ae3
commit f7e08f0cbe

View File

@ -5,8 +5,8 @@
| 2. | $1 \cdot 1 = 1$ | | $0 + 0 = 0$ | |
| 3. | $0 \cdot 1 = 1 \cdot 0 = 0$ | | $1 + 0 = 0 + 1 = 1$ | |
| 4. | if $x = 0$ then $\overline{x} = 1$ | | if $x = 1$ then $\overline{x} = 0$ | |
| 5. | | | | |
| 6. | | | | |
| 5. | $x \cdot 0 = 0$ | | $x + 1 = 1$ | |
| 6. | $x \cdot 1 = x$ | | $x + 0 = x$ | |
| 7. | | | | |
| 8. | | | | |
| 9. | | | | |