Expresión (xv(-y)->((z->y)v(-y)vx))&((x)v(-(x->(x->x))))->y
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
x⇒x=1x⇒(x⇒x)=1x⇒(x⇒x)=Falsex∨x⇒(x⇒x)=xz⇒y=y∨¬zx∨(z⇒y)∨¬y=1(x∨¬y)⇒(x∨(z⇒y)∨¬y)=1((x∨¬y)⇒(x∨(z⇒y)∨¬y))∧(x∨x⇒(x⇒x))=x(((x∨¬y)⇒(x∨(z⇒y)∨¬y))∧(x∨x⇒(x⇒x)))⇒y=y∨¬x
Tabla de verdad
+---+---+---+--------+
| x | y | z | result |
+===+===+===+========+
| 0 | 0 | 0 | 1 |
+---+---+---+--------+
| 0 | 0 | 1 | 1 |
+---+---+---+--------+
| 0 | 1 | 0 | 1 |
+---+---+---+--------+
| 0 | 1 | 1 | 1 |
+---+---+---+--------+
| 1 | 0 | 0 | 0 |
+---+---+---+--------+
| 1 | 0 | 1 | 0 |
+---+---+---+--------+
| 1 | 1 | 0 | 1 |
+---+---+---+--------+
| 1 | 1 | 1 | 1 |
+---+---+---+--------+