I am new to set theory, and even though I grasp the concept, I am having trouble with the formal definitions, specially with the subset one. The statement $A\subseteq B$ can be written as $\forall x(x\in A\rightarrow x\in B)$. Now, let $A = \left\{1, 2\right\}$ and $B = \left\{3, 4\right\}$ and $x=5$. Then, both $x\in A$ and $x\in B$ will be false, and, therefore, make the conditional true, which would make $x$ be part of the subset $A$ of $B$, but it is not. What am I getting wrong?
2026-04-11 14:32:47.1775917967
Definition of subset
222 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Making the conditional true does not make $x$ part of the subset $A$. The conditional is not defining membership in the set $A$. It is defining the condition for $A \subseteq B$. The condition says that each element $x$ must satisfy $x \in A \to x \in B$. You've verified the condition for a single element $x=5$, which is fine. But that doesn't mean that 5 is in $A$.