Skip to content

[Merged by Bors] - feat(ConditionallyCompleteLattice/Finset): ciSup_mem on list/multiset/finset#15284

Closed
pechersky wants to merge 12 commits intomasterfrom
pechersky/sup-conditional-big-operators
Closed

[Merged by Bors] - feat(ConditionallyCompleteLattice/Finset): ciSup_mem on list/multiset/finset#15284
pechersky wants to merge 12 commits intomasterfrom
pechersky/sup-conditional-big-operators

Conversation

@pechersky
Copy link
Copy Markdown
Contributor

@pechersky pechersky commented Jul 30, 2024

As well as toDual_csSup
And simpler lemmas when on ConditionallyCompleteLinearOrderBot


Open in Gitpod

…/finset

As well as toDual_csSup
And simpler lemmas when on ConditionallyCompleteLinearOrderBot
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 30, 2024

PR summary 3b386498e3

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Finset.Nonempty.ciSup_eq_max'_image
+ Finset.Nonempty.ciSup_mem_image
+ Finset.ciInf_eq_min'_image
+ Finset.ciInf_mem_image
+ Finset.ciSup_eq_max'_image
+ Finset.ciSup_mem_image
+ List.iInf_mem_map_of_exists_le_sInf_empty
+ List.iSup_mem_map_of_exists_sSup_empty_le
+ List.iSup_mem_map_of_ne_nil
+ Multiset.iInf_mem_map_of_exists_le_sInf_empty
+ Multiset.iSup_mem_map_of_exists_sSup_empty_le
+ Multiset.iSup_mem_map_of_ne_zero
+ Set.Finite.ciInf_mem_image
+ Set.Finite.ciSup_lt_iff
+ Set.Finite.ciSup_mem_image
+ Set.Finite.lt_ciInf_iff
+ Set.Nonempty.ciSup_lt_iff
+ Set.Nonempty.ciSup_mem_image

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@ghost ghost added blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) and removed blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) labels Jul 30, 2024
@ghost
Copy link
Copy Markdown

ghost commented Aug 5, 2024

@ghost ghost added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Aug 5, 2024
@ghost ghost removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Aug 6, 2024
@pechersky pechersky added the t-order Order theory label Aug 6, 2024
@ghost ghost added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Aug 15, 2024
@ghost ghost removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Aug 16, 2024
@Ruben-VandeVelde Ruben-VandeVelde added the awaiting-author A reviewer has asked the author a question or requested changes. label Aug 29, 2024
@pechersky pechersky removed the awaiting-author A reviewer has asked the author a question or requested changes. label Aug 29, 2024
Copy link
Copy Markdown
Contributor

@Ruben-VandeVelde Ruben-VandeVelde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maintainer merge

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde.

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Aug 30, 2024
@urkud
Copy link
Copy Markdown
Member

urkud commented Aug 31, 2024

I think that some lemmas in this PR can be generalized. Please don't merge it yet. I'll write more in ~1h. Done.

@urkud urkud self-assigned this Aug 31, 2024
@urkud urkud removed the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Aug 31, 2024
@urkud urkud added the awaiting-author A reviewer has asked the author a question or requested changes. label Aug 31, 2024
@pechersky pechersky removed the awaiting-author A reviewer has asked the author a question or requested changes. label Sep 1, 2024
@urkud urkud removed their assignment Sep 1, 2024
Copy link
Copy Markdown
Contributor

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Sep 2, 2024

✌️ pechersky can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Sep 2, 2024
@pechersky
Copy link
Copy Markdown
Contributor Author

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Sep 2, 2024
…/finset (#15284)

As well as toDual_csSup
And simpler lemmas when on ConditionallyCompleteLinearOrderBot



Co-authored-by: Yakov Pechersky <pechersky@users.noreply.github.com>
Co-authored-by: Yakov Pechersky <ffxen158@gmail.com>
Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Sep 2, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(ConditionallyCompleteLattice/Finset): ciSup_mem on list/multiset/finset [Merged by Bors] - feat(ConditionallyCompleteLattice/Finset): ciSup_mem on list/multiset/finset Sep 2, 2024
@mathlib-bors mathlib-bors bot closed this Sep 2, 2024
@mathlib-bors mathlib-bors bot deleted the pechersky/sup-conditional-big-operators branch September 2, 2024 16:21
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
…/finset (#15284)

As well as toDual_csSup
And simpler lemmas when on ConditionallyCompleteLinearOrderBot



Co-authored-by: Yakov Pechersky <pechersky@users.noreply.github.com>
Co-authored-by: Yakov Pechersky <ffxen158@gmail.com>
Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
…/finset (#15284)

As well as toDual_csSup
And simpler lemmas when on ConditionallyCompleteLinearOrderBot



Co-authored-by: Yakov Pechersky <pechersky@users.noreply.github.com>
Co-authored-by: Yakov Pechersky <ffxen158@gmail.com>
Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 12, 2024
…/finset (#15284)

As well as toDual_csSup
And simpler lemmas when on ConditionallyCompleteLinearOrderBot



Co-authored-by: Yakov Pechersky <pechersky@users.noreply.github.com>
Co-authored-by: Yakov Pechersky <ffxen158@gmail.com>
Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). t-order Order theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants