I'm having a hard time with my subset proof. I think I'm skipping over some steps.
Let $A$, $B$, and $C$ be sets. Prove that $(A ∪ B) ∩ C ⊆ A ∪ (B ∩ C).$
Theorem: $(A ∪ B) ∩ C ⊆ A ∪ (B ∩ C).$
Proof:
Let $x ∈ (A ∪ B) ∩ C$
Assume:
If $x ∈ A$ or $x ∈ B$, then $x ∈ C$; since $(A ∪ B) ∩ C$
If $x ∈ A$, then $x ∈ C$
If $x ∈ B$, then $x ∈ C$
$∴ x ∈ A ∪ (B ∩ C)$
I'm not really sure why that "assume" line is there. It should probably be "by our assumption that $x \in \cdots$".
Anyhow, I feel like you get the general idea of how this proof is meant to go - if you want to prove $A \subseteq B$, you want to show $x \in A \implies x \in B$. However, these things are a bit more complicated than that when you have multiple sets and such on each side.
I like to think of this in two steps - "unraveling" the left-hand side to figure out what sets $x$ is in, and what it isn't in, and trying to "ravel it back up" to make the right-hand side.
Some of your wording obscures this idea but you get the idea, I believe. Rewriting it would help your clarity come through.
So, we know for sure $x\in C$, and $x$ is in one of (or both) $A,B$. We have "unraveled" this half of the proof, so to speak.
At this point it gets a bit tricky. It's handy here to take this by "cases" where $x \in A$ or $x \in B$.
Thus, $x \in (A \cup B) \cap C \implies x \in A \cup (B \cap C)$, showing $(A \cup B) \cap C \subseteq A \cup (B \cap C)$, completing the proof.
I feel like you get the idea of what's going on and the basic idea - your writing simply obscures that fact. It's important to keep in mind why everything follows from one step to the next; writing that explanation out would be very helpful, both for your professor to follow your proof, and for yourself to justify what's going on.