Fiveable

🔠Intro to Semantics and Pragmatics Unit 12 Review

QR code for Intro to Semantics and Pragmatics practice questions

12.1 Montague's intensional logic and lambda calculus

12.1 Montague's intensional logic and lambda calculus

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔠Intro to Semantics and Pragmatics
Unit & Topic Study Guides

Montague's Intensional Logic

Montague's intensional logic gives us a formal system for analyzing meaning in natural language. It combines a type system, the distinction between intensions and extensions, and lambda calculus to represent how meanings compose. The key insight is that meaning isn't just about what words refer to right now; it's about what they could refer to across different possible worlds.

Lambda calculus is the engine that makes this compositional. By treating meanings as functions and applying them to arguments, you can build up the meaning of a whole sentence from the meanings of its parts.

Components of Montague's Intensional Logic

Types categorize every semantic object in the system. There are two basic types:

  • e (entity): the type of individuals, like John or the cat
  • t (truth value): the type of things that are either true or false

Complex types are built as functions from one type to another, written as a,b\langle a, b \rangle. For example, e,t\langle e, t \rangle is the type of a function that takes an entity and returns a truth value. That's exactly what a predicate like is tall does: you give it an entity, and it tells you whether the sentence is true or false.

Intensions capture meaning across possible worlds. The intension of an expression is a function from possible worlds to extensions. You mark intension with the ^\hat{} (up) operator:

  • ^man\hat{}\text{man} represents the property of being a man, not tied to any single world. It's a function that, given a possible world, returns the set of men in that world.

Extensions are the actual referents or truth values in a specific world. You mark extension with the ˇ\check{} (down) operator:

  • ˇman\check{}\text{man} (relative to a world ww) gives you the set of individuals who are men in ww.
  • Extensions can differ from world to world. Someone who is a teacher in this world might not be one in another.
Components of Montague's intensional logic, Intensional/extensional Definition

Lambda Calculus for Semantic Representation

Lambda calculus is a formal system for defining and applying functions. Montague adopted it because it lets you represent meanings compositionally, piece by piece.

Lambda abstraction creates a function by abstracting over a variable. For example:

  • λx[man(x)]\lambda x[\text{man}(x)] represents the property of being a man. The variable xx is bound by the lambda operator, meaning it's a placeholder waiting for an argument.

Function application fills in that placeholder. You combine a function with an argument by substituting the argument for the bound variable:

  1. Start with the function: λx[man(x)]\lambda x[\text{man}(x)]
  2. Apply it to the argument john\text{john}: (λx[man(x)])(john)(\lambda x[\text{man}(x)])(\text{john})
  3. Substitute john\text{john} for xx: man(john)\text{man}(\text{john})
  4. The result is the proposition that John is a man.

This two-step process (abstraction then application) is how Montague's system builds complex meanings from simpler ones. The compositionality principle states that the meaning of a complex expression is determined by:

  1. The meanings of its parts
  2. The syntactic rules used to combine them

So if you know what man means and what John means, and you know the rule for combining a predicate with a subject, you can derive the meaning of John is a man mechanically.

Components of Montague's intensional logic, Inductive and Deductive Reasoning | English Composition 1

Possible Worlds and Semantic Interpretation

Possible Worlds in Semantic Interpretation

A possible world is an alternative way things could be. The actual world is one possible world among many. Montague's system evaluates expressions relative to a possible world, which is what lets it handle statements about necessity, possibility, belief, and other contexts where truth might vary.

Accessibility relations connect possible worlds to each other. They determine which worlds count as "relevant" when you evaluate a modal claim. For instance, when you say "It's possible that it rains tomorrow," you're saying there's at least one accessible world where it rains tomorrow. Different modal operators (necessity \Box, possibility \Diamond) rely on these relations:

  • P\Box P means PP is true in all accessible worlds
  • P\Diamond P means PP is true in at least one accessible world

Semantic interpretation assigns meanings to expressions in context. In Montague's system, this means evaluating an expression's intension across possible worlds. The intension ^man\hat{}\text{man} maps each world ww to the set of individuals who are men in ww. The extension in any particular world is just the output of that function for that world.

De Dicto vs. De Re Readings

These two readings arise when modal operators interact with descriptions, and they're a classic source of ambiguity.

De dicto ("about the saying") applies the modal operator to the entire proposition. The description is evaluated inside the scope of the modal:

  • Necessarily, the number of planets is eight. Here, necessity scopes over the whole claim. This says: in every possible world, the number of planets is eight. (This is false, since the number of planets could have been different.)

De re ("about the thing") applies the modal operator to a specific entity that's been picked out in the actual world. The description is evaluated outside the scope of the modal:

  • The number of planets is necessarily eight. Here, you first identify the actual number of planets (eight), then say that that number is necessarily eight. Since 8 is necessarily 8, this reading is true.

The same sentence can have both readings, creating scope ambiguity. Montague's intensional logic disambiguates them using:

  1. The ^\hat{} and ˇ\check{} operators to control where intensions are formed and where they're evaluated
  2. Lambda calculus to make scope relations explicit in the logical form

The de dicto/de re distinction shows up frequently with propositional attitude verbs too (like believe, want), not just with necessity and possibility.