Translation into the propositional logic

88 Views Asked by At

How could the following sentence be translated into the propositional logic?

Since I am here I talk to you.

Do I have to use implication like p -> q?

1

There are 1 best solutions below

0
On

Correct, it would then be $p\Rightarrow q$, where $p$ is “I am here”, and $q$ is “I talk to you.” In general, “Since $p$, $q$” translates to $p\Rightarrow q$.