Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: port Order.BoundedOrder #697

Closed
wants to merge 49 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
83a722f
Import Order/Lattice.lean from mathport
Ruben-VandeVelde Nov 18, 2022
c8ae183
Update Mathlib.lean
Ruben-VandeVelde Nov 18, 2022
fc61af5
Whitespace fixes
Ruben-VandeVelde Nov 18, 2022
7b825e2
Some build and lint fixes
Ruben-VandeVelde Nov 18, 2022
33fa5a4
protect_proj
Ruben-VandeVelde Nov 18, 2022
2ab16f5
Some fixes
Ruben-VandeVelde Nov 18, 2022
7c678b0
Some fixes
Ruben-VandeVelde Nov 18, 2022
34bd481
Some fixes
Ruben-VandeVelde Nov 18, 2022
a886efb
Some fixes
Ruben-VandeVelde Nov 18, 2022
eae2840
Some fixes
Ruben-VandeVelde Nov 18, 2022
550c49d
Long lines
Ruben-VandeVelde Nov 18, 2022
a046095
Move min/maxDefault
Ruben-VandeVelde Nov 19, 2022
5cc1abe
Names for min/maxDefault
Ruben-VandeVelde Nov 19, 2022
1766c04
Fix DistribLattice.ofInfSupLe
Ruben-VandeVelde Nov 19, 2022
b0ddd67
Lint style
Ruben-VandeVelde Nov 19, 2022
ee795f8
Merge remote-tracking branch 'origin/master' into order.lattice
Ruben-VandeVelde Nov 20, 2022
4ac3cea
Merge remote-tracking branch 'origin/master' into order.lattice
dwarn Nov 23, 2022
3159fd8
casing
dwarn Nov 23, 2022
50ba595
fix proofs of ext lemmas
dwarn Nov 23, 2022
287d2cb
fix more proofs
dwarn Nov 23, 2022
8623f39
implement pi instances
dwarn Nov 23, 2022
30d4d53
Fix Mathlib.lean
Ruben-VandeVelde Nov 23, 2022
81de353
lint
Ruben-VandeVelde Nov 23, 2022
0cd57f4
fix typos
dwarn Nov 23, 2022
e3f8d58
Merge remote-tracking branch 'origin/master' into order.lattice
semorrison Nov 23, 2022
fe6498a
add link to discussion
semorrison Nov 23, 2022
9b32c44
Update Mathlib/Order/Lattice.lean
semorrison Nov 23, 2022
8a34c00
Merge branch 'order.lattice' of github.com:leanprover-community/mathl…
semorrison Nov 23, 2022
3471c81
Merge remote-tracking branch 'origin/master' into order.lattice
semorrison Nov 23, 2022
03921ed
Import Order/BoundedOrder.lean from mathport
Ruben-VandeVelde Nov 23, 2022
ea60a7b
Initial fixes
Ruben-VandeVelde Nov 23, 2022
fc0a5b3
wip
Ruben-VandeVelde Nov 23, 2022
a28bb8b
Simple fixes
Ruben-VandeVelde Nov 24, 2022
9f07156
Casing
Ruben-VandeVelde Nov 24, 2022
352cb36
Various fixes
Ruben-VandeVelde Nov 24, 2022
f82ba26
Casing
Ruben-VandeVelde Nov 24, 2022
304f2c3
ext
Ruben-VandeVelde Nov 25, 2022
1920f24
Fixes
Ruben-VandeVelde Nov 25, 2022
39d16d2
Merge remote-tracking branch 'origin/master' into order.bounded_order
Ruben-VandeVelde Nov 25, 2022
fda1e64
Revert spurious change
Ruben-VandeVelde Nov 25, 2022
757717e
fix up a bunch of docstrings
kbuzzard Nov 27, 2022
e4163f6
fix up some proofs
kbuzzard Nov 27, 2022
7cc698a
some fixes
Ruben-VandeVelde Nov 27, 2022
8833904
Drop parts to match mathlib3
Ruben-VandeVelde Nov 27, 2022
614cb83
Fix errors
Ruben-VandeVelde Nov 27, 2022
a9b0d2b
Lint
Ruben-VandeVelde Nov 28, 2022
fccb60b
Rename Has{Top,Bot}
Ruben-VandeVelde Nov 28, 2022
68c0bcc
Use rcases
Ruben-VandeVelde Nov 28, 2022
3fa1873
Fix ext
Ruben-VandeVelde Nov 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ import Mathlib.Mathport.Attributes
import Mathlib.Mathport.Rename
import Mathlib.Mathport.Syntax
import Mathlib.Order.Basic
import Mathlib.Order.BoundedOrder
import Mathlib.Order.Compare
import Mathlib.Order.GameAdd
import Mathlib.Order.Iterate
Expand Down
Loading