asked 130k views
2 votes
If x => y and y => z, which statement must be true?

1 Answer

3 votes

The operator
\geq is transitive, which means exactly that


x \geq y,\quad y\geq z \implies x \geq z

That's the only thing you can deduce from your statement.

answered
User Elte Hupkes
by
7.9k points

No related questions found