MHB Pumping Lemma proof for L=0^p 1^p 0^p 1^p-: Review my proof please-:

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Proof Review
AI Thread Summary
The discussion focuses on the validity of a proof related to a lemma involving specific cases of strings in the form of $0^p1^p0^p1^p$. Concerns are raised about the inclusion of case 1, where $v=0^p$, $x=1^p$, and $y=\varepsilon$, which is deemed prohibited by the lemma's conditions. In case 3, it is noted that the language $L$ includes patterns that do not conform to the specified forms, prompting questions about the implications of this observation. Ambiguities in the proof are criticized, particularly regarding what is excluded from $L$ and the assumptions made about $y$. Case 5 lacks clarity, especially concerning the conditions on $y$ and $x$, suggesting potential violations of the lemma's conditions. The need for a more detailed and structured proof is emphasized, recommending a clearer presentation and better readability for diagrams.
shivajikobardan
Messages
637
Reaction score
54
Please review my proof. Is this correct or not?
1636814677938.png


1636815724413.png
1636815703046.png
 
Technology news on Phys.org
Why do you consider case 1) where $v=0^p$, $x=1^p$ and $y=\varepsilon$? It is prohibited by condition (2) of the lemma.

In case 3) you write: "$L$ contains pattern not in form $0^p1^p0^p1^p$". This is true: $L$ contains words that do not have this form and do not even have the form $0^n1^n0^n1^n$ for any $n$. What conclusion do you draw from this? Then you write: "So $\notin L$. What exactly does not belong to $L$? It's a bad style to write such ambiguous claims in a proof. Finally, case 3) assumes that $y=\varepsilon$. What if this is not so?

The description of case 5) is not clear (does $y$ have to be empty? does $x$ has to end on the boundary between zeros and ones?), but it seems that it is again prohibited by condition 2 of the lemma.

A proof should contain more words. For example, this proof should start like this: "Let $p$ be the number whose existence is stated in the lemma. Let $w=0^p1^p0^p1^p$. Consider the following five exhaustive cases".

Please type you proof in the body of the forum post. Pictures can easily be described, for example: "$vxy$ spans the first boundary between 0s and 1s" (the diagram at the bottom of page 1). The bottom of page 1 is far too dark for comfortable reading.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
Back
Top