This website requires JavaScript.
Explore
Help
Sign In
r
/
bookshelf
Watch
1
Fork
You've already forked bookshelf
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d2ae05037a
bookshelf
/
Common
/
Set.lean
3 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Generalize concept of partitions and step functions.
2023-05-12 19:17:34 +00:00
import Common.Set.Basic
Enderton. Theorem 3A.
2023-06-07 02:16:06 +00:00
import Common.Set.Interval
Move `OrderedPair` and `Relation` to Enderton. These modules probably won't be very useful in general; there exist better representations in Lean when dealing with ordered pairs or relations already.
2023-06-29 21:25:59 +00:00
import Common.Set.Partition