|- {x | R: E} = {y | ($x | R: y = E)} .
|- P Î {x | R: E} º ($x | R: P = E) .
|- S = T º ("x |: x Î S º x Î T) .
|- S Í T º ("x | x Î S: x Î T).
You may also use the following
facts without
giving references for them:
(1) |- x Î Æ º false , and |- x Î U º true .
(2) {E1, ¼, En} means {x| (x = E1) Ú ¼ Ú (x = En)} , if x dnof in E1,¼,En
.
(3) {x| R} is an abbreviation for {x| R: x} . You may also use Dummy Renaming for set comprehensions from class.
Always mention
``dnof'' restrictions and take steps to satisfy them as necessary.