대충 요런 느낌. leaf node를 왼쪽부터 순서대로 읽어가면 sentential이 나온다. 이를 or of the tree라고 부른다.
derivation과 parse tree 사이의 관계
BASIS : 의 tree는 라고 쓰인 single node이다.
INDUCTION
위 방법은 derivation들과 parse tree간의 다대일 관계를 만들게 된다.
leftmost 또는 rightmost derivations은 parse tree와 일대일 대응 관계를 가지고 있다.
-> 나름 쉽게 증명가능.
grammar 가 language 을 generate한다는 것을 증명하는 방법
Example 4.12) Consider the following grammar:
: every sentence derivable from is balanced.
: every balanced string is derivable from .
use induction on the length of a string.
는 $abb$로 끝나는 같은 language를 표현한다.