The support of an item set is defined as the number of total transactions that include a given item set. When working with [[Association Rules|association rules]], the support of the given rule is computed as the support of the union for both the antecedent and the consequents set, as per:
$
\text{support}(A \rightarrow C)
= \text{support}(A \cup C)
$