-
Notifications
You must be signed in to change notification settings - Fork 6
/
05C05-Branch.tex
60 lines (49 loc) · 1.83 KB
/
05C05-Branch.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass[12pt]{article}
\usepackage{pmmeta}
\pmcanonicalname{Branch}
\pmcreated{2013-03-22 12:52:22}
\pmmodified{2013-03-22 12:52:22}
\pmowner{Henry}{455}
\pmmodifier{Henry}{455}
\pmtitle{branch}
\pmrecord{4}{33211}
\pmprivacy{1}
\pmauthor{Henry}{455}
\pmtype{Definition}
\pmcomment{trigger rebuild}
\pmclassification{msc}{05C05}
\pmclassification{msc}{03E05}
\pmrelated{TreeSetTheoretic}
\pmrelated{ExampleOfTreeSetTheoretic}
\pmdefines{branch}
\pmdefines{cofinal branch}
\endmetadata
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%%%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
%\PMlinkescapeword{theory}
\begin{document}
A subset $B$ of a tree $(T,<_T)$ is a \emph{branch} if $B$ is a maximal linearly ordered subset of $T$. That is:
\begin{itemize}
\item $<_T$ is a linear ordering of $B$
\item If $t\in T\setminus B$ then $B\cup \{t\}$ is not linearly ordered by $<_T$.
\end{itemize}
This is the same as the intuitive conception of a branch: it is a set of nodes starting at the root and going all the way to the tip (in infinite sets the conception is more complicated, since there may not be a tip, but the idea is the same). Since branches are maximal there is no way to add an element to a branch and have it remain a branch.
A \emph{cofinal branch} is a branch which intersects every level of the tree.
%%%%%
%%%%%
\end{document}