Skip to main content

The definite article implying the generic idea of something


I know that the definite article "the" can be used to mean a generic idea of something as in "the lion is the king of the animals." In this sentence, the in "the lion" is used to imply the general image of lions, so not specifying a particular lion.


However, I am confused in identifying where a "the" in a sentence is used for a general idea or a specific reference. For example, in the sentence "the price of gas is soaring", I heard that "the" in the sentence is an example of the generic use of the. Although I can easily understand the generic use of "the" in the lion example, but I do not understand how there is an general idea about gas price. Soaring gas price is something real,and gas prices in different regions( in a hypothetical situation) can be different. So, if I say "the price of gas is soaring", do I mean the price of gas that is determined by the world's oil system or can I say "the gas price" even when I am indicating the state of gas price in "a particular region"?


I know it is even difficult to understand my question, but I hope someone could find what I am confused about and give an answer.



Answer



There are two issues at play here.The first has to do with the use of the with generic uses of noun. The second has to do with the use of the in phrasal genitive constructions.


Which unique genus?


Firstly, it's important to note that the generic use of the is actually very restricted, in that we only use it with a relatively small selection of nouns. We tend to use it with species of plant or animal. In these instances the noun must normally be in the singular:



  • The Blue Whale is the heaviest animal on the planet.

  • The Boabab tree is famous for looking as if it's growing the wrong way round with its roots reaching up to the sky.


We also use this with inventions in the same way:



  • The mobile phone has revolutionised modern life by destroying the quality of face to face communication.


Lastly we use it with adjectives that stand in for nouns in constructions like The rich, or The French.


Notice that these uses of the are only generic in the sense that we are using the singular noun to stand in for a genus of plant animal or invention. We then use the because the genus is unique amongst other genuses of animal etc. So when we say the lion, we don't really mean lions, we mean that one unique genus of animal, the lion.


We don't tend to use singular nouns with this sense of standing in for a specific genus of thing, with any other nouns apart from animals or inventions. For example, we can't do this with prices. The following can't mean that prices have risen:



  • The price has gone up every year for the last ten years. * (wrong)


With the animal example, the lion picks out a unique type of animal from amongst the entire set of types of animal. The generic use of the price here won't work because it is not clear what other entities price is being picked out from or distinguished from. Generic here doesn't mean general it means used to identify a GENUS of thing. More importantly it is used to indicate a specific genus. These Noun Phrases are not used to identify things in general. It's also important to note that it is not the definite article the here which is being used generically. It is the noun that's used generically. The the just does its normal regular job of indicating to the listener that they will be able to identify this unique thing.


Phrasal genitives


In the phrasal genitive construction Noun of Noun, we more often than not find a definite article used with the first noun. The reason for this is that the Prepositional Phrase of Y is being used restrictively, a bit like a restrictive relative clause, to explain which specific X we're talking about. The end result then is an X which, again, is uniquely identifiable by the listener. So for example, in any given conversation, if we haven't been talking about a specific CEO or a specific company, then we can't just refer to a specific CEO by saying the CEO has said that they guarantee..... By adding the Prepositional Phrase of Tesco, we restrict the possible referents of CEO to one unique and uniquely identifiable CEO:



  • the CEO of Tesco.


Similarly, if we say Republic of France, we have narrowed down the possible referents of Republic to one uniquely identifiable republic, so we use the definite article to indicate that this entity is uniquely identifiable to the listener:



  • the Republic of France.


Price, cost, weight height


Very often we use use nouns which give some kind of measurement or numerical index, such as weight or price to indicate an average weight, or a mode weight and so forth. For example, in the phrase ...



  • the weight of an adult in Australia


... we mean the notional average weight of an adult in the Australia. In order to understand how we get this reading for weight, we need to consider the genitive construction and how both of the nouns involved, X and Y are marked for definiteness or indefiniteness.


