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.
 
Hello, I'm joining this forum to ask two questions which have nagged me for some time. They both are presumed obvious, yet don't make sense to me. Nobody will explain their positions, which is...uh...aka science. I also have a thread for the other question. But this one involves probability, known as the Monty Hall Problem. Please see any number of YouTube videos on this for an explanation, I'll leave it to them to explain it. I question the predicate of all those who answer this...
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top