So I am asked to put together a tautology that accurately reflects a substitution instance in First Order Logic for the the following sentence:
“If I have two dollars, I can buy a soda, and if I have two dollars, then I can buy a candy bar, so if I have two dollars, I can buy a soda and a candy bar”
I have come up with the following: ((A → B) ∧ (A → C)) → (A → (B ∧ C))
Then I am asked to give an informal proof that demonstrates that it is a tautology. How do I do an informal proof?