Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-03-23 21:13 3b8d217c

View on Github →

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.

Estimated changes

modified theorem lower_set.coe_Inf
modified theorem lower_set.coe_Sup
modified theorem lower_set.coe_infi
modified theorem lower_set.coe_infi₂
modified theorem lower_set.coe_supr
modified theorem lower_set.coe_supr₂
modified theorem upper_set.coe_Inf
modified theorem upper_set.coe_Sup
modified theorem upper_set.coe_infi
modified theorem upper_set.coe_infi₂
modified theorem upper_set.coe_supr
modified theorem upper_set.coe_supr₂