A binary relation is transitive if whenever and , .
The most common examples or transitive relations are partial orders (if and , then ) and equivalence relations (if and , then ).
A transitive relation that is also reflexive is called a preorder.
A transitive_set is a set on which the element-of relation is transitive; whenever and , .
Is this what is meant by transitive and nontransitive set?
Transitive:
A={{1,2},{3,4},1,2,3,4}
x={1,2}
a=2
a∈x, x∈A and a∈A
Nontransitive:
B={{1,2},{3,4}}
y={1,2}
b=2
b∈y, y∈B but b∉B
Yes, that’s correct. I wonder if it is even a good idea to talk about transitive sets in the transitive relation page, as most people who are interested in transitive relations are not likely to care about transitive sets. When this page is expanded beyond stub status, I hope that it will focus mostly on transitivity, rather than related concepts such transitive sets, posets, and preorders.