[Merged by Bors] - feat(Algebra/Polynomial/Bivariate): add lemmas for bivariate polynomials#14579
[Merged by Bors] - feat(Algebra/Polynomial/Bivariate): add lemmas for bivariate polynomials#14579Multramate wants to merge 4 commits intomasterfrom
Conversation
Multramate
commented
Jul 9, 2024
PR summary 1644914045Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
These are not strictly necessary, because we can just rewrite I noted, when doing this, that there are a few missing gaps in the API of |
|
|
||
| @[simp] | ||
| lemma evalEval_ofNat (x y : R) (n : ℕ) [n.AtLeastTwo] : | ||
| (OfNat.ofNat n : R[X][Y]).evalEval x y = OfNat.ofNat n := by |
There was a problem hiding this comment.
Is it necessary to write OfNat.ofNat here, rather than just n?
There was a problem hiding this comment.
I copied the corresponding lemma for eval. Without the Ofnat.ofNat this is the same as evalEval_natCast.
|
|
||
| @[simp] | ||
| lemma evalEval_ofNat (x y : R) (n : ℕ) [n.AtLeastTwo] : | ||
| (OfNat.ofNat n : R[X][Y]).evalEval x y = OfNat.ofNat n := by |
There was a problem hiding this comment.
Does this work without no_index?
There was a problem hiding this comment.
What is no_index?
|
Pull request successfully merged into master. Build succeeded: |