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

Pr156 #159

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Pr156 #159

wants to merge 12 commits into from

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    eb463f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Remove In_full from Schutte_basics

    The trick of using `Hint Constructors` was found in
    `ZornsLemma.EnsemblesImplicit` which adds the same hint to the HintDb
    `sets`.
    Columbus240 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    89f48b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5069051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350d847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8c46e6 View commit details
    Browse the repository at this point in the history
  5. Import EnsemblesImplicit in Schutte/PartialFun

    Also, declare `Schutte_basics.ordinal` as a notation instead of as a
    definition.
    Columbus240 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    33cc798 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Use ZornsLemma for def of Countable sets

    The file theories/ordinals/Schutte/Countable.v provides some theory
    about countable `Ensemble`. The coq-zorns-lemma package contains very
    similar results already.
    This commit tries to use as many results from coq-zorns-lemma as
    possible, instead of defining them in here.
    Initial discussion on Zulip:
    https://coq.zulipchat.com/#narrow/stream/344515-Hydras-.26-Co.2E-universe/topic/Library.20for.20countability.3F/near/341893039
    
    This commit still contains some rough edges:
    - The lemma `countable_singleton` could be incorporated in
      coq-zorns-lemma, instead of introducing it here.
    - In some files we have to use `CountableTypes.foo` instead of mentioning
      the lemma `foo` directly, because adding `From ZornsLemma Require
      Import CountableTypes` messes up the scopes. This should be seen as a
      bug in `ZornsLemma`.
    Columbus240 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6e50bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893ba7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc93bd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bdc7e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. try to update meta.yml

    Casteran committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b38f24b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    175a5b5 View commit details
    Browse the repository at this point in the history