Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mathematics:sets [2024/10/01 15:53] – created tami | mathematics:sets [2024/10/01 16:32] (current) – tami | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ^ Symbol ^ Meaning ^ Example ^ | + | ====== Sets and Logic ====== |
- | | $\{\}$ | + | |
- | | $A \cup B$ | Union, in A or B (or both) | $C \cup D = \{1, | + | |
- | | $A \cap B$ | Intersection, | + | |
- | | $A \subseteq B$ | Subset, every element of A is in B | $\{3,4,5\} \subseteq D$ | | + | |
- | | $A \subset B$ | Proper Subset, every element of A is in B, but B has more elements. | + | |
- | | $A \not\subset B$ | Not a subset, A is not a subset of B | $\{1,6\} \not\subset C$ | | + | |
- | ====== | + | <WRAP centeralign> |
+ | // | ||
+ | </ | ||
+ | |||
+ | ^ Symbol | ||
+ | | $\{\}$ | ||
+ | | $A \cup B$ | Union, in A or B (or both) | $C \cup D = \{1, | ||
+ | | $A \cap B$ | Intersection, | ||
+ | | $A \subseteq B$ | Subset, every element of A is in B | $\{3,4,5\} \subseteq D$ | | ||
+ | | $A \subset B$ | Proper Subset, every element of A is in B, but B has more elements | ||
+ | | $A \not\subset B$ | Not a subset, A is not a subset of B | $\{1,6\} \not\subset C$ | | ||
+ | | $A \supseteq B$ | Superset, A has same elements as B, or more | $\{1,2,3\} \supseteq \{1, | ||
+ | | $A \supset B $ | Proper Superset, A has B's elements and more | $\{1, | ||
+ | | $A \not\supset B$ | Not a Superset, A is not the superset of B | $\{1,2,6\} \not\subset \{1, | ||
+ | | $A^{\complement}$ | ||
+ | | $A - B$ | Difference, in A but not in B | $\{1, | ||
+ | |||
+ | === Citations | ||
https:// | https:// |