Jeremy Toh

Results 3 issues of Jeremy Toh

It is my first PR to mathlib4 so comments on how to improve on the formalisation are welcome. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
t-analysis
new-contributor

Using `rw [Nat.add_comm b]` should change ``a + (b + c)`` to ``a + (c + b)`` instead. See: https://live.lean-lang.org/#code=example%20(a%20b%20c%20%3A%20Nat)%20%3A%20a%20%2B%20b%20%2B%20c%20%3D%20a%20%2B%20c%20%2B%20b%20%3A%3D%20by%0A%20%20rw%20%5BNat.add_assoc%2C%20Nat.add_comm%20b%2C%20←%20Nat.add_assoc%5D

![Screenshot from 2020-11-13 12-06-56](https://user-images.githubusercontent.com/7417963/99027802-0e076b00-25a9-11eb-873e-c7bcd6f18682.png) For some reason, I have a weird issue of the closing button (top right corner) being present. No idea why it is happening. No changes are...