Skip to main content

conditionals - What does “would not have been possible had I remained” mean?


What does this mean?



I am sure this would not have been possible had I remained a typical Anglophone North American.



I have never heard that before and I really find it strange.


I deduce that it means



I am sure this would not have been possible if I kept remaining Anglophone North American.



But I might be wrong in this.



Answer




A conditional statement has two separate clauses, each with its own subject and verb: the condition itself, and the consequent that occurs only should that condition be met. There are fancy Greek words for these two pieces (protasis and apodosis), but I’ll stick to condition and consequent here.


The important thing for you to understand is that the ordering of the conditional’s two clauses doesn’t matter, because it is always clear which is the condition. You can have condition followed by consequent, or you can have consequent followed by condition — which is what’s going on with your particular example.


Additionally, clauses are also potentially subject to auxiliary inversion:



  • For the condition, this inversion is mandatory when the conjunction (generally if or unless) is omitted under if-deletion. This is a special inversion rule.

  • For the consequent, any inversion that happens occurs under normal inversion rules not special one as with the condition, like saying So will I or Neither will I instead of I will too.


Here follow several simple examples, saying which sort of production is operative in each in the parentheses following.


condition → consequent



  • If you don’t go, I will. (condition → consequent)

  • If you go, so will I. (condition → consequent-in-inversion)

  • If I had anything better to do, I’d aleady be doing it. (condition → consequent)

  • Had I anything better to do, I’d aleady be doing it. (condition-in-inversion → consequent)

  • Unless you’ve something better to do, come with me. (condition → consequent)

  • If you should have nothing better to do, you can come with me. (condition → consequent)

  • Should you have nothing better to do, you can come with me. (condition-in-inversion → consequent)

  • Had you anything better to do, you wouldn’t be here. (condition-in-inversion → consequent)


consequent ← condition



  • I'll go if you do. (consequent ← condition)

  • I'll go unless you do. (consequent ← condition)

  • I’d already be doing it if I had anything better to do. (consequent ← condition)

  • I’d already be doing it had I anything better to do. (consequent ← condition-in-inversion)

  • You can come with me you if you’ve nothing better to do. (consequent ← condition)

  • Come with me you unless you’ve something better to do. (consequent ← condition)

  • You can come with me should you have nothing better to do. (consequent ← condition-in-inversion)




Rewriting Your Sentence


As the linked-to questions show, your example sentence is one of the lattermost variety: it places the consequent before the condition, and it uses if-deletion and inversion in that condition. Rewriting your sentence through successive transformations shows you exactly what it means:




  1. I am sure this would not have been possible had I remained a typical Anglophone North American. (consequent ← condition-in-inversion)

  2. I am sure this would not have been possible if  I had remained a typical Anglophone North American. (consequent ← condition)

  3. Had I remained a typical Anglophone North American, I am sure this would not have been possible. (condition-in-inversion → consequent)

  4. If  I had remained a typical Anglophone North American, I am sure this would not have been possible. (condition → consequent)



English has always supported bare conditionals like this, those without a conjunction. Back when it was more strongly inflected, this was always clear because that inversion also triggered a subjunctive inflection. Our last productive vestige of that is with the special form were.



  • Were there any other way, I’d have tried it. (condition-in-inversion → consequent)

  • Be it ever so humble, there’s no place like home. (condition-in-inversion → consequent)


Nowadays a bare conditional is most easily recognized by the obligatory inversion it demands.


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.