Are these two statements the same?
Statement 1: For any $x\in X$, $p(x)\in P $ if, and only if, $q$
Statement 2: For all $x\in X$, $p(x)\in P$ if $q$. Furthermore, if $\neg q$, then $\exists x\in X$ such that $p(x)\notin P$.
EDIT:
Here is an example to clarify:
Let $X$ be the set of students in a classroom, $P=\{pass\}$ and $p(x)$, which can take values $\{pass, fail\}$, is the outcome for each student $x\in X$. Let $q$ represent "teacher is in a good mood".
Then statement 1 says: For any student $x$ in the classroom, $x$ passes the class if and only if the teacher is in a good mood.
Statement 2 says: If teacher is in a good mood, then all students pass. Furthermore, if teacher is in a bad mood, there will be at least one student who fails.
Edited question:
Are these two statements the same?
Statement 1: $p(x)\in P$ $ \forall x\in X $ if, and only if, $q$
Statement 2: For all $x\in X$, $p(x)\in P$ if $q$. Furthermore, if $\neg q$, then $\exists x\in X$ such that $p(x)\notin P$.
I believe the conclusion is the edited statements are equivalent