How can I reduce [set x | P x] = [set x | Q x]
to forall x, P <-> Q
?
I answer to myself: predeqE
. I think that a predeqP
is missing (as well as a in_setP
)
Pierre-Yves Strub said:
I answer to myself:
predeqE
. I think that apredeqP
is missing (as well as ain_setP
)
I thought I added it....
maybe use eqEsubset
? (it should be close enough)
Last updated: Oct 13 2024 at 01:02 UTC