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