fall 2003costas busch - rpi1 properties of context-free languages

35
Fall 2003 Costas Busch - RPI 1 Properties of Context-Free languages

Upload: ayana-herlan

Post on 31-Mar-2015

228 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 1

Propertiesof

Context-Free languages

Page 2: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 2

Context-free languages are closed under: Union

1L is context free

2L is context free

21 LL

is context-free

Union

Page 3: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 3

Example

|11 baSS

|| 222 bbSaaSS

Union

}{1nnbaL

}{2RwwL

21 | SSS }{}{ Rnn wwbaL

Language Grammar

Page 4: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 4

In general:

The grammar of the union has new start variableand additional production 21 | SSS

For context-free languageswith context-free grammarsand start variables

21, LL

21, GG

21, SS

21 LL S

Page 5: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 5

Context-free languages are closed under: Concatenation

1L is context free

2L is context free

21LL

is context-free

Concatenation

Page 6: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 6

Example

|11 baSS

|| 222 bbSaaSS

Concatenation

}{1nnbaL

}{2RwwL

21SSS }}{{ Rnn wwbaL

Language Grammar

Page 7: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 7

In general:

The grammar of the concatenation has new start variableand additional production 21SSS

For context-free languageswith context-free grammarsand start variables

21, LL

21, GG

21, SS

21LLS

Page 8: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 8

Context-free languages are closed under: Star-operation

L is context free*L is context-free

Star Operation

Page 9: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 9

|aSbS }{ nnbaL

|11 SSS *}{ nnbaL

Example

Language Grammar

Star Operation

Page 10: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 10

In general:

The grammar of the star operation has new start variableand additional production

For context-free languagewith context-free grammarand start variable

LGS

*L1S

|11 SSS

Page 11: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 11

Negative Propertiesof

Context-Free Languages

Page 12: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 12

Context-free languagesare not closed under: intersection

1L is context free

2L is context free

21 LL

not necessarilycontext-free

Intersection

Page 13: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 13

Example

}{1mnn cbaL

|

|

cCC

aAbA

ACS

Context-free:

}{2mmn cbaL

|

|

bBcB

aAA

ABS

Context-free:

}{21nnn cbaLL NOT context-free

Intersection

Page 14: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 14

Context-free languagesare not closed under: complement

L is context free L not necessarilycontext-free

Complement

Page 15: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 15

}{2121nnn cbaLLLL

NOT context-free

Example

}{1mnn cbaL

|

|

cCC

aAbA

ACS

Context-free:

}{2mmn cbaL

|

|

bBcB

aAA

ABS

Context-free:

Complement

Page 16: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 16

Intersectionof

Context-free languagesand

Regular Languages

Page 17: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 17

The intersection of a context-free language and a regular languageis a context-free language

1L context free

2L regular

21 LL

context-free

Page 18: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 18

1Lfor for 2LNPDA

1M

DFA

2M

Construct a new NPDA machinethat accepts

Machine Machine

M21 LL

context-free regular

M simulates in parallel and 1M 2M

Page 19: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 19

1M 2M

1q 2qcba ,

transition

1p 2pa

transition

NPDA DFA

11, pq cba ,

transition

MNPDA

22 , pq

Page 20: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 20

1M 2M

1q 2qcb,

transition

1p

NPDA DFA

11, pq cb,

transition

MNPDA

12, pq

Page 21: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 21

1M 2M

0q

initial state

0p

initial state

NPDA DFA

Initial state

MNPDA

00 , pq

Page 22: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 22

1M 2M

1q

final state

1p

final states

NPDA DFA

final states

MNPDA

11, pq

2p

21, pq

Page 23: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 23

Example:

, , ,

1, b1, a

1,d1,c

0q 1q 2q 3q

1M

}},{,},{|,|||:{ *2

*121211 dcwbawwwwwL

NPDA

context-free

Page 24: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 24

0p

2M

*2 },{ caL

ca,

DFA

regular

Page 25: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 25

Automaton for: }0:{21 ncaLL nn

, , ,

1, a 1,c

00, pq 01, pq 02, pq 03, pq

NPDA M

context-free

Page 26: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 26

M simulates in parallel and 1M 2M

M accepts string w if and only if

accepts string and w1M

accepts string w2M

)()()( 21 MLMLML

In General:

Page 27: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 27

Therefore:

)()( 21 MLML

is NPDAM

is context-free

21 LL is context-free

Page 28: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 28

Applications of

Regular Closure

Page 29: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 29

The intersection of a context-free language and a regular languageis a context-free language

1L context free

2L regular

21 LL

context-free

Regular Closure

Page 30: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 30

An Application of Regular Closure

Prove that: }0,100:{ nnbaL nn

is context-free

Page 31: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 31

}0:{ nba nn

We know:

is context-free

Page 32: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 32

}{ 1001001 baL is regular

}{}){( 100100*1 babaL is regular

We also know:

Page 33: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 33

}{}){( 100100*1 babaL

regular

}{ nnbacontext-free

1}{ Lba nn context-free

LnnbaLba nnnn }0,100:{}{ 1

is context-free

(regular closure)

Page 34: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 34

Another Application of Regular Closure

Prove that: }:{ cba nnnwL

is not context-free

Page 35: Fall 2003Costas Busch - RPI1 Properties of Context-Free languages

Fall 2003 Costas Busch - RPI 35

}:{ cba nnnwL

}{*}**{ nnn cbacbaL

context-free regular context-free

If is context-free

Then

Impossible!!!

Therefore, is not context free L

(regular closure)