Expresión ((x⇒y)⇒¬x)⇒(x⇒y&x)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
$$x \Rightarrow y = y \vee \neg x$$
$$\left(x \Rightarrow y\right) \Rightarrow \neg x = \neg x \vee \neg y$$
$$x \Rightarrow \left(x \wedge y\right) = y \vee \neg x$$
$$\left(\left(x \Rightarrow y\right) \Rightarrow \neg x\right) \Rightarrow \left(x \Rightarrow \left(x \wedge y\right)\right) = y \vee \neg x$$
Tabla de verdad
+---+---+--------+
| x | y | result |
+===+===+========+
| 0 | 0 | 1 |
+---+---+--------+
| 0 | 1 | 1 |
+---+---+--------+
| 1 | 0 | 0 |
+---+---+--------+
| 1 | 1 | 1 |
+---+---+--------+
Ya está reducido a FNC
$$y \vee \neg x$$
Ya está reducido a FND
$$y \vee \neg x$$