Skip to content

[Merged by Bors] - feat: in a WellFoundedLT CompleteLattice, Independent sets are finite#17525

Closed
alreadydone wants to merge 5 commits intomasterfrom
WellFoundedLT.finite_of_setIndependent
Closed

[Merged by Bors] - feat: in a WellFoundedLT CompleteLattice, Independent sets are finite#17525
alreadydone wants to merge 5 commits intomasterfrom
WellFoundedLT.finite_of_setIndependent

Conversation

@alreadydone
Copy link
Copy Markdown
Contributor

@alreadydone alreadydone commented Oct 7, 2024

The same conclusion was previously known under a WellFounded (· > ·) assumption, which we replace with WellFoundedGT. We also change WellFounded in existing lemma names to WellFoundedGT to avoid confusion with the new WellFoundedLT lemmas we introduce.

A consequence is that a direct sum of infinitely many nontrivial modules can't be Artinian. (Previous results imply it can't be Noetherian.)

The lemma Disjoint.right_lt_sup_of_left_ne_bot is used and added.

The definition of NoetherianSpace is changed to use WellFoundedGT (defeq to before), and the statement of noetherianSpace_TFAE is changed to use WellFoundedLT.


Open in Gitpod

@alreadydone alreadydone added awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. t-order Order theory labels Oct 7, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 7, 2024

PR summary afb937f300

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Disjoint.right_lt_sup_of_left_ne_bot
+ IsSupClosedCompact.wellFoundedGT
+ IsSupFiniteCompact.wellFoundedGT
+ WellFoundedGT.finite_ne_bot_of_independent
+ WellFoundedGT.finite_of_independent
+ WellFoundedGT.finite_of_setIndependent
+ WellFoundedGT.isSupClosedCompact
+ WellFoundedGT.isSupFiniteCompact
+ WellFoundedLT.finite_ne_bot_of_independent
+ WellFoundedLT.finite_of_independent
+ WellFoundedLT.finite_of_setIndependent
+ instance : NoetherianSpace (PrimeSpectrum R)
+ instance [NoetherianSpace α] : WellFoundedLT (Closeds α)
+ isCompactlyGenerated_of_wellFoundedGT
+ isSupClosedCompact_iff_wellFoundedGT
+ wellFoundedGT_characterisations
+ wellFoundedGT_iff_isSupFiniteCompact
+-+- _
- instance : NoetherianSpace (PrimeSpectrum R) := by

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.

@alreadydone alreadydone removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Oct 8, 2024
Copy link
Copy Markdown
Member

@jcommelin jcommelin 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 merge

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Oct 9, 2024
mathlib-bors bot pushed a commit that referenced this pull request Oct 9, 2024
…#17525)

The same conclusion was previously known under a ` WellFounded (· > ·)` assumption, which we replace with WellFoundedGT. We also change WellFounded in existing lemma names to WellFoundedGT to avoid confusion with the new WellFoundedLT lemmas we introduce.

A consequence is that a direct sum of infinitely many nontrivial modules can't be Artinian. (Previous results imply it can't be Noetherian.)

The lemma `Disjoint.right_lt_sup_of_left_ne_bot` is used and added.

The definition of `NoetherianSpace` is changed to use `WellFoundedGT` (defeq to before), and the statement of `noetherianSpace_TFAE` is changed to use `WellFoundedLT`.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 9, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: in a WellFoundedLT CompleteLattice, Independent sets are finite [Merged by Bors] - feat: in a WellFoundedLT CompleteLattice, Independent sets are finite Oct 9, 2024
@mathlib-bors mathlib-bors bot closed this Oct 9, 2024
@mathlib-bors mathlib-bors bot deleted the WellFoundedLT.finite_of_setIndependent branch October 9, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-order Order theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants