Theorem Lemma 13 theorem true A statement that

  • Slides: 21
Download presentation

정리(Theorem)와 보조정리(Lemma) (1/3) 필요한 수학의 복습 정리(theorem) • 정리란 참(true)으로 밝혀진 명제이다. • A

정리(Theorem)와 보조정리(Lemma) (1/3) 필요한 수학의 복습 정리(theorem) • 정리란 참(true)으로 밝혀진 명제이다. • A statement that has been proven to be true. 공리(axiom, postulates) • 증명된 정리 혹은 증명하고자 하는 정리의 가정이다. • Assumptions (often unproven) defining the structures about which we are reasoning. Page 9 Computer Algorithms by Yang-Sae Moon

정리(Theorem)와 보조정리(Lemma) (3/3) 필요한 수학의 복습 가설(conjecture) • 증명되지는 않았지만 참으로 믿어지는 명제이다. •

정리(Theorem)와 보조정리(Lemma) (3/3) 필요한 수학의 복습 가설(conjecture) • 증명되지는 않았지만 참으로 믿어지는 명제이다. • A statement whose truth values has not been proven. (A conjecture may be widely believed to be true, regardless. ) 이론(theory) • 주어진 공리(axiom)으로부터 증명이 가능한 모든 정리(theorem)의 집합이다. • The set of all theorems that can be proven from a given set of axioms. Page 11 Computer Algorithms by Yang-Sae Moon

로그 (Logarithm) (1/2) 필요한 수학의 복습 상용로그 (common logarithm): 밑이 10인 로그 로그의 주요

로그 (Logarithm) (1/2) 필요한 수학의 복습 상용로그 (common logarithm): 밑이 10인 로그 로그의 주요 특성 [위키] Page 12 Computer Algorithms by Yang-Sae Moon

집합 (Set) (2/2) 필요한 수학의 복습 합집합: A B = {x | x A

집합 (Set) (2/2) 필요한 수학의 복습 합집합: A B = {x | x A x B} • {2, 3, 5} {3, 5, 7} = {2, 3, 5, 7} ={2, 3, 5, 7} 교집합: A B = {x | x A x B}. • {2, 4, 6} {3, 4, 5} = {4} 차집합: A B = x x A x B • {1, 2, 3, 4, 5, 6} {2, 3, 5, 7, 11} = {1, 4, 6} Page 15 Computer Algorithms by Yang-Sae Moon