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

[Merged by Bors] - chore(RingTheory/PowerSeries/Basic): remove open Classical #7665

Closed
wants to merge 13 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Oct 13, 2023

Only two lemma statements have changed:

  • coeff_truncFun now contains the missing [DecidableEq σ] needed to make the statement make sense
  • order_eq_multiplicity_X now contains a missing DecidableRel argument needed to make the RHS fully general.

Everywhere else, classical has just been inserted into the proof.


Open in Gitpod

No definitions or lemma statements have changed
@eric-wieser eric-wieser added the WIP Work in progress label Oct 13, 2023
@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR awaiting-CI labels Oct 13, 2023
@eric-wieser eric-wieser removed the WIP Work in progress label Oct 13, 2023
Mathlib/RingTheory/PowerSeries/Basic.lean Outdated Show resolved Hide resolved
Mathlib/RingTheory/PowerSeries/Basic.lean Outdated Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@semorrison semorrison removed their request for review October 16, 2023 02:21
@riccardobrasca
Copy link
Member

This makes the results strictly more general, thanks!

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Oct 16, 2023
bors bot pushed a commit that referenced this pull request Oct 16, 2023
Only two lemma statements have changed:

* `coeff_truncFun` now contains the missing `[DecidableEq σ]` needed to make the statement make sense
* `order_eq_multiplicity_X` now contains a missing `DecidableRel` argument needed to make the RHS fully general.

Everywhere else, `classical` has just been inserted into the proof.



Co-authored-by: Antoine Chambert-Loir <antoine.chambert-loir@math.univ-paris-diderot.fr>
Co-authored-by: Antoine Chambert-Loir <antoine.chambert-loir@u-paris.fr>
@bors
Copy link

bors bot commented Oct 16, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title chore(RingTheory/PowerSeries/Basic): remove open Classical [Merged by Bors] - chore(RingTheory/PowerSeries/Basic): remove open Classical Oct 16, 2023
@bors bors bot closed this Oct 16, 2023
@bors bors bot deleted the eric-wieser/PowerSeries-decidable branch October 16, 2023 10:04
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants