I have the following collection of statements:
I have money. If I have money, and have time, I can buy a pizza. If I left home early enough, I have time.
The atomic sentences can be represented as the following symbols:
- M: I have money.
- T: I have time.
- P: I can buy pizza.
- L: I left home early enough.
- T: I have time.
How would I express the statements in terms of propositional calculus?
The part I'm confused about is how to join '$M$', '$M\land T\Rightarrow P$' and '$L \Rightarrow T$'.
Simply use the "$\land$" connective to join them, but note that since it has higher precedence than "$\to$" (by standard convention), you have to use brackets: