Commit 2023-12-21 20:35 14c72960
View on Github →chore(*): use ∃ x ∈ s, _ instead of ∃ (x) (_ : x ∈ s), _ (#9184)
Search for [∀∃].*(_ and manually replace some occurrences with more readable versions.
In case of ∀, the new expressions are defeq to the old ones.
In case of ∃, they differ by exists_prop.
In some rare cases, golf proofs that needed fixing.