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:
1
is nowpure 1
instead ofprincipal 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 * g
now givesh : t₁ * t₂ ⊆ s
instead ofh : set.image2 (*) t₁ t₂ ⊆ s
. This does not change defeq.