#Splitting up an or statement while proving subset
12 messages · Page 1 of 1 (latest)
edwardF8
okay wait lemme write this out better
Hello ! If you can prove 𝐴⊆𝑌 and 𝐵⊆𝑌, then you’re done without explicit element-by-element casework !
$$\begin{align}
\text{Let x} \in A \
\text{through derivation}, x \in V \vee x \in W\
x \in V \implies x \in B (\text{through derivation}) \
\therefore A \subseteq B
\end{align}$$
edwardF8
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
ig this doesnt just have to be for subsets, but like if its a disjunction, can i jus take one of them and disregard the other or statement
okay so i have to address both cases
thank you!!!!