728x90
๋ฐ์ํ
Propositional (๋ช ์ )
1. Statements (Propositions) / ๋ช ์
- Propositions (๋ช ์ ) : ์ฐธ์ด๋ ๊ฑฐ์ง์ผ๋ก ํ๋จํ ์ ์๋ ๋ฌธ์ฅ. ๋จ, ๋ ๋ค ์ผ์๋ ์๋ค.
- Propositional Logic (๋ช ์ ๋ ผ๋ฆฌ) : ๋ช ์ ๋ฅผ ๋ค๋ฃฌ๋ค.
- Propositional Constants (๋ช ์ ์์) : T - ์ฐธ, F - ๊ฑฐ์ง
- Propositional Variables (๋ช ์ ๋ณ์) : T๋ F๊ฐ์ ๊ฐ์ง ์ ์๋ ๋ณ์
- Atomic Propositions (์์ ๋ช ์ ) : ๋ช ์ ์์, ๋ช ์ ๋ณ์, ๋ช ์ ๋ ๋ ์ธ๋ถํ ๋ ์ ์๋ค.
- Compound Propositions (ํฉ์ฑ ๋ช ์ ) : ์์ ๋ช ์ ๊ฐ ์๋ ๊ฒ์, ๋ ผ๋ฆฌ์ฐ์ฐ์๋ก ์ฐ๊ฒฐํ ๊ฒ.
2. Basic logical connectives: AND, OR, NOT / ๊ธฐ๋ณธ ๋ ผ๋ฆฌ ์ฐ์ฐ์
Connective | pronounced | Symbol in Logic |
Negation | NOT | ¬, ~ |
Conjunction | AND | ∧ |
Disjunction | OR | ∨ |
Conditional | if then | → |
Biconditional | if and only if | ↔ |
Exclusive or | either…or but not both | ⊕ |
3. Translating from English to symbols / ์์ด๋ฅผ ์ฌ๋ณผ๋ก ๋ฒ์ญํ๊ธฐ
English | Logic | Example |
And, but | AND Λ | It is hot and sunny ๋ฅ๊ณ ํ์ฐฝํ๋ค. A: It is hot B: It is sunny A Λ B |
Not | NOT ¬ | It is not hot: ¬ A ๋ฅ์ง ์๋ค |
Or (inclusive) | OR V | It is hot or sunny ๋ฅ๊ฑฐ๋ ํ์ฐฝํ๋ค A V B |
Or (exclusive) | A or B but not both | It is either hot or sunny ๋ฅ๊ฑฐ๋ ํ์ฐฝํ๋ค. (XOR์ด๋ค, ๋ฅ๊ณ ํ์ฐฝํ๋ฉด ๊ฑฐ์ง) (A V B) Λ ¬ (A Λ B) |
Neither… nor | ¬ A Λ ¬ B | It is neither hot nor sunny ๋ฅ์ง๋ ์๊ณ ํ์ฐฝํ์ง๋ ์๋ค. ¬ A Λ ¬ B |
4. Truth tables / ์ง๋ฆฌํ
- Truth tables (์ง๋ฆฌํ) : ๋ ผ๋ฆฌ์ ์ฐ๊ฒฐ ์์์ ์๋ฏธ, ํฉ์ฑ ๋ฌธ์ฅ์ ํ๊ฐ๋ฅผ ์ง๋ฆฌ๊ฐ์ผ๋ก ์ ์ํ ํ.
p |
q |
~p |
p∧q |
p∨q |
p⊕q |
p→q |
p↔q |
T |
T |
F |
T |
T |
F |
T |
T |
T |
F |
F |
F |
T |
T |
F |
F |
F |
T |
T |
F |
T |
T |
T |
F |
F |
F |
T |
F |
F |
F |
T |
T |
5. Logical equivalence / ๋ ผ๋ฆฌ์ ๋์น
- 2 ๊ฐ์ ๋ช ์ ์ p์ q๋ ์ง๋ฆฌํ๊ฐ ๋ค์๊ณผ ๊ฐ์ ๊ฒฝ์ฐ ๋ ผ๋ฆฌ์ ์ผ๋ก ๋์ผํ๋ค.
Commutative laws |
P V Q ≡ Q V P P Λ Q ≡ Q Λ P |
Associative laws |
(P V Q) V R ≡ P V (Q V R) (P Λ Q) Λ R ≡ P Λ (Q Λ R) |
Distributive laws: |
(P V Q) Λ (P V R) ≡ P V (Q Λ R) (P Λ Q) V (P Λ R) ≡ P Λ (Q V R) |
Identity |
P V F ≡ P, P Λ T ≡ P |
Negation |
P V ~P ≡ T (excluded middle) P Λ ~P ≡ F (contradiction) |
Double negation |
~(~P) ≡ P |
Idempotent laws |
P V P ≡ P P Λ P ≡ P |
De Morgan's Laws |
~(P V Q) ≡ ~P Λ ~Q ~(P Λ Q) ≡ ~P V ~Q |
Universal bound laws (Domination) |
P V T ≡ T P Λ F ≡ F |
Absorption Laws |
P V (P Λ Q) ≡ P P Λ (P V Q) ≡ P |
Negation of T and F |
~T ≡ F, ~F ≡ T |
6. Tautologies and contradictions / ๋์ด๋ฐ๋ณต๊ณผ ๋ชจ์
- ๋ช ์ ์ P V ¬ P ๋ ๋์ด๋ฐ๋ณต. ๋ชจ๋ ๊ฐ๋ฅํ P์ ๋ํ์ฌ T
- ๋ช ์ ์ P Λ ¬ P ๋ ๋ชจ์. ๋ชจ๋ ๊ฐ๋ฅํ P์ ๋ํ์ฌ F
7. Implication P → Q / ํจ์ถ
- P = T ๋ฐ Q = F ์ธ ๊ฒฝ์ฐ์๋ง ๊ฑฐ์ง.
- P ๋ฐ Q์ ๋ค๋ฅธ ๋ชจ๋ ๊ฐ์ ๋ํด ์ฐธ.
8. Syllogisms / ์ผ๋จ๋ ผ๋ฒ
8-1. Modus Ponens and Modus Tollens / ๊ธ์ ์๊ณผ ๋ถ์ ์
Modus ponens (๊ธ์ ์)
(1) P์ด๋ฉด Q
(2) P
(3) ๊ทธ๋ฌ๋ฏ๋ก Q
(2) P
(3) ๊ทธ๋ฌ๋ฏ๋ก Q
Modus Tollens (๋ถ์ ์)
(1) P์ด๋ฉด Q(2) ~ Q
(3) ๋ฐ๋ผ์ ~ P
8-2. Disjunctive syllogism / ์ ์ธ์ ์ผ๋จ๋ ผ๋ฒ
(1) P V Q
(2) ~P
(3) ๋ฐ๋ผ์ ~ Q
8-3. Hypothetical syllogism / ๊ฐ์ธ์ ์ผ๋จ๋ ผ๋ฒ
(1) P → Q
(2) Q → R
(2) Q → R
(3) ๋ฐ๋ผ์ P → R
๋๋จธ์ง๋ (2/5)์์...
728x90
๋ฐ์ํ
'๊ฒ์ ํ๋ก๊ทธ๋๋ฐ > ์ด์ฐ์ํ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ด์ฐ์ํ ์์ ์ ๋ฆฌ (4/5) (0) | 2019.01.08 |
---|---|
์ด์ฐ์ํ ์์ ์ ๋ฆฌ (3/5) (0) | 2019.01.06 |
์ด์ฐ์ํ ์์ ์ ๋ฆฌ (2/5) (0) | 2019.01.02 |
์ด์ฐ์ํ์ ์ด๊ฑธ๋ก ๊ณต๋ถํ์! (0) | 2019.01.01 |
์ด์ฐ์ํ ๋ค์ ๊ณต๋ถํ๊ธฐ (0) | 2018.12.30 |