feat(Tactic/ComputeAsymptotics/Multiseries): introduce Monomial#37411
feat(Tactic/ComputeAsymptotics/Multiseries): introduce Monomial#37411vasnesterov wants to merge 6 commits intoleanprover-community:masterfrom
Monomial#37411Conversation
PR summary fdd294c699Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This PR/issue depends on: |
joneugster
left a comment
There was a problem hiding this comment.
This looks good to me, thank you. I expect there not to be any bigger obstacle once the dependencies are merged.
Maybe the line rw [ih h_basis.tail (by grind) (by grind), Real.rpow_add (h_pos _ (by simp))] will ideally need some rewriting to make it a bit more stable, haven't investigated closely.
I'll have a closer look when the dependency is merged
MonomialandUnitMonomialMonomial.toFunand algebraic operations on monomials: negation, inversion, multiplication.UnitMonomial#37414This is a part of the
compute_asymptoticstactic (#28291).