Sr Examen

Expresión x=>yz(x->y)(y->=>z)

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

    Solución

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