Diferencia entre revisiones de «Práctica 4: Lenguajes regulares y lema de pumping (Teoría de Lenguajes)»

De Cuba-Wiki
Sin resumen de edición
Línea 12: Línea 12:


''c) {0^n/n es un numero primo }''
''c) {0^n/n es un numero primo }''
<br>Sup. L regular -> Sea a=0. <math>\exists</math> α, β,γ <math>\in</math>a*,β≠λ | <math>\forall</math> n, α.β^n.γ<math>\in</math>L. Sean: α=a^p, β=a^q, γ=a^r. Como β≠λ -> q≥1. Se debe cumplir que <math>\forall</math>n, p+nq+r es primo. Sea n=(p+2q+r+2) -> p+nq+r debe ser primo -> p+nq+r = p+(p+2q+r+2)q+r = p+pq+2q^2+rq+2q+r = (q+1)(p+2q+r) es primo (ABS) -> L NO es regular
<br>Sup. L regular -> Sea a=0, w=1^p<math>\in</math>L. Por lema de bombeo, se puede separar w=xyz tq y≠λ, |xy|<=n. Elijamos p>=n+2, y sea |y|=m<=n -> |xz|=p-m. Como y≠λ -> m≥1. Entonces xy^(p-m)z <math>\in</math> L,pero |xy^(p-m)z| = |xz|+(p-m)|y| = p-m+(p-m)m = (p-m)(m+1), el cual NO es primo, ya que m+1>1 y p-m>=p-n>=n+2-n>=2>1 (ABS) -> L NO es regular.


''e) {x<math>\in</math>{0, 1}*/x tiene igual cantidad de ceros que de unos}''
''e) {x<math>\in</math>{0, 1}*/x tiene igual cantidad de ceros que de unos}''
<br>Sup. L regular -> Sea s = 0^p.1^p <math>\in</math> L y |s| > p. Por el lema de bombeo <math>\exists</math>x,y,z | x.y^i.z <math>\in</math> L <math>\forall</math>i ≥ 0. Sea x = λ y z = λ, en este caso, xyz <math>\in</math> L, pero se requiere |xy| ≤ p (ABS) -> L NO es regular.
<br>Sup. L regular -> Sea s = 0^n.1^n <math>\in</math> L. Usando el lema de bombeo, sea el s=xyz tq y≠λ, |xy|<=n, <math>\forall</math>k, x.y^kz <math>\in</math> L. Entonces xy solo tiene 0's, y ademas xz <math>\in</math> L, tiene <n 0's (porque y≠λ) y n 1's (ABS) -> L NO es regular.


''h) {x<math>\in</math>{0, 1}*/x = x^r}''
''h) {x<math>\in</math>{0, 1}*/x = x^r}''
<br>Sup. L regular -> Sea a=0,b=1. Sup M es un autómata con k estados que lo reconoce. Sea ω=a^k.b^k. Es claro que ω<math>\in</math>L -> (2.5) <math>\exists</math> α, β, ρ | αβρ=ω y |αβ|≤k y <math>\forall</math> n, αβ^<math>\in</math>L. Como ω=a^k.b^k y |αβ|≤k -> α y β están compuestas sólo de a´s. Por lo tanto, podemos decir que: α=a^t, β=a^s, ρ=a^[k-(s+t)].b^k, donde 1≤ s+t ≤ k y s ≥ 1. Es claro que: αβρ=ω
<br>Sup. L regular -> Sea a=0,b=1. Sup M es un autómata con k estados que lo reconoce. Sea ω=a^k.b^k. Es claro que ω<math>\in</math>L -> (2.5) <math>\exists</math> α, β, ρ | αβρ=ω y |αβ|≤k y <math>\forall</math> n, α.β^n.ρ<math>\in</math>L. Como ω=a^k.b^k y |αβ|≤k -> α y β están compuestas sólo de a´s. Por lo tanto, podemos decir que: α=a^t, β=a^s, ρ=a^[k-(s+t)].b^k, donde 1≤ s+t ≤ k y s ≥ 1. Es claro que: αβρ=ω
<br>Como no se hicieron suposiciones adicionales con respecto a las cadenas, decir que <math>\forall</math> n, α.β^n.ρ<math>\in</math>L equivale a decir que <math>\forall</math> n, t+ns+k-(s+t)=k. Sin embargo tomando n=0, t+ns+k-(s+t) = t+k-(s+t) = k -> -s = 0. Pero s >= 1 (ABS) -> L no es regular.
<br>Como no se hicieron suposiciones adicionales con respecto a las cadenas, decir que <math>\forall</math> n, α.β^n.ρ<math>\in</math>L equivale a decir que <math>\forall</math> n, t+ns+k-(s+t)=k. Sin embargo tomando n=0, t+ns+k-(s+t) = t+k-(s+t) = k -> -s = 0. Pero s >= 1 (ABS) -> L no es regular.




[[Category:Prácticas]]
[[Category:Prácticas]]

Revisión del 15:59 7 may 2008

Plantilla:Back

Propiedades

  • Lema de pumping: Si L es regular -> n tq w L, |w|>=n, w se puede separar en w=xyz tq:
    • y≠λ, |xy|<=n, y k>=0, x.y^k.z L.

Ejercicio 01

Ejercicio 02

Ejercicio 03

Ejercicio 04

Ejercicio 05

c) {0^n/n es un numero primo }
Sup. L regular -> Sea a=0, w=1^pL. Por lema de bombeo, se puede separar w=xyz tq y≠λ, |xy|<=n. Elijamos p>=n+2, y sea |y|=m<=n -> |xz|=p-m. Como y≠λ -> m≥1. Entonces xy^(p-m)z L,pero |xy^(p-m)z| = |xz|+(p-m)|y| = p-m+(p-m)m = (p-m)(m+1), el cual NO es primo, ya que m+1>1 y p-m>=p-n>=n+2-n>=2>1 (ABS) -> L NO es regular.

e) {x{0, 1}*/x tiene igual cantidad de ceros que de unos}
Sup. L regular -> Sea s = 0^n.1^n L. Usando el lema de bombeo, sea el s=xyz tq y≠λ, |xy|<=n, k, x.y^kz L. Entonces xy solo tiene 0's, y ademas xz L, tiene <n 0's (porque y≠λ) y n 1's (ABS) -> L NO es regular.

h) {x{0, 1}*/x = x^r}
Sup. L regular -> Sea a=0,b=1. Sup M es un autómata con k estados que lo reconoce. Sea ω=a^k.b^k. Es claro que ωL -> (2.5) α, β, ρ | αβρ=ω y |αβ|≤k y n, α.β^n.ρL. Como ω=a^k.b^k y |αβ|≤k -> α y β están compuestas sólo de a´s. Por lo tanto, podemos decir que: α=a^t, β=a^s, ρ=a^[k-(s+t)].b^k, donde 1≤ s+t ≤ k y s ≥ 1. Es claro que: αβρ=ω
Como no se hicieron suposiciones adicionales con respecto a las cadenas, decir que n, α.β^n.ρL equivale a decir que n, t+ns+k-(s+t)=k. Sin embargo tomando n=0, t+ns+k-(s+t) = t+k-(s+t) = k -> -s = 0. Pero s >= 1 (ABS) -> L no es regular.