Zulip Chat Archive
Stream: condensed mathematics
Topic: clean up / documentation
Johan Commelin (Jun 23 2021 at 18:43):
There are 84 lean files not in for_mathlib
. I've decided that I should start cleaning them up and documenting them.
I've started with Mbar/bounded.lean
. It's gone quite well.
You will be delighted to know that in the process, two new files were added to for_mathlib
:crazy:
Johan Commelin (Jun 24 2021 at 08:19):
I'm quite happy with Mbar/*
now. It now has a README.md
that you can read over at https://github.com/leanprover-community/lean-liquid/tree/master/src/Mbar
Johan Commelin (Jun 24 2021 at 08:21):
I've removed over 100 lines of unused code, and replaced by linarith
and by tidy
with 1-line proofs where possible.
Johan Commelin (Jun 25 2021 at 13:46):
@Riccardo Brasca added has_nnnorm
to mathlib. I've just gone through all of LTE. We now use nice notation for the norm as non-negative real number. It's used in ~ 100 places.
Last updated: Dec 20 2023 at 11:08 UTC