Expresión ¬(¬xvy)⇒(xvy⇒x)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
¬(y∨¬x)=x∧¬y(x∨y)⇒x=x∨¬y¬(y∨¬x)⇒((x∨y)⇒x)=1
Tabla de verdad
+---+---+--------+
| x | y | result |
+===+===+========+
| 0 | 0 | 1 |
+---+---+--------+
| 0 | 1 | 1 |
+---+---+--------+
| 1 | 0 | 1 |
+---+---+--------+
| 1 | 1 | 1 |
+---+---+--------+