Zulip Chat Archive

Stream: Is there code for X?

Topic: Closure properties of DFAs (and regular expressions)


Kin Yau James Wong (Dec 04 2024 at 19:41):

Has anyone started working on closure properties of DFAs and regular expressions, i.e. closure under unions, star etc.? If not, perhaps I might start working on that.

Shreyas Srinivas (Dec 04 2024 at 22:53):

You could work on this using Dexter Kozen's book. It has a very neat presentation of all the proofs.

Martin Dvořák (Dec 05 2024 at 18:27):

FYI, I have an ongoing work on closure properties of higher levels in the Chomsky hierarchy.

Kin Yau James Wong (Dec 05 2024 at 19:51):

Martin Dvořák said:

FYI, I have an ongoing work on closure properties of higher levels in the Chomsky hierarchy.

Sounds great! I will mainly stick with DFAs and Regular expressions.

Martin Dvořák (Dec 05 2024 at 20:05):

I recommend proving that finite automata and regular expressions recognize the same languages. First, it is something we want to have. Second, some of the closure properties will immediately follow.

Kin Yau James Wong (Dec 05 2024 at 20:12):

I believe some others are already working on formalizing their equivalence though

Stefan Hetzl (Dec 05 2024 at 20:21):

Indeed. There are pull requests #15649, #15651, and 15654 on that topic.


Last updated: May 02 2025 at 03:31 UTC