I was looking at an exercise where it asked the following:
So, for the third column, I just put which was correct but I didn't understand what meant. I have seen but I haven't the arrow. Are they the same thing?
Thanks a bunch!
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It only takes a minute to sign up.
Sign up to join this communityI was looking at an exercise where it asked the following:
So, for the third column, I just put which was correct but I didn't understand what meant. I have seen but I haven't the arrow. Are they the same thing?
Thanks a bunch!
The symbol is a connective. It's a symbol which connects two propositions in the context of propositional logic (and its extensions, first-order logic, and so on).
The truth table of is defined to be that is false if and only if is true and is false.
Indeed this is the same meaning of , but the difference is that is a statement about propositions, whereas is a proposition. In some contexts, though, people don't make this distinction between material implication (the connective) and logical implication (the arrow). But they are not the same thing in every context of propositional logic.
It is a material conditional, or otherwise known as implies , or if , then
The truth table for that is as follows
p q p implies q
T T T
T F F
F T T
F F T
can also be written as .
In computer science, can be rewritten as (not p) or q
, or !p||q
Now, although I am only a rising 8th grader taking geometry, I can assure you that there is no difference to the arrows. I have seen a two sided arrow (p<-->q), but that is different. The single arrow just indicates a conditional statement.