Czy następujący kontekst językowy jest bezpłatny?
Jak wskazał sdcvvc, słowo w tym języku można również opisać jako połączenie dwóch słów o tej samej długości, których odległość młotkowania wynosi 2 lub więcej.
Myślę, że to nie jest kontekstowe, ale ciężko mi to udowodnić. Próbowałem przeciąć ten język zwykłym językiem (na przykład 0 ∗ 1 ∗ 0 ∗ 1 ∗ ), a następnie użyć lematu pompowania i \ lub homomorfizmów, ale zawsze dostaję język, który jest zbyt skomplikowany, aby go scharakteryzować i zapisać.
Odpowiedzi:
Uwaga [2019-07-30] Dowód jest błędny ... pytanie jest bardziej skomplikowane niż się wydaje.
Po nieudanej próbie tutaj jest inny pomysł.
Jeśli przecinamyL. z regularnym językiem L.r e g= 0∗10∗10∗10∗ , otrzymujemy język CF.
Być może mamy więcej szczęścia jeśli używamyL.′r e g= 0∗10∗10∗10∗10∗ (ciąg z dokładnie 4 1s).
NiechL.1=L∩L′reg , nieformalnie w∈L1 jeśli można go podzielić na dwie połowy, tak że jedna połowa zawiera dokładnie {0,1,3,4} 1s lub obie połowy zawierają dwie 1 s ale ich pozycje się nie zgadzają.
Załóżmy, żeL1 jest CF i niech G będzie gramatyką w normalnej formie Chomsky'ego, i niech
Mamy|u|=|v| (nawet długość) d(u,v)≥2
Jeśli ograniczymy naszą uwagę do sposobów, w jakie można wygenerować cztery 1-tyw , mamy trzy przypadki pokazane na górze rysunku 1. Centralna część rysunku 1 pokazuje pierwszy przypadek (ale pozostałe są podobne) .
Rycina 1 (pełny obraz można pobrać tutaj )
Jeśli wybierzemya=e,c=2a i b,d≫a , zobaczymy, że zera między dwiema parami 1s muszą być niezależnie pompowalne (czerwone węzły na rysunku): w szczególności, dla wystarczająco dużego b≫a , otrzymujemy duplikat nieterminalnego węzła w wewnętrznym poddrzewie (węzeł X na ryc. 2) lub powtarzające się podsekwencje na ścieżce w kierunku pierwszego lub drugiego 1 (węzeł Y na ryc. 2). Należy zauważyć, że Figura 2 jest nieco uproszczony: nie może być bardziej nieterminalowi węzłów pomiędzy dwoma X s, a także między tymi dwoma Ys ( Y→...→Zi→...Y ale przyZi daje tylko 0 po prawej stronie pierwszego 1).
Rysunek 2
Możemy więc naprawić dowolnya=e=k,c=2a , a następnie wybrać wystarczająco duży b aby uzyskać niezależnie pompowalny węzeł w sekwencji zer między pierwszym a drugim 1 . Dla sekwencji zer między trzecim a czwartym 1 możemy wybrać d=b!+b . 0b jest pompowalne niezależnie, więc istnieje p≤b pompowalny substrat y , tzn. Taki, że b=xyz,|y|=p,|x|≥0,|z|≥0 ixyiz=b!+b . Ciąg, który otrzymujemy to:
Ale
aw′∉L1 . Zatem L1 jest CF i wreszcie L jest CF.
Jeśli dowód jest poprawny (???), można go rozszerzyć na każdy językLk={uv:|u|=|v|,d(u,v)≥k},k≥2
źródło
After 2 failed attempts, that were disproved by @Hendrik Jan (thank you), here is another one, that is not more successful. @Vor found an example of a deterministic CF language where the same construction would apply, if correct. This allowed identifying an error in the anchoring of they string in the application of the lemma. The lemma itself does not seem at fault. This is clearly too simplistic a construction. See more details in the comments.
The languageL={uxvy∣u,v,x,y∈{0,1}∗{ϵ} , ∣u∣=∣v∣ , u≠v , ∣x∣=∣y∣ , x≠y } is not Context-Free.
It is helpful to keep in mind the characterizationL={uv:|u|=|v|,d(u,v)≥2} where d is the Hamming distance,
proposed by @sdcvvc. What one needs to think about are 2 selected positions in each half string such that the corresponding symbols differ.
Then you consider a string10i10j such that i<j and i+j is even. It is clearly in the language L, by cutting u and x anywhere between the two 1's. We want to pump that string on the first part between the 1's, so that it will become 10j10j which is not supposed to be in the language.
We first try to use Ogden's lemma, which is like the pumping lemma, but applies top or more distinguished symbols that are marked on the string, p being the pumping length for marked symbols (but the lemma can pump more because it can pump also unmarked symbols). The pumping marked-length p depends only on the language. This attempt will fail, but the failure will be a hint.
We can then choosei=p and we mark symbols on the first sequence of i 0's.
We know that none of the two 1's will be in the pump, because it can pump out once (exponent 0) instead of pumping in. And pumping out the 1's would get us out of the language.
However, we could be pumping on both sides of the second 1 as fast or even faster on the right side, so that the second 1 would never get across the middle of the string. Also Ogden's lemma does not fix an upper limit to the size of what is being pumped, so that it is not possible to organize the pumping to get the rightmost 1 exactly across the middle of the string.
We use a modified version of the lemma, here called Nash's Lemma, which can handle these difficulties.
We first need a definition (it probably has another name in the literature, but I do not know which - help is welcome). A stringu is said to be an erasure of a string v iff it is obtained from v by erasing symbols in v . We will note u≺v .
Proof: Similar to the proof of Ogden's lemma, but the subtrees corresponding to the stringsy and xz are pruned so that they do not contain any path with twice the same non-terminal (except for the roots of these two subtrees). This necessarily limits the size of the generated strings x^z^ and y^ by a constant q .
The strings xj and zj , for j≥0 , corresponding to an unpruned version of the tree, are used mainly with j=1 to simplify the accounting when the lemma is applied.
We modify the above proof attempt by marking thep leftmost symbols
0, but they are followed by 2q symbols 0 to make sure that we pump
in the left part of the string, between the two 1's. That make a total of i=p+2q 0's between the 1's (actually i=p+q would be sufficient, since the rightmost 1 cannot be in z^ , which would allow to simply remove it).
What is left is to have chosenj so that we can pump exactly the right number of 0's so that the two sequences are equal. But so far, the only constraint on j is to be greater than i . And we also know that the number of 0's that are pumped at each pumping is between 1 and q. So let h be product of the first q integers. We choose j=i+h .
Hence, since the pumping incrementd - whatever it is - is in [1,q] , it divides h . Let k be the quotient. If we pump exactly k times, we get a string 10j10j which is not in the language. Hence L is not context-free.
.
I think that I shall never see
A string lovely as a tree.
For if it does not have a parse,
The string is naught but a farce
źródło
by this question I thinkL is context-free and generated by the following grammar
SABXY→AXBY∣BYAX→0∣0A0∣0A1∣1A0∣1A1→1∣0B0∣0B1∣1B0∣1B1→0∣0X0∣0X1∣1X0∣1X1→1∣0Y0∣0Y1∣1Y0∣1Y1
źródło