MHB What does the notation | | mean?

  • Thread starter Thread starter find_the_fun
  • Start date Start date
  • Tags Tags
    Mean Notation
AI Thread Summary
The notation | | generally signifies "cardinality," "magnitude," or "size" in mathematics, with specific interpretations depending on context. For a set S, |S| indicates the number of elements, while for complex numbers and vectors, it represents distance from the origin and magnitude, respectively. In graph theory, |E| denotes the number of edges in a graph G, where V represents vertices. The discussion also touches on the relationship between absolute value and magnitude, noting that both concepts can overlap in meaning. Overall, the symbol is versatile and its interpretation varies across different mathematical disciplines.
find_the_fun
Messages
147
Reaction score
0
For example my textbook reads if G(V, E) is a pseudograph then [math]\sum\limits_{v \in V} deg(v) = 2|E|[/math]
 
Physics news on Phys.org
In the most general sense, it refers to the notion of "cardinality", "magnitude", "size", etc.. of the mathematical object in question. In this particular case, it denotes the number of edges in the edge set $E$.

A few possible meanings of the symbol (there are many more):

- For a set $S$, $|S|$ is the number of elements in $S$.

- For a complex number $x$, $|x|$ is the distance from $x$ to the origin.

- For a vector $\mathbf{v}$, $|\mathbf{v}|$ (sometimes denoted $||\mathbf{v}||$) is the magnitude or norm, that is, the length, of $\mathbf{v}$.
 
Last edited:
This will sound ridiculous but I have seen that mean "absolute value"?

\(\left|-3\right|=3\)

But I have hear that referred to as "magnitude" as well. I am just spitballing here; if I had to go with anyone response, I would go with Bacterius.

EDIT: After re-reading Bacterius' post several times, mine almost looks childish... (Speechless)
 
Last edited:
As far as I know for a graph $G$ , $V$ represent vertices and $E$ represent Edges . A distance in a graph does not make sense , so $$|E|$$ would be the number of edges .
 
alane1994 said:
This will sound ridiculous but I have seen that mean "absolute value"?

\(\left|-3\right|=3\)

But I have hear that referred to as "magnitude" as well. I am just spitballing here; if I had to go with anyone response, I would go with Bacterius.

EDIT: After re-reading Bacterius' post several times, mine almost looks childish... (Speechless)

It's all the same thing.
The absolute value is the magnitude of the number, which is also the distance of the number -3 to the origin, or the length of the vector (-3) in 1 dimension.

In linear algebra $|| \cdot ||$ is often (but not always) used instead of $| \cdot |$ to distinguish the length of a vector from the magnitude of a scalar.
 
Actually, I like to call it the "size" of whatever you use it for.
That sort of seems to fit all categories, including sets.
 
Back
Top