mathlib
3b8d217c
- refactor(order/upper_lower): Use `⨆` rather than `Sup` (#12644)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
refactor(order/upper_lower): Use `⨆` rather than `Sup` (#12644) Turn `Sup (coe '' S)` into `⋃ s ∈ S, ↑s` and other similar changes. This greatly simplifies the proofs.
Author
YaelDillies
Parents
cd942870
Loading