sep-16-14_12

This commit is contained in:
2025-09-16 14:12:25 +02:00
parent 1533f06a10
commit 6a1d8c1678
4 changed files with 70 additions and 0 deletions

17
notes-sep-12.txt Normal file
View File

@@ -0,0 +1,17 @@
SVT måste ha 2^n rader
Svar utan förklaring är inte ett korekt svar
Logik 3
^ = &&
v = ||
- Inferensregler
- Reductio ad absurdum (Motsägelsebevid): !p -> F0 => p
- Modus ponens: (p -> q) && p => q
- Modus tollens: (p -> q) && !q => !p
- Disjunktiv syllogism: (p || q) && !p => q
- Disjunktiv Förstärkning: p => p || q
- Konjuktiv förenkling: p && q => p
- Hypotetisk syllogism: (p -> q) && (q -> r) => (p -> r)