Commit 2022-05-07 15:50 51667657
View on Github →chore(order/filter/pointwise): Better definitional unfolding (#13941) Tweak pointwise operation definitions to make them easier to work with:
- 1is now- pure 1instead of- principal 1. This changes defeq.
- Binary operations unfold to the set operation instead exposing a bare set.image2(obtain ⟨t₁, t₂, h₁, h₂, h⟩ : s ∈ f * gnow givesh : t₁ * t₂ ⊆ sinstead ofh : set.image2 (*) t₁ t₂ ⊆ s. This does not change defeq.