I'm trying to get the best translation for:
"If today is Tuesday, then I need to make the schedule."
First I've set:
$T \overset{\wedge}{=}$ "Today is Tuesday"
$S \overset{\wedge}{=}$ "I need to make the schedule"
It leaves us with a few possibilities:
- $T \Rightarrow S$
- $S \Rightarrow T$
- $S \lor T$
- $S \land T$
I'm not sure which order to take ($S$ or $T$) first. Which would be valid?
As you can see in this Article "A $\Rightarrow$ B" is the connective in propositional calculus which has the meaning "If A is true, then B is also true".
Transferring this knowledge to your question you want to express
which is, using your parameters:
Note that $S \Rightarrow T$ would be the correct expression for "If I need to make a schedule, then today is Tuesday" while $S \land T$ $(S \lor T$) would express "Today is Tuesday and (or) I need to make a schedule".
(Annotation: $\lor$ is not exclusive which means that either $T$ or $S$ or both can be true)
As far as $\lor$ and $\land$ are concerned see this Website.