Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSB implies LEM #28

Merged
merged 1 commit into from
Aug 21, 2023
Merged

CSB implies LEM #28

merged 1 commit into from
Aug 21, 2023

Conversation

Columbus240
Copy link
Collaborator

Based on https://arxiv.org/abs/1904.09193. I thought, this theorem would be nice to formalize and give it some exposure.

How about including this in the library? I don’t expect this library to actually use this theorem. Also, the proof doesn’t depend on any other parts of the ZornsLemma library. So it could as well be published on its own.
The only thing that uses things from ZornsLemma is an example, that every finite type is "omniscient".
Whether we include it or not, I need to clean up some bits (Print statements, comments).

I couldn’t avoid using extensionality axioms. The many ...' lemmas are there because I tried to find out where extensionality is necessary.
Also note, that N_infty can’t be replaced by option nat, without using more axioms.
Namely, the definition of the epsilon function fails, or at least needs
some non-trivial change.

@Columbus240 Columbus240 force-pushed the ReverseCSB branch 2 times, most recently from 604a472 to d51cc52 Compare August 21, 2023 08:45
@Columbus240 Columbus240 marked this pull request as ready for review August 21, 2023 11:12
I couldn’t avoid using an extensionality axiom. Also note, that
`N_infty` can’t be replaced by `option nat`, without using more axioms.
Namely, the definition of the epsilon function fails.

Based on https://arxiv.org/abs/1904.09193
@Columbus240 Columbus240 merged commit bd6f2af into master Aug 21, 2023
8 checks passed
@Columbus240 Columbus240 deleted the ReverseCSB branch August 21, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant