Sr Examen

Expresión (P→Q)∧((Q→P)→(P→Q))

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

    Solución

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