1

If $X\implies Y$ and $X\implies Z$, does that mean that $Y\implies Z$?

I think it does, but can anyone show this as a proof?

Thanks

omega
  • 751

2 Answers2

1

This is not true. Assume for purposes of contradiction that $X\implies Y$ and $X\implies Z$ means $Y \implies Z$.

$n= 3 \implies$ $n$ is prime.

$n = 3 \implies n$ is odd.

By our assumption, $n$ is prime $\implies n$ is odd. However, $2$ is an even prime.

This is a contradiction, so our initial assumption must be false.

okarin
  • 2,221
  • 1
  • 21
  • 42
0

No.

What is true is $$[(X \rightarrow Y) \land (X \rightarrow Z)]\implies (X \rightarrow (Y \land Z))$$

In the case that you know $$(X\rightarrow Y) \land (Y\rightarrow Z),$$ then you can infer $$X \rightarrow Z.$$

Amzoti
  • 56,093
amWhy
  • 209,954