Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

What symbol gives the count of elements in a set?

Writer Matthew Martinez
$\begingroup$

What symbol describes the count of elements in a set?

For instance, average can be given as:

$A = \{1, 4, 2, 6, 3\}$

$$\operatorname{average}(A) = \frac{\operatorname{sum}(A)}{\operatorname{count}(A)}$$

I know that $\sum$ is the symbol for $\operatorname{sum}()$. What would I use for $\operatorname{count}()$?

$\endgroup$ 6

2 Answers

$\begingroup$

If there is no misunderstanding from context then you can use $|A|$ to denote the cardinality of a set $A$.

However the symbols $|A|$ can be interpreted in many different ways (by example as the determinant or the norm of a matrix $A$, as a Lebesgue measure of the set $A$ or some absolute value). If you want to avoid confusion you can use the symbols $\# A$ or $\operatorname{card}(A)$ instead.

In any case when you want to use some symbology it is recommended to define it meaning prior to it use. Then you can use any symbolization that you like or want once you had previously defined it meaning.

$\endgroup$ 0 $\begingroup$

The notation for set cardinality (number of elements in a set) is $$|A|$$

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy