Cognitive Science > Introduction to Semantics > Meaning Derivations & Lambda Notation
Contents |
[edit] Intension & Extension
- Names = individuals
- sentences = truth/false
- predicates = functions from individuals to truth values
- Extension
- truth value of sentence in certain situation/world
- Frege: "reference" = Bedeutung
- Intension
- parameterized truth value, i.e. truth conditions
- Frege: "sense" = Sinn
- → individual vs individual concept
[edit] Fragments of English
- Extensional framework from now on.
- 1. Ontology
- D = set of individuals
- truth values {0,1}
- functions from D to {0,1}
- 2. Lexicon
- [|Object language|] = Meta language
- Rules
[edit] I & E of functions
- Intension
- function as rule
- Extension
- as tables of mapping
- [|limps|] = [Cassandra → 1]
[edit] Formal Concept of functions
- right-unique relations
- <x,y> \in R bzw. y (value) = R(x Argument)
- domain (x) vs range (y)
- Bsp.: father → D = set of persons, R = set of fathers
[edit] Lambda Notation
- Gives us a way to name functions in a way that makes it immediately clear how they are defined.
successor function
variable [description of value)
- Abstraction
- form the
- Bsp.: [|Cassandra sleeps|] = [|sleeps|] ([|Cassandra|]) = s(cass) =
x.s(x) (Cassandra) = s(Cassandra)
- form the
- Conversion
- replace
, replace variable by argument
- replace
- Complex arguments
- Sets
- Functions
- Function Composition
- f°g = f(g(x))
für f
für g
=