Okay so;
I have the following statement
$p \lor \neg q \Rightarrow q \lor \neg q$
I simplify the right hand side using the complement law to get
$p \lor \neg q \Rightarrow T $
I think that $\neg q \lor p$ is the same as saying $q \Rightarrow p$ ,
so does q imply p imply true?
Will this statement always be true? I think it does; and my thinking behind it is that since q implies p, then it will either output true or false? And since the other side of the implication is always true then either false of true implies true, correct?