Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの言語 (通常の言語とそうでない言語) の連結が常に規則的ではないのか、それとも出力が通常の言語である可能性があるのかを知りたいです。ありがとう。
いいえ、それが時々起こることを証明する反例を見つけることができるからです:
L1 規則的でない: (a^2)^n with n>=0 L2 規則的: a*
連結により言語 L3= aa* が生成され、これは明らかに規則的です。