MHB What does this vertical line mean after X?

AI Thread Summary
The vertical line in set-builder notation signifies "for which holds that" or "such that." It indicates conditions for elements in a set, as in "the set of all X for which X is not an element of itself." This notation is essential for defining sets with specific properties. Understanding this terminology is crucial for working with mathematical sets. The discussion clarifies the meaning and usage of the vertical line in this context.
Natalie1
Messages
7
Reaction score
0

Attachments

  • dicrete.JPG
    dicrete.JPG
    1.6 KB · Views: 132
Physics news on Phys.org
Hi Natalie! Welcome to MHB! (Smile)

The vertical line means: "for which holds that".
So it reads as: the set of all X for which holds that X is not an element of itself.

It's part of the set-builder-notation.
 
While equivalent to what I like Serena posted, I was taught (in the context of set builder notation) it means "such that." :)
 
Thank you very much! (Smile)
 
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