I know if a set $A$ is $A=\{x\mid P(x)\}$, then $x\in A$ if and only if $P(x)$. My qeustion is what is $A=\{x\in B\mid P(x)\}$? $x\in B$ and $P(x)$ if anf only if $x\in A$?
2026-05-16 08:03:47.1778918627
Simple predicate question
24 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
$$A = \{ x \in B: P(x) \}$$ is shorthand for $$A = \{x: \text{$x \in B$ and $P(x)$} \}$$
That is, $x \in A$ if and only if $x \in B$ and $P(x)$.