以下が通常のセットであるかどうかを述べなければなりません。これらは私の答えです。私が正しいかどうかを知り、私の推論について追加の情報を得たいと思います。また、ポンピング補題を使用せずにこれらを直感的に合理化したいと思います。これは、次のいずれについてもそれほど難しくないと言われています。
一番下の質問を正式に表示するだけです。
a. {(a^n)(b^m) | n!=m}
b. {xcx | x is in {a,b}*}
c. {xcy | x,y is in {a,b}*}
d. {(a^n)(b^n+481) | n >= 0}
e. {(a^n)(b^m) | n>=m and m<= 481}
f. {(a^n)(b^m) | n>=m and m>= 481}
h. {(a^n)(b^n)(c^n) | n>=0}
a. Not regular. This would imply that {(a^n)(b^n) | n>=0} is regular, which isn't true either by the closure properties for regular sets.
b. For both b and c, I don't think I am conceptualizing it correctly. Since x can be any arbitrary string of a's or b's, I would say that both parts b and c are not regular. But I don't think that this is correct.
c. See above.
d. Not regular. From the same reasoning from a. Adding a constant really means nothing since n is unbounded positively.
e. Unsure.
f. Unsure.
h. Not regular from the same reasoning as a.
最後に、{(a^n)(b^n) | の無限部分集合が存在しないことを正式に証明する必要があります。n>=0} サブセットが規則的であるように。
これは、ポンピング補題なしで簡単な方法で行うことができますか? 私は通常のセットについてよく理解していないので、まだ試していません。