First of all, in the phrasal genitive construction, as described above, the Prepositional Phrase of Y is usually narrowing down the possible range of intended referents of the term X, to one identifiable referent (or group of referents if X is plural). This is usually underlined by the fact that we use the definite article, the. So in the phrase the price of oil, the phrase of oil tells us which price we're talking about. In other words it's not the price of beer, pencils, AK47s, baboons, ladders or clowns.


The Y part of this construction is a noun, and is therefore also marked for definiteness (read definiteness as meaning whether or not the listener should be able to identify a unique referent). If Y is definite, then we will see either a proper noun (name) or a noun marked with the. If Y isn't definite, then in the case of countable nouns, we will see a singular noun marked with the indefinite article a, or a plural or uncountable noun without any article at all.


In a construction like the price of gas, we have an X that is marked as definite. Price here denotes a numerical value. It has been marked as definite showing that we should be able to identify what price we're talking about. However, Y, in other words gas, is unmarked - there's no article here - indicating that it is indefinite. This means we are thinking about a definite price for an unspecified gas in general, not a specific amount or body of gas somewhere. This forces us into reading it as a specific price for gas in general, a notional average or common price.


The Original Question


How then do we determine whether the price of gas refers to the price of gas in a particular country, region, or globally. The answer is the same as it is for just about all nouns which are marked for definiteness. Definiteness belongs to the realm of pragmatics. If you say the book to me, what you're indicating by the is - you know which one I mean!. If you want me to identify a specific book as the intended referent, you must already have given me enough clues as to which book you want me to pick out! If you've just been talking to me about a book you bought yesterday and say the book, I know I should be able to pick out which book. The book you bought yesterday is the most prominent or salient in our conversation, so I'm going to pick out that one.


So, if we're talking about the economics of a particular country and the cost of living, then when we say the price of gas, our listeners are going to assume we mean the price of gas in that country. Similarly when talking global economics, the price of gas is the global price of gas. If the context does not make it clear, or is ambiguous, then we simply will need to modify the noun somehow. We to make it easy for our listeners to resolve the reference: the price of gas in the region, for example. Where articles and nouns are concerned, in terms of interpretation, context is king!


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 ...

A man has a garden measuring 84 meters by 56 meters. He divides it into the minimum number of square plots. What is the length of the square plots?

We wish to divide this man's garden into the minimum number of square plots possible. A square has all four sides with the same length.Our garden is a rectangle, so the answer is clearly not 1 square plot. If we choose the wrong length for our squares, we may end up with missing holes or we may not be able to fit our squares inside the garden. So we have 84 meters in one direction and 56 meters in the other direction. When we start dividing the garden in square plots, we are "filling" those lengths in their respective directions. At each direction, there must be an integer number of squares (otherwise, we get holes or we leave the garden), so that all the square plots fill up the garden nicely. Thus, our job here is to find the greatest common divisor of 84 and 56. For this, we prime factor both of them: `56 = 2*2*2*7` `84 = 2*2*3*7` We can see that the prime factors and multiplicities in common are `2*2*7 = 28` . This is the desired length of the square plots. If you wi...

What warning does Chuchundra issue to Rikki?

Chuchundra, the sniveling, fearful muskrat who creeps around walls because he is too terrified to go into the center of a room, meets Rikki in the middle of the night. He insults Rikki by begging him not to kill him. He then insults him by suggesting that Nag might mistake Chuchundra for Rikki. He says, "Those who kill snakes get killed by snakes."  He issues this warning to Rikki not to help keep Rikki safe but as a way of explaining why Rikki's presence gives him, Chuchundra, more reason to fear.  Chuchundra starts to tell Rikki what Chua the rat told him--but breaks it off when he realizes he might be overheard by Nag. He says, "Nag is everywhere, Rikki-Tikki." Rikki threatens to bite Chuchundra to get him to talk. Even then, Chuchundra won't overtly reveal any information. But he does say, "Can't you hear, Rikki-Tikki?" This is enough of a clue for the clever mongoose. He listens carefully and can just make out the "faintest scratch-s...