I'm having trouble understanding how exactly to use laws of logical equivalences to prove what a statement is equivalent to or if it's a tautology. In this particular case, I have the statement:
(∧) → (∨)
which needs to be proven as a tautology. I have all the laws for reference in front of me; I think the next steps would be:
- (∧) → (∨)
- ~(∧) ∨ (∨)
- (~∨~) ∨ (∨)
Following the definition of tautology as being always true, would the end goal statement be p∨T=T?