Sr Examen

Expresión (x->y)y->x

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

    Solución

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