Zulip Chat Archive
Stream: new members
Topic: disjoint in algebra.big_operators
Anne Baanen (Sep 18 2019 at 08:43):
Hi everyone, I've noticed that the definitions in algebra.big_operators don't use disjoint
to indicate disjoint sets, instead writing out s₁ ∩ s₂ = ∅
(which is slightly incompatible with disjoint
, which reduces to s₁ ∩ s₂ ≤ ∅
. Is there a reason for this choice?
Johan Commelin (Sep 18 2019 at 08:55):
@Tim Baanen My guess would be history...
Johan Commelin (Sep 18 2019 at 08:55):
But I didn't check
Anne Baanen (Sep 18 2019 at 08:58):
Ok, I can change it to use disjoint
instead. Might be a nice first contribution to mathlib :)
Chris Hughes (Sep 18 2019 at 08:59):
disjoint
came after these lemmas I believe.
Anne Baanen (Sep 18 2019 at 12:34):
I created a pull request: https://github.com/leanprover-community/mathlib/pull/1456
Johan Commelin (Sep 18 2019 at 12:41):
Thanks!
Rob Lewis (Sep 18 2019 at 12:43):
FYI, @Tim Baanen just joined our group in Amsterdam as a PhD student. Thanks Tim, looking forward to many future PRs!
Patrick Massot (Sep 18 2019 at 12:43):
Welcome Tim!
Anne Baanen (Sep 18 2019 at 12:45):
Thank you all! :big_smile:
Johan Commelin (Sep 18 2019 at 13:39):
@Tim Baanen Voila... it's on the merge queue.
Last updated: Dec 20 2023 at 11:08 UTC