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

Properties of Context-Free languages

  • Upload
    freira

  • View
    63

  • Download
    0

Embed Size (px)

DESCRIPTION

Properties of Context-Free languages. Union. Context-free languages are closed under:. Union. is context free. is context free. is context-free. Example. Language. Grammar. Union. In general:. For context-free languages with context-free grammars and start variables. - PowerPoint PPT Presentation

Citation preview

Page 1: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 1

Propertiesof

Context-Free languages

Page 2: 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: 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: 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: 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: 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: 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: 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: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 9

|aSbS }{ nnbaL

|11 SSS *}{ nnbaL

Example

Language Grammar

Star Operation

Page 10: 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: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 11

Negative Propertiesof

Context-Free Languages

Page 12: 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: 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: 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: 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: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 16

Intersectionof

Context-free languagesand

Regular Languages

Page 17: 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: 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: 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: 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: 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: 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: 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: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 24

0p

2M

*2 },{ caL

ca,

DFA

regular

Page 25: 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: 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: 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: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 28

Applications of

Regular Closure

Page 29: 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: 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: Properties of  Context-Free languages

Fall 2003 Costas Busch - RPI 31

}0:{ nba nn

We know:

is context-free

Page 32: 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: 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: 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: 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)