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