Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Data/Finset): move non-lattice lemma out of lattice file (#17048)
This lemma doesn't require finset lattice machinery to prove, and is out-of-place in its current location. Thus, we move it alongside other `Finset.range` lemmas. This is in part so that this lemma can be used without importing more of mathlib, and in part to help with a split of the lattice file, which would leave this particular lemma essentially homeless.
- Loading branch information