Is my set theory notation correct?
(1) Every element of $A$ is in $B$
Set theory notation: $\forall x \in A, x \in B$
(2) For every element of set $A$, $P$ is true
Set theory notation: $\forall x \in A$, $P$ is true
Is my set theory notation correct?
(1) Every element of $A$ is in $B$
Set theory notation: $\forall x \in A, x \in B$
(2) For every element of set $A$, $P$ is true
Set theory notation: $\forall x \in A$, $P$ is true
Copyright © 2021 JogjaFile Inc.
Well, no.
(1) is $\forall x(x\in A\Rightarrow x\in B)$, (2) is $\forall x(x\in A\Rightarrow P(x))$, where $P=P(x)$ is a predicate in the free variable $x$.