Instances Flashcards
What is an instance?
A schema, S, is an instance of (∀u)T if…
(1) S replaces all FREE occurrences of u with v.
(2) The newly introduced occurrences of v are also free.
(3) There are no other differences between S and T.
What is a conservative instance?
An instance is conservative if it contains free v ONLY where the initial schema contained free u.
Do universal generalizations require conservative instances?
Yes.
Are quantified polyadic schema always conservative instances?
No. Quantified monadic schema are always instances.
Are quantified monadic schema always conservative instances?
Yes. Quantified monadic schema are always instances.
Do existential generalizations require conservative instances?
No.
Do existential instantiations require conservative instances?
Yes.
Do universal instantiations require conservative instances?
No.
Is the instance of an instance an instance?
No.
How do you check to see if an instance is conservative?
(1) Make sure S is an instance of (∀u)T.
(2) Identify the instantial variable, v.
(3) Check whether v is free in (∀u)T.
3a. If v is not free in (∀u)T then S is a conservative instance.
3b. If v is free in (∀u)T, then S is a not a conservative instance.
What is an instantial variable?
???????????