2022-04-23 13:26:53 +01:00
|
|
|
---
|
2024-06-16 18:00:05 +01:00
|
|
|
tags:
|
|
|
|
- propositional-logic
|
|
|
|
- logic
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
2022-12-21 09:00:01 +00:00
|
|
|
# Object and metalanguages
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When we talk about a language we call that language the **object language**. A
|
|
|
|
**metalanguage** is a language used to describe some object language.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When we are developing a formal logical language (which we may call SL or PL for
|
|
|
|
'sentential' and 'propositional' logic respectively), the formal language is the
|
|
|
|
object language and natural language (e.g. English) is the metalanguage.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
**Demonstration**
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
If we talk about German in English, German in the object language and English is
|
|
|
|
the metalanguage.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## Use and mention
|
|
|
|
|
|
|
|
There is an associated distinction: that of use and mention.
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When we create an expression in a language we are said to _use_ that language.
|
|
|
|
When we remark upon said expression we are said to be _mentioning_ the language.
|
|
|
|
This distinction may correspond to the object and metalanguage difference above
|
|
|
|
but doesn't have to; use and mention can happen in the same language. For
|
|
|
|
example:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
'London' is the word that denotes the capital of the UK.
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## Metavariables
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
A metalinguistic variable (metavariable for short) is an expression in the
|
|
|
|
metalanguage that is used to talk generally about expressions of the object
|
|
|
|
language. The convention in these notes will be to embolden single letters when
|
|
|
|
these letters are used as metavariables.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
For example, instead of saying _'P & Q' is an expression comprising two atomic
|
|
|
|
sentences and a conjunction_ we might say **\*P** is an expression comprising
|
|
|
|
two atomic sentences and a conjunction. In this instance **P** is a metavariable
|
|
|
|
in the metalanguage mentioning the expression P & Q in the object language
|