Mitchell Lee

Results 17 issues of Mitchell Lee

Last year, YaelDillies made a pull request to mathlib3 that unfortunately never got merged in: https://github.com/leanprover-community/mathlib/pull/18405. This is the mathlib4 version of that pull request. We define arbitrarily indexed products...

Prepare to define the standard geometric representation of a Coxeter group by defining the root space and the bilinear form on it. Then prove some lemmas about the orthogonal reflections...

awaiting-author
new-contributor

- Add theorem `List.length_eraseIdx_add_one` to `Data/List/Basic.lean`, which states that if `i < l.length`, then the length of `l.eraseIdx i plus one` is equal to the length of `l`. - Add...

delegated
t-combinatorics
t-algebra
new-contributor

Add new file `GroupTheory/Coxeter/Length.lean`. Define the length function and reduced words of Coxeter groups. Prove their basic properties. I decided to split #11408 (now closed) into two pull requests. This...

blocked-by-other-PR
awaiting-review
t-combinatorics
t-algebra
new-contributor

Let `G` be a complete nonarchimedean abelian group and let `f : α → G` be a function. We prove that `f` is unconditionally summable if and only if `f...

WIP
t-topology
t-algebra

Add `@[simp]` theorem `negOnePow_two_mul_add_one` to `Algebra.GroupPower.NegOnePow`, which states that `(2 * n + 1).negOnePow = -1`. Add theorems to `Algebra.Periodic` about the value of `f (x + n • c)`,...

awaiting-review
t-analysis
new-contributor

- Move all material about Coxeter groups from GroupTheory/SpecificGroups to GroupTheory/Coxeter. - Slightly change the definition of a Coxeter system so the associated matrix actually needs to be a Coxeter...

awaiting-review
t-combinatorics
t-algebra
new-contributor

We prove that the completion of a nonarchimedean multiplicative group is a nonarchimedean multiplicative group. --- - [x] depends on: #12669 - [ ] depends on: #11837 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

blocked-by-other-PR
awaiting-review
t-topology
t-algebra

We prove that in a nonarchimedean ring, $$\sum_{(i, j) \in I \times J} a_i b_j = \left(\sum_{i \in I} a_i \right)\left(\sum_{j \in J} b_j\right),$$ provided that both sums on the...

blocked-by-other-PR
awaiting-review
t-topology
t-algebra

Let `M` be a topological space with a continuous multiplication operation and a zero. We prove that if `f : α → M` and `g : β → M` are...

awaiting-author
t-topology