formal proof(형식적 증명)
deduction (연역) hypothesis to conclusion 전제로부터 결론을 도출

induction (귀납) 관찰에서 출발 basis: 1 증명 induction step: k 가정 k+1 증명

contradiction(귀류) false를 가정, 모순 도출

finite seq. of symbols, chosen from some alphabet
ex. given SIGMA = { 0 , 1 }, 01,0011,0100… = “string”
empty string: epsilon
length of string: |s|
powers of an alphabet: SIGMA^k
infinite이다.

concatenation of string
whether a given string is a member of a particular language
