Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Since you want to master the process, I'll point out a few things before showing a proof.</p> <ol> <li><p>The first thing to notice is that the <code>+</code> and the <code>=</code> may only appear once each. So when you write your string <code>w</code> as <code>w = abc</code>, the pumped portion, <code>b</code>, cannot contain <code>+</code> or <code>=</code> otherwise you'd reach a trivial contradiction (I'm not using the more standard <code>w = xyz</code> notation to avoid confusion with <code>L</code>'s definition). </p></li> <li><p>Another thing to notice is that normally, you'd pick a specific string <code>w</code> to pump. In this case, it <em>could</em> be easier to pick a class of strings that share a certain property. The pumping lemma only requires you to reach a contratiction using one string, but there's no reason you can't reach a contradiction with multiple strings.</p></li> </ol> <p>Proof (in a spoiler): </p> <blockquote class="spoiler"> <p> So let <code>w</code> be any string in <code>L</code> such that <code>|w| ≥ P</code> and <code>x, y, z</code> do not contain leading <code>0</code>'s. By the pumping lemma we can write <code>w</code> as <code>w = abc</code> By pumping lemma, we know <code>b</code> is not empty. Since <code>b</code> cannot contain <code>+</code> or <code>=</code>, it is fully contained in either <code>x, y,</code> or <code>z</code>. Pumping <code>w</code> with any i &ne; 1 results in the binary equation no longer holding since exactly one of <code>x, y, z</code> would be a different number (this is why we needed the no leading <code>0</code>'s bit).</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload