수학 학습

Set Theory & Logic

Mathematical symbols for set theory & logic.

Set Theory & Logic

Used in computer science, higher mathematics, and formal logic.

SymbolNameMeaning / Usage
\emptyset or {}\{\}Empty SetA set containing no elements.
\inElement OfBelongs to a set (aAa \in A).
\notinNot Element OfDoes not belong to a set (aAa \notin A).
\cupUnionElements in set A OR set B (ABA \cup B).
\capIntersectionElements in set A AND set B (ABA \cap B).
\subsetSubsetA is contained inside B (ABA \subset B).
\forallFor AllUniversal quantifier (true for every instance) (xR\forall x \in \mathbb{R}).
\existsThere ExistsExistential quantifier (true for at least one instance) (x\exists x).
\RightarrowImpliesIf A is true, then B is true (ABA \Rightarrow B).
\LeftrightarrowIf and Only IfA and B are logically equivalent (ABA \Leftrightarrow B).
\thereforeThereforeUsed to state a conclusion.
\becauseBecauseUsed to state a reason.