Sr Examen

Expresión (¬x+¬y&z)⇒((x⇒y)⇒((y+z)⇒¬x))

El profesor se sorprenderá mucho al ver tu solución correcta😉

    Solución

    Ha introducido [src]
    ((¬x)∨(z∧(¬y)))⇒((x⇒y)⇒((y∨z)⇒(¬x)))
    ((z¬y)¬x)((xy)((yz)¬x))\left(\left(z \wedge \neg y\right) \vee \neg x\right) \Rightarrow \left(\left(x \Rightarrow y\right) \Rightarrow \left(\left(y \vee z\right) \Rightarrow \neg x\right)\right)
    Solución detallada
    xy=y¬xx \Rightarrow y = y \vee \neg x
    (yz)¬x=(¬y¬z)¬x\left(y \vee z\right) \Rightarrow \neg x = \left(\neg y \wedge \neg z\right) \vee \neg x
    (xy)((yz)¬x)=¬x¬y\left(x \Rightarrow y\right) \Rightarrow \left(\left(y \vee z\right) \Rightarrow \neg x\right) = \neg x \vee \neg y
    ((z¬y)¬x)((xy)((yz)¬x))=1\left(\left(z \wedge \neg y\right) \vee \neg x\right) \Rightarrow \left(\left(x \Rightarrow y\right) \Rightarrow \left(\left(y \vee z\right) \Rightarrow \neg x\right)\right) = 1
    Simplificación [src]
    1
    1
    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 | 1      |
    +---+---+---+--------+
    | 1 | 0 | 1 | 1      |
    +---+---+---+--------+
    | 1 | 1 | 0 | 1      |
    +---+---+---+--------+
    | 1 | 1 | 1 | 1      |
    +---+---+---+--------+
    FNDP [src]
    1
    1
    FNC [src]
    Ya está reducido a FNC
    1
    1
    FND [src]
    Ya está reducido a FND
    1
    1
    FNCD [src]
    1
    1