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