Set C is a subset of A union B. 1 is in set A, then also a union with B gives {1, 2, 3, 4, 5, 6} We know – A U B is { x | x є A) v (x є B) C ⊑ is a subset of A U B which means every element in A U B is also C. Ɐ є { x | x є A) v (x є B) Is this correct?
Asked
Active
Viewed 59 times
1
But here is my stab at it, replacing quantifier and logical symbols with English words.
$$A\cup B={x:x\in A\quad\text{or}\quad x\in B}$$
$C\subset A\cup B$ means that $$\text{for all} x, \quad x\in C\quad \text{implies}\quad x\in A\cup B$$
– Mittens Aug 14 '20 at 15:31