Skip to main content

phrases - Isn't it redundant to use "then" after "if"?


Since "if P, Q" is grammatical, is it not the case that the "then" in "if P, then Q" is redundant?


Where P and Q are clauses.


For example, "if it rains today, the road shall be wet tomorrow" is grammatically impeccable. (Or is it not?)


Doesn't that mean that the "then" in "if it rains today, then the road shall be wet tomorrow" is redundant? I am referring to the logic that using a word would be redundant if the same meaning is conveyed without that word.


But I see that, when the antecedent clause gets too long, the occurrence of "then" serves to mark the distinction between the two clauses.


Except in that sense, can we not say that the usage "if ... then" is redundant in English, and should be replaced by "if ..." especially if the clauses are short enough?


Ah, except in programming languages, of course.



Answer



I would not consider it redundant to have if...then...


Leaving aside the point of using then to clearly mark where the consequent clause begins, the use of both if and then can serve to emphasize the causal nature of the antecedent, or to make it seem like an if and only if rather than just an if-then.


For example:



If it rains, we will stay inside.



merely provides the plan of action in the case that it rains, whereas:



If it rains, then we will stay inside.



seems to suggest that the staying inside will only happen if it rains (note the emphasis on then, which would be stressed in speech and italicized in writing).


Comments

Popular posts from this blog

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

Is 'efficate' a word in English?

I routinely hear the word "efficate" being used. For example, "The most powerful way to efficate a change in the system is to participate." I do not find entries for this word in common English dictionaries, but I do not have an unabridged dictionary. I have checked the OED (I'm not sure if it is considered unabridged), and it has no entry for "efficate". It does have an entry for "efficiate", which is used in the same way. Wordnik has an entry for "efficate" with over 1800 hits, thus providing some evidence for the frequency of use. I personally like the word and find the meaning very clear and obvious when others use it. If it's not currently an "officially documented" word, perhaps its continued use will result in it being better documented.