Prove REPLACEMENT Theorem in Propositional Logic

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
RyozKidz
Messages
25
Reaction score
0
The book which i read for improving my logic sense~
There is a theorem called REPLACEMENT ..

( P [tex]\rightarrow[/tex] Q ) [tex]\vee[/tex] [tex]\neg[/tex] ( P [tex]\rightarrow[/tex] Q)
where (P[tex]\rightarrow[/tex] Q) is the second occurrence of ( P [tex]\rightarrow[/tex] Q)

But what if the replace the second occurrence with [tex]\neg[/tex] P[tex]\vee[/tex] Q!
And i try to check with the truth table it does not gv me the values !
Help~~
 
on Phys.org
RyozKidz said:
The book which i read for improving my logic sense~
There is a theorem called REPLACEMENT ..

( P [tex]\rightarrow[/tex] Q ) [tex]\vee[/tex] [tex]\neg[/tex] ( P [tex]\rightarrow[/tex] Q)
where (P[tex]\rightarrow[/tex] Q) is the second occurrence of ( P [tex]\rightarrow[/tex] Q)

But what if the replace the second occurrence with [tex]\neg[/tex] P[tex]\vee[/tex] Q!
And i try to check with the truth table it does not gv me the values !
Help~~

I am not absolutely sure what you mean by the truth table not giving you the values. Are you saying that

[tex](P \rightarrow Q) \vee \neg (P \rightarrow Q) \text{ and } (P \rightarrow Q) \vee \neg (\neg P \vee Q)[/tex]

are not appearing to be logically equivalent?

--Elucidus
 
Elucidus said:
I am not absolutely sure what you mean by the truth table not giving you the values. Are you saying that

[tex](P \rightarrow Q) \vee \neg (P \rightarrow Q) \text{ and } (P \rightarrow Q) \vee \neg (\neg P \vee Q)[/tex]

are not appearing to be logically equivalent?

--Elucidus

yup yup~~coz i can't prove this is tvalidity by using truth table..~~
 
Here is the side-by-side truth table of the two expressions. The final values of each is in boldface.

[tex]\begin{array}{c|c|cccc|cccc}<br /> P & Q & (P \rightarrow Q) & \vee & \neg & (P \rightarrow Q) & (P \rightarrow Q) & \vee & \neg & (\neg P \vee Q) \\<br /> \hline<br /> T & T & T & \bold{T} & F & T & T & \bold{T} & F & T \\<br /> T & F & F & \bold{T} & T & F & F & \bold{T} & T & F \\<br /> F & T & T & \bold{T} & F & T & T & \bold{T} & F & T \\<br /> F & F & T & \bold{T} & F & T & T & \bold{T} & F & T<br /> \end{array}[/tex]

Additionally, any expression of the form [itex](A \vee \neg A)[/itex] (like the one on the left) is a tautology. Also the implication [itex](P \rightarrow Q)[/itex] is reducible to [itex](\neg P \vee Q)[/itex].

--Elucidus