In an in-tree/anti-arborescence, how are the notions of children/parents/siblings/ancestors defined?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
A directed rooted tree, can have two main orientations: away from the root (the usual case) (out-tree/arborescence), and towards the root, in which case it is called an in-tree or anti-arborescence. In an arborescence, the following terminology is used for vertices:
- leaf
- child
- parent
- ancestor
- descendants
- siblings
I was wondering whether the same terminology was used for in-trees (and if so with what definition), or if an equivalent terminology (other words to describe the same kind of relationships) existed.
Note: sources and diagrams are welcome.
EDIT: here is the problem. According to a comment, in an in-tree, children are vertices attached to in-edges. However, in a "genealogy tree", every node has 1 child, but several parents. Between these two views, what's the commonly accepted terminology used in graph theory?
graph-theory terminology trees
add a comment |Â
up vote
0
down vote
favorite
A directed rooted tree, can have two main orientations: away from the root (the usual case) (out-tree/arborescence), and towards the root, in which case it is called an in-tree or anti-arborescence. In an arborescence, the following terminology is used for vertices:
- leaf
- child
- parent
- ancestor
- descendants
- siblings
I was wondering whether the same terminology was used for in-trees (and if so with what definition), or if an equivalent terminology (other words to describe the same kind of relationships) existed.
Note: sources and diagrams are welcome.
EDIT: here is the problem. According to a comment, in an in-tree, children are vertices attached to in-edges. However, in a "genealogy tree", every node has 1 child, but several parents. Between these two views, what's the commonly accepted terminology used in graph theory?
graph-theory terminology trees
From what I've seen, the same terminology is used in both cases. It's just a matter or being careful when defining the concepts. For instance, in an out-tree a child is an out-neighbor, but in an in-tree a child is an in-neighbor.
– Manuel Lafond
Jul 19 at 17:29
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A directed rooted tree, can have two main orientations: away from the root (the usual case) (out-tree/arborescence), and towards the root, in which case it is called an in-tree or anti-arborescence. In an arborescence, the following terminology is used for vertices:
- leaf
- child
- parent
- ancestor
- descendants
- siblings
I was wondering whether the same terminology was used for in-trees (and if so with what definition), or if an equivalent terminology (other words to describe the same kind of relationships) existed.
Note: sources and diagrams are welcome.
EDIT: here is the problem. According to a comment, in an in-tree, children are vertices attached to in-edges. However, in a "genealogy tree", every node has 1 child, but several parents. Between these two views, what's the commonly accepted terminology used in graph theory?
graph-theory terminology trees
A directed rooted tree, can have two main orientations: away from the root (the usual case) (out-tree/arborescence), and towards the root, in which case it is called an in-tree or anti-arborescence. In an arborescence, the following terminology is used for vertices:
- leaf
- child
- parent
- ancestor
- descendants
- siblings
I was wondering whether the same terminology was used for in-trees (and if so with what definition), or if an equivalent terminology (other words to describe the same kind of relationships) existed.
Note: sources and diagrams are welcome.
EDIT: here is the problem. According to a comment, in an in-tree, children are vertices attached to in-edges. However, in a "genealogy tree", every node has 1 child, but several parents. Between these two views, what's the commonly accepted terminology used in graph theory?
graph-theory terminology trees
edited Jul 19 at 17:39
asked Jul 19 at 17:06


Vincent
613619
613619
From what I've seen, the same terminology is used in both cases. It's just a matter or being careful when defining the concepts. For instance, in an out-tree a child is an out-neighbor, but in an in-tree a child is an in-neighbor.
– Manuel Lafond
Jul 19 at 17:29
add a comment |Â
From what I've seen, the same terminology is used in both cases. It's just a matter or being careful when defining the concepts. For instance, in an out-tree a child is an out-neighbor, but in an in-tree a child is an in-neighbor.
– Manuel Lafond
Jul 19 at 17:29
From what I've seen, the same terminology is used in both cases. It's just a matter or being careful when defining the concepts. For instance, in an out-tree a child is an out-neighbor, but in an in-tree a child is an in-neighbor.
– Manuel Lafond
Jul 19 at 17:29
From what I've seen, the same terminology is used in both cases. It's just a matter or being careful when defining the concepts. For instance, in an out-tree a child is an out-neighbor, but in an in-tree a child is an in-neighbor.
– Manuel Lafond
Jul 19 at 17:29
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2856853%2fin-an-in-tree-anti-arborescence-how-are-the-notions-of-children-parents-sibling%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
From what I've seen, the same terminology is used in both cases. It's just a matter or being careful when defining the concepts. For instance, in an out-tree a child is an out-neighbor, but in an in-tree a child is an in-neighbor.
– Manuel Lafond
Jul 19 at 17:29