Basic question regarding logical implications

  • Thread starter Thread starter Serious Max
  • Start date Start date
Serious Max
Messages
37
Reaction score
1
Three statements:
1) I will take a shower if the water is warm.
2) I will take a shower unless the water is cold.
3) I will not take a shower unless the water is warm.


How different are their meanings?

First guess was:
1) water is warm => I take a shower
2) water is not cold = water is warm => I take a shower
3) water is warm => I could take a shower

Although, I suspect the second one doesn't mean warm, just not cold (could be cool for example). So it's a statement on its own.

So:
1) water is warm => I take a shower
2) water is not cold => I take a shower
3) water is warm => I could take a shower
 
Physics news on Phys.org
It seems to me that you're not translating (2) and (3) correctly. For example, (2) also says that if the water is cold, then you will not take a shower (well, it's debatable whether it says this, but to me the sentence does imply it).

And (3) says that if the water if not warm, then you will definitely not take a shower. This is missing from your translations.
 
maxpancho said:
1) water is warm => I take a shower
Correct

maxpancho said:
2) water is not cold => I take a shower
OK, but what if the water IS cold? The statement does imply what happens in this case too.

maxpancho said:
3) water is warm => I could take a shower
We wouldn't normally say this - "I could take a shower" means "either I take a shower or I do not take a shower" which doesn't tell us anything. However what if the water is NOT warm? The statement has a more meaningful implication then.
 
Micromass beat me to it.
 
MrAnchovy said:
Micromass beat me to it.

That makes 2 - 1 then :-p
 
Thanks.

So should it be along the lines of:

1) water is warm => I take a shower
2) water is not cold (warm, cool etc) => I take a shower; otherwise, if the water is cold, I will not take a shower
3) water is warm => I might decide to take a shower; otherwise, if the water is not warm (cold, cool etc), I will definitely not take a shower
 
maxpancho said:
Thanks.

So should it be along the lines of:

1) water is warm => I take a shower
2) water is not cold (warm, cool etc) => I take a shower; otherwise, if the water is cold, I will not take a shower

Can you state this briefly? Use iff.

3) water is warm => I might decide to take a shower; otherwise, if the water is not warm (cold, cool etc), I will definitely not take a shower

Like MrAnchovy remarked, a thing like "I might decide" isn't really meaningful. To be fair, you could interpret the third sentence in a lot of way. But I interpret it that if the water is warm, then I definitely will take a shower. It is debatable though.
 
micromass said:
... I interpret it that if the water is warm, then I definitely will take a shower...
No I don't think you can conclude anything if the water is warm, I liked your previous interpretation better:

micromass said:
... if the water if not warm, then you will definitely not take a shower.
 
p water warm
w water not cold
q take a shower

1) p ## \rightarrow ## q
2) w ## \leftrightarrow ## q
3) p ## \leftarrow ## q ("if the water is not warm, then you will definitely not take a shower" = if I'm taking a shower, then you can be sure the water is warm, but that doesn't mean that if the water is warm I will definitely take a shower)
 
Last edited:
  • #11
So, as I understand,

"If" expresses one of the many criteria for something to be done for certain (although, we don't know how many there are, it might be that this critertion is the only one, or maybe there are multiple). And "only if" merely gives restrictions, as to when something CAN be done, but not necessarily will be done.

"If and only if" is the same, in essence, as "only if" combined with "if", that is — we have a restriction that should be satisfied, and it is indeed satisfied. Hence now what was specified HAS to be done.

only if ## \subseteq## if ## = ## if and only if
 
  • #12
maxpancho said:
p water warm
w water not cold
q take a shower

1) p ## \rightarrow ## q
2) w ## \leftarrow ## q
3) p ## \leftarrow ## q (if the water is not warm, then you will definitely not take a shower)

But unlike "if and only if" I don't think the word "unless" has a consistent translation into symbolic logic.

In the phrase "I will take a shower unless the water is cold", the phrase "I will (outcome) unless (proposition)" introduces a necessary and sufficient condition (that the proposition is false i.e. "the water is not cold") to the outcome "(I will) take a shower".

When we see "I will not take a shower unless the water is warm", we are tempted to parse this in the same way so that the outcome is "(I will) not take a shower". But I do not believe this is linguistically correct; the correct parsing is "I will not (outcome) unless (proposition)", with the subtle difference that the condition (that the proposition is true i.e. "the water is warm") is necessary (for the outcome i.e. "(I will) take a shower") but no longer sufficient.
 
  • #13
I re-edited my post a few times :) But you seem to have commented an earlier version.
 
  • #14
Of course this has nothing to do with mathematical logic, it is linguistics. In mathematical logic we define things precisely so that when we write A → B ("A implies B") it is clear that this means that if A is true then B is also true, but if A is false we don't know anything about B.
 
  • Like
Likes 1 person
  • #15
maxpancho said:
I re-edited my post a few times :) But you seem to have commented an earlier version.

Ah yes, I like the new version better - it illustrates the linguistic difference between "unless" and "not ... unless" well.
 
Back
Top