Term
|
Definition
| The ability of people to reason correctly most of the time, and, when they fail to reason correctly, on the ability of others to point out the gaps in their reasoning. |
|
|
Term
|
Definition
| One claim is a logical consequence of another if there is no way the latter could be true without the former also being true. |
|
|
Term
|
Definition
| To prove that one claim is a logical consequence of others. |
|
|
Term
|
Definition
| A sentence formed by a predicate followed by the right number of names. |
|
|
Term
|
Definition
Symbols which are used to refer to some fixed individual object. -They are FOL analogue of names, though in FOL they are not capitalized. -Each individual constant must name an actually existing object. -No individual constant can name more than one object. -An object can have more than one name, or no name at all. |
|
|
Term
| Predicate Symbol (relation symbols) |
|
Definition
Symbols used to express some property of objects or some relation between objects. -Also referred to as relation symbols. |
|
|
Term
|
Definition
| The "arguments" of the predicate; there are often two or more in FOL and the predicate refers to whatever remains. |
|
|
Term
|
Definition
| A number which tells you how many individual constants the predicate symbol needs in order to form a sentence. |
|
|
Term
|
Definition
| Predicates taking one argument. |
|
|
Term
|
Definition
| Predicates taking two arguments. |
|
|
Term
|
Definition
| Predicates taking three arguments. |
|
|
Term
|
Definition
| A property for which, given any object, there is a definite fact of the matter whether or not the object has the property. |
|
|
Term
|
Definition
| When the predicate symbol "=" appears in between its two arguments. |
|
|
Term
|
Definition
| When the predicate precedes the arguments. |
|
|
Term
|
Definition
| Something that is either true or false. |
|
|
Term
|
Definition
| The value of a claim which is either true or false. |
|
|
Term
|
Definition
| Anything which a claim can be made about. |
|
|
Term
|
Definition
Permit the formation of name-like terms from names and other name-like terms in FOL. -Examples include Max's father "father(max)" or Claire's mother "mother(claire)." -Unlike predicates, function symbols are always written in lower case. -Should always refer to existing individuals. |
|
|
Term
|
Definition
| Constants which refer to people or individuals. |
|
|
Term
|
Definition
| Combine the use of function symbols and terms to create a complex term. |
|
|
Term
|
Definition
When atomic sentences are always formed by placing individual constants on either side of one of the two predicates. -Allows us to make identity claims, of the form a=b -Membership claims, of the form a(e |
|
|
Term
| Formal System of Deduction |
|
Definition
| A system that allows us to show that a sentence of FOL is a consequence of others. |
|
|
Term
|
Definition
| Any series of statements in which one, called the conclusion, is meant to be a consequence of the others, called the premises. |
|
|
Term
|
Definition
An argument is valid if the conclusion must be true in any circumstances in which the premises are true. We say that the conclusion of a logically valid argument is a logical consequence of its premises. -Guarantees the truth of its conclusion on the assumption that the premises are true. |
|
|
Term
|
Definition
| When an argument is valid and the premises are all true. |
|
|
Term
|
Definition
Step-by-step demonstration that a conclusion (say S) follows from some premises (say P, Q, R). -Establishes a series of intermediate conclusions, each of which is an obvious consequence of the original premises and the intermediate conclusions established. |
|
|
Term
|
Definition
| A proof which begins by stating the premises or assumptions of the proof, and then explains in a step-by-step fashion how we can get from the assumptions to the desired conclusion. |
|
|
Term
|
Definition
Employs a fixed stock of rules and highly stylized method of presentation. -Displays the logical structure of a proof in a form that can be mechanically checked. -Allows us to prove things about probability. |
|
|
Term
| Indiscernibility of Identicals (Substitution) |
|
Definition
| If b = c, then anything true of b is also true of c, for b is c. |
|
|
Term
| = Elim (Identity Elimination) |
|
Definition
Eliminates a use of the identity symbol when we move from the premises of the argument to its conclusion. -If we have proven a sentence containing n (which we indicate by writing P(n)) and a sentence of the form n = m, then we are justified in asserting any sentence which results from P(n) by replacing some or all of the occurrences of n by m. |
|
|
Term
| = Intro (Reflexivity of Identity / Identity Introduction) |
|
Definition
Permits the introduction of an identity statement into proofs. -Any sentence of the form a = a can be validly inferred from whatever premises are at hand, or from no premises at all. -Allows you to introduce, for any name (or complex term) n in use in the proof, the assertion n = n. ~Can be done at any step ~Needs no steps to be cited earlier as justification. |
|
|
Term
|
Definition
| Permits the conclusion of b = a from a = b. |
|
|
Term
|
Definition
| If a = b and b = c are both true, then so is a = c. |
|
|
Term
|
Definition
Refer to the same relation but point in opposite directions. -Larger(b,c) = Smaller(c,b) |
|
|
Term
|
Definition
Format developed by Frederic Fitch for presenting proofs. -The vertical line that runs on the left of the steps draws our attention to the fact that we have a single purported proof consisting of a sequence of several steps. -The horizontal Fitch bar indicates the division between the claims which are assumed and those that allegedly follow from them. |
|
|
Term
|
Definition
| Indicates which rule allows us to make the step, and which earlier steps (if any) the rule is applied to. |
|
|
Term
|
Definition
| Allows the repetition of an earlier step if desired. |
|
|
Term
|
Definition
| Proof that a particular piece of information must be true if the given information, the premises of the argument, are correct. |
|
|
Term
|
Definition
| The purported conclusion is not a consequence of the premises provided in the argument. |
|
|
Term
|
Definition
| Circumstances that make the premises true but the conclusion false. |
|
|
Term
|
Definition
| Possible situation or circumstance in which the premises are all true while the conclusion is false. |
|
|
Term
|
Definition
| The truth value of a complex sentence built up using these connectives depends on nothing more than the truth values of the simpler sentences from which it is built. |
|
|
Term
|
Definition
| A table which shows how the truth value of a sentence formed with the connective depends on the truth values of the sentence's immediate parts. |
|
|
Term
|
Definition
The negation symbol is used to express negation in FOL, the notion we commonly express in English using terms like not, it is not the case that, non, and un. -In FOL, this symbol is always applied to the front of the sentence to be negated. -Can be applied to complex and atomic sentences. |
|
|
Term
|
Definition
| An atomic or the negation of an atomic sentence. |
|
|
Term
|
Definition
The conjunction symbol is used to express conjunction in FOL, the notion we normally express in English using terms like and, moreover, and but. -In FOL, this connective is always placed between two sentences, whereas in English we can also conjoin other parts of speech, such as nouns. |
|
|
Term
|
Definition
The disjunction symbol is used to express disjunction in FOL, the notion we express in English using or. -Is always placed between two sentences, whereas in English we can also disjoin nouns, verbs, and other parts of speech. |
|
|
Term
|
Definition
| Neither is displayed using the negation sign in front of an atomic sentence which features or, such as: NOT(Home(john) V Home(mary)) |
|
|
Term
|
Definition
1. ¬¬P = P
2. ¬(P ^ Q) = ¬P v ¬Q
3. ¬(P v Q) = ¬P ^ ¬Q |
|
|
Term
|
Definition
| If two sentences are true in exactly the same circumstances. |
|
|
Term
|
Definition
A logically necessary sentence in which it is impossible for the initial premises to be true and the conclusion to be false, because it is impossible for the conclusion to be false. -Example: a = a |
|
|
Term
|
Definition
A sentence is logically possible if it could be (or could have been) true on logical grounds. -It is logically possible to go faster than the speed of light (done on Star Trek.) |
|
|
Term
|
Definition
| When a sentence is true in every logically possible circumstance. |
|
|
Term
|
Definition
A sentence which is true in some world that can be built using Tarski's World -Every TW sentence is logically possible. |
|
|
Term
|
Definition
| An instance of the principle P v ¬P, which cannot be false. |
|
|
Term
|
Definition
A complex sentence that is true no matter what the truth values of the atomics are |
|
|
Term
|
Definition
| If a sentence is true in every world in which it has a truth table. |
|
|
Term
| TT-Necessary (Tautological) |
|
Definition
| If a sentence comes out true in every row of its truth table. |
|
|
Term
|
Definition
| If a sentence is true in at least one row of its truth table. |
|
|
Term
|
Definition
Sentences that have the same truth values in every possible circumstance. -Have the same truth conditions, since the conditions under which they come out or true or false are identical. |
|
|
Term
|
Definition
Two sentences are tautologically equivalent if they can be seen to be equivalent simply in virtue of the meanings of the truth-functional connectives. -All tautologically equivalent sentences are logically equivalent; however, the reverse does not hold. |
|
|
Term
|
Definition
| Reveals if Q is a consequence of P through the use of a joint truth table, in which if every row that is true for P is true for Q, then Q is said to be a tautological consequence of P. |
|
|
Term
| Substitution of Logical Equivalents |
|
Definition
If S(P) is an FOL sentence that contains the sentence P as a component part, and S(Q) is the result of substituting Q for P in S(P), then P and Q are logically equivalent as: P = Q & S(P) = S(Q) |
|
|
Term
| Disjunction Normal Form (DNF) |
|
Definition
| Using the first distributive law, a sentence in negation normal form can be translated into a sentence that is a disjunction of conjunctions of literals. |
|
|
Term
| Conjunction Normal Form (CNF) |
|
Definition
| Using the distribution of v over ^, we can turn any negation normal form sentence into one that is a conjunction of one or more sentences, each of which is a disjunction of one or more literals. |
|
|
Term
|
Definition
| Building blocks; symbols used in language. |
|
|
Term
|
Definition
| Ways of putting the blocks together to get good / bad strings |
|
|
Term
|
Definition
| Theory of how strings come to be true or false |
|
|
Term
|
Definition
| Theory of what makes strings of sentences valid or invalid |
|
|