[Merged by Bors] - chore: Make Finset.preimage not depend on Finset.sum - #11601
Closed
YaelDillies wants to merge 7 commits into
Closed
[Merged by Bors] - chore: Make Finset.preimage not depend on Finset.sum#11601YaelDillies wants to merge 7 commits into
Finset.preimage not depend on Finset.sum#11601YaelDillies wants to merge 7 commits into
Conversation
Member
|
This makes |
Contributor
Author
|
I really really don't think that matters since the main reason to avoid importing |
Member
|
Let me have a look at the "Mathlib.Control.Applicative"
"Mathlib.Control.Traversable.Basic"
"Mathlib.Data.Finite.Basic"
"Mathlib.Data.Fin.Tuple.Basic"
"Mathlib.Data.Fintype.Card"
"Mathlib.Data.Fintype.Powerset"
"Mathlib.Data.Fintype.Prod"
"Mathlib.Data.Fintype.Sigma"
"Mathlib.Data.Fintype.Sum"
"Mathlib.Data.Fintype.Vector"
"Mathlib.Data.List.Duplicate"
"Mathlib.Data.List.NodupEquivFin"
"Mathlib.Data.List.OfFn"
"Mathlib.Data.List.Sort"
"Mathlib.Data.Pi.Lex"
"Mathlib.Data.Set.Finite"
"Mathlib.Data.Set.Functor"
"Mathlib.Data.Setoid.Basic"
"Mathlib.Data.Sym.Basic"
"Mathlib.Data.Vector"
"Mathlib.Data.Vector.Basic"
"Mathlib.Logic.Embedding.Set"
"Mathlib.Order.WellFounded" |
Contributor
Author
|
Given that the imports of this doesn't stick out to me. I agree that we need to split |
16 tasks
mathlib-bors Bot
pushed a commit
that referenced
this pull request
Mar 25, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
Contributor
|
Pull request successfully merged into master. Build succeeded: |
Finset.preimage not depend on Finset.sumFinset.preimage not depend on Finset.sum
xgenereux
pushed a commit
that referenced
this pull request
Mar 25, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
utensil
pushed a commit
that referenced
this pull request
Mar 26, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
xgenereux
pushed a commit
that referenced
this pull request
Apr 15, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
atarnoam
pushed a commit
that referenced
this pull request
Apr 16, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
uniwuni
pushed a commit
that referenced
this pull request
Apr 19, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
callesonne
pushed a commit
that referenced
this pull request
Apr 22, 2024
and `Data.Finset.LocallyFinite` not depend on `Finset.sum` too
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.
and
Data.Finset.LocallyFinitenot depend onFinset.sumtoo