Sind die Vorher- und Nachher-Sätze für kontextfreie Grammatiken immer kontextfrei?


14

Sei G eine kontextfreie Grammatik. Eine Folge von Anschlüssen und Nichtanschlüssen von G wird als sententiale Form von G wenn Sie sie erhalten können, indem Sie Produktionen von G null oder mehrmals auf das Startsymbol von anwenden S. Sei SF(G) die Menge der Sententialformen von G .

Sei αSF(G) und sei β ein Teilstring von α - wir nennen β ein Fragment von SF(G) . Nun lass

Before(β)={γ | δ.γβδSF(G)}

und

After(β)={δ | γ.γβδSF(G)} .

Sind und nach ( β ) kontextfreie Sprachen? Was ist, wenn G eindeutig ist? Wenn G eindeutig ist, sind Vorher ( β ) und Nachher ( β ) auch durch eine eindeutige kontextfreie Sprache beschreibbar?Before(β)After(β)GGBefore(β)After(β)

Dies ist eine Fortsetzung meiner früheren Frage , nachdem ein früherer Versuch , die Beantwortung meiner Frage zu erleichtern, fehlgeschlagen ist. Eine negative Antwort macht die umfassende Frage, an der ich arbeite, sehr schwer zu beantworten.

Antworten:


8

Lassen Sie uns zuerst ein Gefühl für und Nachher ( β ) bekommen . Betrachten Sie einen Ableitungsbaum, der β enthält . "enthält" bedeutet hier, dass Sie Teilbäume wegschneiden können, sodass β ein Teilwort der Baumfront ist. Dann sind die Vorher- (Nachher-) Mengen alle möglichen Fronten des Baumteils links (rechts) von β :Before(β)After(β)βββ

tree with before and after sets
[ Quelle ]

Wir müssen also eine Grammatik für den horizontal (vertikal) gesäumten Teil des Baumes erstellen. Das scheint einfach zu sein, da wir bereits eine Grammatik für den gesamten Baum haben. wir müssen nur sicherstellen, dass alle sententialen Formen Wörter sind (ändern Sie die Alphabete), diejenigen herausfiltern, die kein enthalten (das ist eine reguläre Eigenschaft, da β festgelegt ist) und alles nach (vor) β wegschneiden , einschließlich β . Dieses Schneiden sollte auch möglich sein.ββββ


Nun zu einem formellen Beweis. Wir werden die Grammatik wie beschrieben transformieren und die Verschlusseigenschaften von , um das Filtern und Schneiden durchzuführen, dh wir führen einen nicht konstruktiven Beweis durch.CFL

Sei eine kontextfreie Grammatik. Es ist leicht zu erkennen, dass SF ( G ) kontextfrei ist. konstruiere G ' = ( N ' , T ' , δ ' , N S ) wie folgt:G=(N,T,δ,S)SF(G)G=(N,T,δ,NS)

  • N={NAAN}
  • T=NT
  • δ={α(A)α(β)Aβδ}{NAAAN}

mit für alle t T und α ( A ) = N A für alle einer N . Es ist klar, dass L ( G ' ) = SF ( G ) ; Daher sind die entsprechenden Präfix- Abschlüsse Pref ( SF ( G ) ) und Suffix -Abschlüsse Suff ( SF ( G ) ) auch kontextfrei¹.α(t)=ttTα(A)=NAaNL(G)=SF(G)Pref(SF(G))Suff(SF(G))

Nun, für jeden sind L ( β ( N T ) * ) und L ( ( N T ) * β ) reguläre Sprachen. Als C F L unter Schnitt geschlossen und rechts / links Quotienten mit regulären Sprachen, erhalten wirβ(NT)L(β(NT))L((NT)β)CFL

Before(β)=(Pref(SF(G))  L((NT)β))/βCFL

und

.After(β)=(Suff(SF(G))  L(β(NT)))βCFL


¹ CFL is closed under right (and left) quotient; Pref(L)=L/Σ and similar for Suff yield prefix resp. suffix closure.


I started to write an answer then realized my proof was the same as yours. I'd have put it this way (compressed to fit here): form a grammar G by adding a new terminal A^ (a metavariable) for each non-terminal A and a production AA^. Then sentential forms of G are the words recognized by G that consist of metavariables. This is the intersection of a CFG with a regular language and thus is regular. The prefix set of a CFG is a CFG (take a PDA and make every state final). Before(γ)={γγβL(Prefix(G^))} is again a CFG.
Gilles 'SO- stop being evil'

1
@Gilles, three comments on that: 1) the sentential forms typically (properly) contain the language. 2) "make every state final" -- that won't work; you'll accept prefixes of non-words, too. 3) The last step of "cutting off" a suffix seems to be tricky to get rigorous. :/ Do you have a rigorous but more compact proof than mine?
Raphael

Gbb

9

Before(β)After(β) are context-free languages. Here's how I would prove it. First, a lemma (which is the crux). If L is CF then:

Before(L,β)={γ | δ.γβδL}

and

After(L,β)={γ | δ.δβγL}

are CF.

Proof? For Before(L,β) construct a non-deterministic finite-state transducer Tβ that scans a string, outputting every input symbol it sees and simultaneously searches non-deterministically for β. Whenever Tβ sees the first symbol of β it forks non-deterministically and ceases outputting symbols until either it finishes seeing β or it sees sees a symbol that deviates from β, stopping in either case. If Tβ sees β in full, it accepts upon stopping, which is the only way it accepts. If it sees a deviation from β, it rejects.

The lemma can be jiggered to handle cases where β could overlap with itself (like abab -- keep looking for β even while in the midst of scanning for a prior β) or appears multiple times (actually, the original non-determinisic forking already handles that).

It's fairly clear that Tβ(L)=Before(L,β), and since the CFLs are closed under finite-state transduction, Before(L,β) is therefore CF.

A similar argument goes for After(L,β), or it could be done with string reversals from Before(L,β) , CFLs also being closed under reversal:

After(L,β)=rev(Before(rev(L),rev(β)))

Actually, now that I see the reversal argument, it would be even easier to start with After(L,β), since the transducer for that is simpler to describe and verify -- it outputs the empty string while looking for a β. When it finds β it forks non-deterministically, one fork continuing to look for further copies of β, the other fork copying all subsequent characters verbatim from input to output, accepting all the while.

What remains is to make this work for sentential forms as well as CFLs. But that is pretty straightforward, since the language of sentential forms of a CFG is itself a CFL. You can show that by replacing every non-terminal X throughout G by say X, declaring X to be a terminal, and adding all productions XX to the grammar.

I'll have to think about your question on unambiguity.

Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.