Zulip Chat Archive
Stream: mathlib4
Topic: linear order on Int
Yakov Pechersky (Nov 11 2022 at 03:36):
In lean3, src#int.linear_order is in init.data.int.order
. Much of that file is already in std4. Where should something like Preorder/PartialOrder/LinearOrder Int
go now? Do we port the rest of that init file that std4 doesn't cover?
Scott Morrison (Nov 11 2022 at 03:38):
Yes.
Kevin Buzzard (Nov 11 2022 at 12:55):
I ported some core lean 3 bool stuff that didn't make the cut for lean 4, and I put it in Mathlib.Init
.
Last updated: Dec 20 2023 at 11:08 UTC