[Merged by Bors] - chore(Asymptotics/TVS): golf - #20596
Conversation
`IsLittleOTVS.tendsto_inv_smul` using `isLittleOTVS_one`.
PR summary 174ac37263Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
| _ < 1 := by norm_num | ||
| rw [← isLittleOTVS_one (𝕜 := 𝕜)] | ||
| intro U hU | ||
| rcases h.smul_left f⁻¹ U hU with ⟨V, hV₀, hV⟩ |
There was a problem hiding this comment.
I think this can be golfed further using (h.smul_left f⁻¹).trans ?_ from #20220; but I'm happy for this to be merged first, and to do that further golfing there
bors d+
There was a problem hiding this comment.
You need the not-yet-existing trans_isBigOTVS, not trans. Or mono_left/mono_right which assumes inequality between egauges.
|
✌️ urkud can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors merge |
`IsLittleOTVS.tendsto_inv_smul` using `isLittleOTVS_one`.
|
Pull request successfully merged into master. Build succeeded: |
`IsLittleOTVS.tendsto_inv_smul` using `isLittleOTVS_one`.
IsLittleOTVS.tendsto_inv_smulusingisLittleOTVS_one.