Sr Examen

Expresión ((¬x∨¬y)↓(x⊕¬y))⊕(¬(x⇒¬y)⇒(x⇒y))

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

    Solución

    Ha introducido [src]
    ((¬(x⇒(¬y)))⇒(x⇒y))⊕(((¬x)∨(¬y))↓(x⊕(¬y)))
    $$\left(x \not\Rightarrow \neg y \Rightarrow \left(x \Rightarrow y\right)\right) ⊕ \left(\left(\neg x \vee \neg y\right) ↓ \left(x ⊕ \neg y\right)\right)$$
    Solución detallada
    $$x \Rightarrow \neg y = \neg x \vee \neg y$$
    $$x \not\Rightarrow \neg y = x \wedge y$$
    $$x \Rightarrow y = y \vee \neg x$$
    $$x \not\Rightarrow \neg y \Rightarrow \left(x \Rightarrow y\right) = 1$$
    $$x ⊕ \neg y = \left(x \wedge y\right) \vee \left(\neg x \wedge \neg y\right)$$
    $$\left(\neg x \vee \neg y\right) ↓ \left(x ⊕ \neg y\right) = \text{False}$$
    $$\left(x \not\Rightarrow \neg y \Rightarrow \left(x \Rightarrow y\right)\right) ⊕ \left(\left(\neg x \vee \neg y\right) ↓ \left(x ⊕ \neg y\right)\right) = 1$$
    Simplificación [src]
    1
    1
    Tabla de verdad
    +---+---+--------+
    | x | y | result |
    +===+===+========+
    | 0 | 0 | 1      |
    +---+---+--------+
    | 0 | 1 | 1      |
    +---+---+--------+
    | 1 | 0 | 1      |
    +---+---+--------+
    | 1 | 1 | 1      |
    +---+---+--------+
    FNC [src]
    Ya está reducido a FNC
    1
    1
    FND [src]
    Ya está reducido a FND
    1
    1
    FNDP [src]
    1
    1
    FNCD [src]
    1
    1