feat(Nat/Digits/Lemma): add a lemma to unfold Nat.digitsAppend#39752
feat(Nat/Digits/Lemma): add a lemma to unfold Nat.digitsAppend#39752xroblot wants to merge 1 commit into
Nat.digitsAppend#39752Conversation
PR summary 39046b0451Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
Nat.digitsAppendNat.digitsAppend
|
Although I agree with Riccardo's [remark on Zulip](#mathlib4 > expose missing in `Mathlib.Data.Nat.Digits.Lemmas`? @ 💬), I'm not yet convinced that this is the right lemma to add here. I would regard the RHS of this lemmas as an implementation detail and I think we might do better just to have API to characterise this function. Can you give an example of why you want this? |
Yeah, I agree that unfolding this definition for some use outside of this file does not make much sense. A better solution is probably to eventually add the results and/or API that I need directly to this file. I'll close this PR. |
As suggested on Zulip