Commit 2022-07-17 06:40 4dee658e
View on Github →chore(set_theory/zfc): general cleanup (#15208) This PR does the following:
- Make
pSet.mk_type_func
into asimp
lemma, rename topSet.eta
. - Give a simpler definition for
pSet.empty
. - Enable dot notation on
resp.equiv
and separate thesymm
andtrans
theorems from thesetoid
instance. - Protect lemmas to avoid trouble between the
equiv
and theresp.equiv
lemmas. - Tweak some spacing.
- Add many missing
simp
tags.