I'm trying to prove that from P we can conclude that Q implies (P and Q). I understand how this is true intuitively, but I'm just getting a grasp of how to use propositional logic, its rules, etc. to express that. Any help would be appreciated. Also, how do I write propositional logic symbols on this site?
(1) P Premise
(2) Q Premise
(3) P and Q 1,2 And Introduction
(4) Q ⇒ (P and Q) 2,3 CP
at the end. – Conifold Dec 04 '19 at 00:28
P => (Q => (P and Q))is the formal statement of what you're trying to show, just FYI – Dec 04 '19 at 16:44