3040.

18.a

TEKST ZADATKA

Ispitati da li je formula tautologija: (p(qr))((pr)(qr)) (p \Leftrightarrow (q \lor r)) \Rightarrow ((p \land r) \Leftrightarrow (q \land r))


REŠENJE ZADATKA

Da bismo ispitali da li je data iskazna formula tautologija, formiraćemo istinitosnu tabelu za sve moguće kombinacije istinitosnih vrednosti iskaznih slova p, p , q q i r. r .

Uvešćemo oznake za podformule radi lakšeg i preglednijeg zapisivanja u tabeli:

A=qrB=pAC=prD=qrE=CDF=BE\begin{aligned} A &= q \lor r \\ B &= p \Leftrightarrow A \\ C &= p \land r \\ D &= q \land r \\ E &= C \Leftrightarrow D \\ F &= B \Rightarrow E \end{aligned}

Popunjavamo istinitosnu tabelu red po red. Koristićemo oznake \top za tačno i \bot za netačno.

pqrABCDEF\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline p & q & r & A & B & C & D & E & F \\ \hline \top & \top & \top & \top & \top & \top & \top & \top & \top \\ \top & \top & \bot & \top & \top & \bot & \bot & \top & \top \\ \top & \bot & \top & \top & \top & \top & \bot & \bot & \bot \\ \top & \bot & \bot & \bot & \bot & \bot & \bot & \top & \top \\ \bot & \top & \top & \top & \bot & \bot & \top & \bot & \top \\ \bot & \top & \bot & \top & \bot & \bot & \bot & \top & \top \\ \bot & \bot & \top & \top & \bot & \bot & \bot & \top & \top \\ \bot & \bot & \bot & \bot & \top & \bot & \bot & \top & \top \\ \hline \end{array}

Analiziramo dobijenu tabelu. U trećem redu, za kombinaciju vrednosti p=, p = \top , q= q = \bot i r=, r = \top , vidimo da podformula B B ima vrednost , \top , a podformula E E vrednost . \bot .

=\top \Rightarrow \bot = \bot

Zbog toga glavna formula F F za ovu kombinaciju ima vrednost netačno ( \bot ).

Zaključujemo da formula nije tačna za sve moguće kombinacije istinitosnih vrednosti iskaznih slova, pa samim tim nije tautologija.