feat: add initial definitions for complexity classes#192
Draft
BoltonBailey wants to merge 11 commits into
Draft
Conversation
BoltonBailey
marked this pull request as draft
December 1, 2025 04:36
eric-wieser
reviewed
Dec 10, 2025
eric-wieser
reviewed
Dec 10, 2025
Collaborator
|
Reading |
eric-wieser
reviewed
Dec 11, 2025
Contributor
Author
|
A few people seem to be commenting on/reviewing this PR, so be aware: I think some of these sorries are going to involve further development of TM2ComputableInPolyTime, so I don't expect to finish them soon, and I don't plan to move this PR out of draft mode until that's done. |
benbrastmckie
added a commit
to benbrastmckie/cslib
that referenced
this pull request
Jun 21, 2026
Archived: leanprover#236 (completed), leanprover#244 (abandoned), leanprover#253 (completed), leanprover#254 (completed) Orphan tracked: leanprover#192 (archive/state.json entry added) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tape Add simp lemmas describing how `mapSome` and `cons` interact with `head`/`tail` and the empty tape, used for reasoning about a left-to-right tape scan: `mapSome_head`, `mapSome_tail`, `cons_some_mapSome`, `cons_head?_mapSome`, `cons_none_empty`, `mapSome_nil`, `empty_head`, `empty_tail`. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
BoltonBailey
force-pushed
the
complexity-classes
branch
from
July 17, 2026 20:17
87a400f to
0ca48c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a draft PR for adding some complexity class definitions to CSLib.
This includes