auto-update(nvim): 2025-01-06 18:46:43

This commit is contained in:
Youwen Wu 2025-01-06 18:46:43 -08:00
parent 33c5ccd91b
commit 8cbcde26e3
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -46,7 +46,7 @@ first two exam scores if it is higher.
= Chapter 1: Logic and Proofs
== Trivial Preliminaries
== Trivial preliminaries
Definitions barely worth considering. Included purely for posterity.
@ -92,7 +92,8 @@ as *propositional forms*.
- $n = 2m + 1, exists m in ZZ$
]
DeMorgan's Laws tell us how to distribute logical connectives across parentheses.
DeMorgan's Laws tell us how to distribute logical connectives across
parentheses.
#theorem[DeMorgan's Laws][
+ $not (P or Q) = not P and not Q$