Definition of an initial segment

2.3k Views Asked by At

Is this definition of an initial segment correct?

Let $\preceq$ be a linear ordering of a set $A$, and $B \subsetneqq A$. $B$ is an initial segment of $A$ under $\preceq$, if $\forall a \in A, \forall b \in B(a \preceq b \to a \in B )$

Thanks in advance!

1

There are 1 best solutions below

5
On BEST ANSWER

Yes, this is one possible definition of initial segment. Sometimes the term initial segment is defined a little more narrowly; I've seen it used to mean what I would call proper initial segment, i.e., an initial segment by your definition that is not all of $A$, and I've seen it used to mean $\{x\in A:x\preceq a\}$ for some $a\in A$. However, what you've defined is, I think, the most common meaning of the term.