-
Notifications
You must be signed in to change notification settings - Fork 381
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] - feat: define AddConstEquiv
#9726
Conversation
* Add `Function.semiconj_iff_comp_eq` and `Function.Semiconj.inverse_left`. * Swap arguments of `Function.Semiconj.comp_left`. The old version is available as `Function.Semiconj.trans`. * Add docstrings.
This PR/issue depends on: |
Should this be written in terms of |
Co-authored-by: Eric Rodriguez <[email protected]>
…unity/mathlib4 into YK-add-const-equiv
@eric-wieser The only application I have in mind is a lift of a circle map/homeomorphism to the real line. Do you have some applications of |
!bench |
Here are the benchmark results for commit d345bdf. |
Co-authored-by: Yaël Dillies <[email protected]>
Let's see whether it now works from my phone maintainer merge |
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
bors merge |
Also revert some `scoped` modifiers on `simp`s.
Pull request successfully merged into master. Build succeeded: |
AddConstEquiv
AddConstEquiv
Also revert some
scoped
modifiers onsimp
s.Waiting for a benchmark.
Semiconj.inverse_left
#9724