What is a relation $R$ called for which $forall x,y,z: neg (x R y wedge y R z)$?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












For a project, I am working with relations $R$ with the property:



$negexists x,y,z: x R y wedge y R z$



Does this property have a name? If so, what is it?







share|cite|improve this question
















  • 2




    These sorts of relations can be described as a bipartite graph in which all edges are directed from the same half of the graph to the other: en.wikipedia.org/wiki/Bipartite_graph
    – Connor Harris
    Aug 27 at 14:55






  • 1




    Alternatively (and still in graph theory land), your relation is a (directed) matching.
    – Arthur
    Aug 27 at 14:56










  • (Directed) matching is the kind of answer I'm looking for, thank you.
    – reinierpost
    Aug 27 at 15:07















up vote
0
down vote

favorite












For a project, I am working with relations $R$ with the property:



$negexists x,y,z: x R y wedge y R z$



Does this property have a name? If so, what is it?







share|cite|improve this question
















  • 2




    These sorts of relations can be described as a bipartite graph in which all edges are directed from the same half of the graph to the other: en.wikipedia.org/wiki/Bipartite_graph
    – Connor Harris
    Aug 27 at 14:55






  • 1




    Alternatively (and still in graph theory land), your relation is a (directed) matching.
    – Arthur
    Aug 27 at 14:56










  • (Directed) matching is the kind of answer I'm looking for, thank you.
    – reinierpost
    Aug 27 at 15:07













up vote
0
down vote

favorite









up vote
0
down vote

favorite











For a project, I am working with relations $R$ with the property:



$negexists x,y,z: x R y wedge y R z$



Does this property have a name? If so, what is it?







share|cite|improve this question












For a project, I am working with relations $R$ with the property:



$negexists x,y,z: x R y wedge y R z$



Does this property have a name? If so, what is it?









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Aug 27 at 14:49









reinierpost

20119




20119







  • 2




    These sorts of relations can be described as a bipartite graph in which all edges are directed from the same half of the graph to the other: en.wikipedia.org/wiki/Bipartite_graph
    – Connor Harris
    Aug 27 at 14:55






  • 1




    Alternatively (and still in graph theory land), your relation is a (directed) matching.
    – Arthur
    Aug 27 at 14:56










  • (Directed) matching is the kind of answer I'm looking for, thank you.
    – reinierpost
    Aug 27 at 15:07













  • 2




    These sorts of relations can be described as a bipartite graph in which all edges are directed from the same half of the graph to the other: en.wikipedia.org/wiki/Bipartite_graph
    – Connor Harris
    Aug 27 at 14:55






  • 1




    Alternatively (and still in graph theory land), your relation is a (directed) matching.
    – Arthur
    Aug 27 at 14:56










  • (Directed) matching is the kind of answer I'm looking for, thank you.
    – reinierpost
    Aug 27 at 15:07








2




2




These sorts of relations can be described as a bipartite graph in which all edges are directed from the same half of the graph to the other: en.wikipedia.org/wiki/Bipartite_graph
– Connor Harris
Aug 27 at 14:55




These sorts of relations can be described as a bipartite graph in which all edges are directed from the same half of the graph to the other: en.wikipedia.org/wiki/Bipartite_graph
– Connor Harris
Aug 27 at 14:55




1




1




Alternatively (and still in graph theory land), your relation is a (directed) matching.
– Arthur
Aug 27 at 14:56




Alternatively (and still in graph theory land), your relation is a (directed) matching.
– Arthur
Aug 27 at 14:56












(Directed) matching is the kind of answer I'm looking for, thank you.
– reinierpost
Aug 27 at 15:07





(Directed) matching is the kind of answer I'm looking for, thank you.
– reinierpost
Aug 27 at 15:07











1 Answer
1






active

oldest

votes

















up vote
2
down vote













For posets this property is called having height $2$.




The height of a poset is the maximum cardinality of a totally-ordered subset.







share|cite|improve this answer






















  • I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
    – Arthur
    Aug 27 at 15:03











  • Shouldn't it be: having height at most 2?
    – reinierpost
    Aug 27 at 15:09










  • Yep! Corrected.
    – Daron
    Aug 27 at 15:14










Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2896261%2fwhat-is-a-relation-r-called-for-which-forall-x-y-z-neg-x-r-y-wedge-y-r-z%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote













For posets this property is called having height $2$.




The height of a poset is the maximum cardinality of a totally-ordered subset.







share|cite|improve this answer






















  • I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
    – Arthur
    Aug 27 at 15:03











  • Shouldn't it be: having height at most 2?
    – reinierpost
    Aug 27 at 15:09










  • Yep! Corrected.
    – Daron
    Aug 27 at 15:14














up vote
2
down vote













For posets this property is called having height $2$.




The height of a poset is the maximum cardinality of a totally-ordered subset.







share|cite|improve this answer






















  • I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
    – Arthur
    Aug 27 at 15:03











  • Shouldn't it be: having height at most 2?
    – reinierpost
    Aug 27 at 15:09










  • Yep! Corrected.
    – Daron
    Aug 27 at 15:14












up vote
2
down vote










up vote
2
down vote









For posets this property is called having height $2$.




The height of a poset is the maximum cardinality of a totally-ordered subset.







share|cite|improve this answer














For posets this property is called having height $2$.




The height of a poset is the maximum cardinality of a totally-ordered subset.








share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Aug 27 at 15:14

























answered Aug 27 at 14:56









Daron

4,87811024




4,87811024











  • I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
    – Arthur
    Aug 27 at 15:03











  • Shouldn't it be: having height at most 2?
    – reinierpost
    Aug 27 at 15:09










  • Yep! Corrected.
    – Daron
    Aug 27 at 15:14
















  • I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
    – Arthur
    Aug 27 at 15:03











  • Shouldn't it be: having height at most 2?
    – reinierpost
    Aug 27 at 15:09










  • Yep! Corrected.
    – Daron
    Aug 27 at 15:14















I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
– Arthur
Aug 27 at 15:03





I like this answer. If you just think of $R$ as $<$ rather than $leq$ (as there is no $x$ with $xRx$), then it does seem like a partial order.
– Arthur
Aug 27 at 15:03













Shouldn't it be: having height at most 2?
– reinierpost
Aug 27 at 15:09




Shouldn't it be: having height at most 2?
– reinierpost
Aug 27 at 15:09












Yep! Corrected.
– Daron
Aug 27 at 15:14




Yep! Corrected.
– Daron
Aug 27 at 15:14

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2896261%2fwhat-is-a-relation-r-called-for-which-forall-x-y-z-neg-x-r-y-wedge-y-r-z%23new-answer', 'question_page');

);

Post as a guest













































































這個網誌中的熱門文章

How to combine Bézier curves to a surface?

Mutual Information Always Non-negative

Why am i infinitely getting the same tweet with the Twitter Search API?