Zulip Chat Archive
Stream: general
Topic: Context-free pumping lemma
Martin Dvořák (Nov 16 2022 at 10:57):
This is a long shot but ... would anyone like to prove the Pumping lemma for context-free languages?
Statement:
https://github.com/madvorak/grammars/blob/main/src/context_free/cfgPumping.lean
I think it might be a good topic for a bachelor thesis or something. There already exists a proof in Coq.
Kevin Buzzard (Nov 16 2022 at 13:34):
Why don't you find an undergraduate at your university and supervise them through it?
Martin Dvořák (Nov 16 2022 at 13:37):
Because there are no undergraduates at my university.
Pedro Sánchez Terraf (Nov 16 2022 at 13:46):
Martin Dvořák said:
This is a long shot but ... would anyone like to prove the Pumping lemma for context-free languages?
I assume that the Pumping Lemma for regular languages is already there... Is Kleene theorem already formalized?
Martin Dvořák (Nov 16 2022 at 13:49):
Pedro Sánchez Terraf said:
I assume that the Pumping Lemma for regular languages is already there.
Martin Dvořák (Nov 16 2022 at 13:52):
Pedro Sánchez Terraf said:
Is Kleene theorem already formalized?
Last updated: Dec 20 2023 at 11:08 UTC