Interpretation of Formal Systems Flashcards

1
Q

What is an axiom schema?

A

How many axioms is this? Infinitly many

Axiom Schema: Gives a decision procedure for axoims. Therefore, the set of axioms must be decidable

Ex: pq-System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Interpretation:

How to give meaning to a formal system

A

Mathematical Structure: <ℕ, +; =>
Typographical Structure: <{-, -, –, …}; p, q>

  • All well-formed string become meaningful true/false statements
  • An interpretation in which all axioms and theorems come out as being true is a model
  • Hofstadter calls relation between two structures in an interpretation an isomorphism
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a model?

A
  • An interpretation in which all axioms and theorems come out as being true is a model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a mathematical isomorphism?

A
  • Bijective function f between two domains,
  • Such that if R(a, b, …) is true, then Rf(af, bf, …) is also true for any relation R
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Are < ℕ; +> and <Evens; +e> isomorphic?

A

Yes, by the function f(x) = 2x
Whenever three natural numbers a, b, and c are related by a + b = c, then the corresponding even numbers are also related by +e: f(a) + ef(b) = f(c)

E.g.,
5 + 7 = 12
f(5) + f(7) = f(12)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Are < ℕ; +> and < ℕ; x> isomorphic?

A

No. Consider the bijection f(x)=x

Then, 3+4=7, but 3x4 not 7!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define intended meaning:

A

Different meaningful interpretations of a system is possible. Thus, it is misleading to speak of the meaning of a formal system (like there is only one)

“Intended Meaning to identify what they meant in the first place, but it does not exclude other possiblities

Note: What counts as a theorem is only determined by the axoims and inference rules, not the interpretation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define Soundness:

A

Every theorem is a true statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly