-
Notifications
You must be signed in to change notification settings - Fork 399
[Merged by Bors] - feat: Chevalley's theorem #21021
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
Conversation
PR summary 2df7b1e4c8Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Current number | Change | Type |
---|---|---|
1166 | 1 | erw |
Current commit 2df7b1e4c8
Reference commit 8deb89281c
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relative
value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolute
value is therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Constructible sets in the prime spectrum are made of open sets in the prime spectrum, which are | ||
themselves made from a family of polynomials. | ||
|
||
We say an open set *has complexity at most `M`* if it can be written as the zero locus of a family |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be worthy to try to track degree and number of open sets separately?
(I'd say yes: in some parts of AG, it's useful to know that some varieties are defined by equations of degree 2.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean "number of polynomials" rather than "number of open sets"? We're tracking the former, not the latter.
Given the shape of the bound (a tower of size depending on both the degree and number of polynomials used to describe the original variety), I doubt it is possible to track both variables independently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe what Antoine is asking, is to have separate bounds on the degree and the number of polynomials, not necessarily independent of each other? In this case, it seems that this is what actually happens in chevalley_mvPolynomial_mvPolynomial
, but this doc string does suggest something else, namely that there is only one M
bounding both the number of polynomials and degrees. Could you clarify this in this docstring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I wrote the docstring informally because the fact that there is a bound is all that matters, really. chevalley_mvPolynomial_mvPolynomial
features two bounds solely because we can't (usefully) make those bounds into one due to mutual recursion.
This PR/issue depends on:
|
This is https://stacks.math.columbia.edu/tag/00FE. From GrowthInGroups (LeanCamCombi) Co-authored-by: Andrew Yang
7c918f3
to
f489d83
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went through most of the overall strategy and docstrings, but I yet have to have a closer look at the proofs, which I'll hopefully find time to do before the end of the week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with |
Thank you everyone for the reviews! This is a great milestone. bors merge |
This is https://stacks.math.columbia.edu/tag/00FE. From GrowthInGroups (LeanCamCombi) Co-authored-by: Andrew Yang Co-authored-by: Andrew Yang <[email protected]>
Build failed (retrying...): |
Canceled. |
bors merge |
This is https://stacks.math.columbia.edu/tag/00FE. From GrowthInGroups (LeanCamCombi) Co-authored-by: Andrew Yang Co-authored-by: Andrew Yang <[email protected]>
Pull request successfully merged into master. Build succeeded: |
This is https://stacks.math.columbia.edu/tag/00FE. From GrowthInGroups (LeanCamCombi) Co-authored-by: Andrew Yang Co-authored-by: Andrew Yang <[email protected]>
This is https://stacks.math.columbia.edu/tag/00FE.
From GrowthInGroups (LeanCamCombi)
Co-authored-by: Andrew Yang