1. Propositions : ๋ช ์
- ๋ง์ฝ p, q๊ฐ ๋ช ์ ๋ผ๋ฉด, connective๋ฅผ ์ด์ฉํด ์๋ก์ด compound proposition์ ๋ง๋ค ์ ์๋ค.
(conjunction AND, inclusive disjunction OR, exclusive disjunction OR(XOR), negation, implication, double implication)
2. Conditional propositions(์กฐ๊ฑด๋ช ์ ) and logical equivalence(๋์น)
- conditional proposition : p->q "if p then q", "p only if q"
p : ๊ฐ์ , ์ถฉ๋ถ์กฐ๊ฑด / q : ๊ฒฐ๋ก , ํ์์กฐ๊ฑด
- logically equivalent (converse(์ญ), contrapositive(๋์ฐ), double implication(p<->q), tautology(ํญ์ง๋ช ์ , ํญ์ ์ฐธ์ธ ๋ช ์ ), contradict(๋ชจ์ ๋ช ์ , ํญ์ ๊ฑฐ์ง์))
- De Morgan's law : ๋๋ชจ๋ฅด๊ฐ์ ๋ฒ์น
3. Quantifiers : ํ์ ๊ธฐํธ
- propositional function P(x)๋ ๋ณ์ x๋ฅผ ํฌํจํ๊ณ ์๋ ๋ช ์ ์
- Domain : x๊ฐ ๋ ์ ์๋ ๋ฒ์, ์ ์์ญ
1) universal quantifier : ๋ชจ๋ ~
2) existential quantifier : ์ด๋ค~
3) de morgan's law์ ์ผ๋ฐํ : ๋ชจ๋ ~ ์ ๋ถ์ ์ ์ด๋ค, ์ด๋ค~์ ๋ถ์ ์ ๋ชจ๋
4. Nested Quantifier : ์ฌ๋ฌ๊ฐ์ quantifier์ ๊ณฑ
ex) ๋ชจ๋ x์ ๋ํด ์ด๋ค y๊ฐ ์ฐธ์ด๋ค.
5. Proofs
1) Undefined terms : ๋ฌด์ ์ ์ ์ด, ๊ตฌ์ฒด์ ์ธ ์ ์๋ฅผ ๋ด๋ฆฌ์ง ์๊ณ ๊ทธ ์ฑ์ง์ ๊ณต๋ฆฌ๋ก ๊ท์ ํ๋ ์ํ์ ๊ฐ๋
definition : ์ ์
axiom : ๊ณต๋ฆฌ, ์ฆ๋ช ์์ด true๋ก ์ธ์ ๋๋ ๋ช ์
theorem : ์ ๋ฆฌ, ๋ ผ๋ฆฌ์ ๋จ๊ณ์ ์ํด ์ฐธ์์ด ์ฆ๋ช ๋๋ ๋ช ์
2) proofs
- direct proof : p->q๋ฅผ ์ง์ ์ฆ๋ช
- indirect proof
โ contradiction ์ฆ๋ช (๊ท๋ฅ๋ฒ) : p->q๋ฅผ ์ฆ๋ช ํ๊ธฐ ์ํด p->q๊ฐ ๊ฑฐ์ง์ด๋ผ๊ณ ๊ฐ์ ํ๋ฉด ๋ง์ด ์๋จ์ ๋ฐํ
โ contrapositive ์ฆ๋ช (๋์ฐ ๋ช ์ ์ฆ๋ช )
โ ๊ทธ ๋ฐ์ :
proof by cases(exhaustive proof) : p1 v p2 v ... v pn -> p๋ฅผ ์ฆ๋ช ํ๊ธฐ ์ํด p1->q, p2->q...pn->q๋ฅผ ์ฆ๋ช
proof of equivalence : p<->q ์ฆ๋ช ํ๊ธฐ ์ํด p=>q. q=>p ๊ฐ๊ฐ์ ์ฆ๋ช
existence proof : ∃x P(x) ๋ฅผ ์ฆ๋ช ํ๊ธฐ ์ํด์๋ ๊ทธ๋ฅ ์ ๊ฑฐ ํ๋ ๋ง์กฑํ๋ x ์ฐพ์ผ๋ฉด ๋จ
3) Valid arguments
- Deductive reasoning : propositions์ sequence๋ก๋ถํฐ q๋ผ๋ ๊ฒฐ๋ก ์ ๋๋ฌํ๊ธฐ ๊น์ง์ ๊ณผ์
-
'๐ก๐ธ๐ธ๐ถ5: ๐ฆ๐๐๐๐ถ ๐ฐ๐๐พ๐ > Discrete mathematics' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ด์ฐ์ํ] Chapter 6. Counting methods and the pigeonhole principle (0) | 2021.05.02 |
---|---|
[์ด์ฐ์ํ] Chapter 5. Introduction to Number Theory (0) | 2021.05.02 |
[์ด์ฐ์ํ] Chapter 4. Algorithms (0) | 2021.04.07 |
[์ด์ฐ์ํ] Chapter 3. Relations (1) | 2021.04.07 |