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