vault backup: 2025-01-13 12:25:49

This commit is contained in:
arc 2025-01-13 12:25:49 -07:00
parent 1deb209d3a
commit 6b4861debf

View File

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