Combining Philosophers

All the ideas for Ryan Wasserman, Kent Bach and E.J. Lemmon

expand these ideas     |    start again     |     specify just one area for these philosophers


81 ideas

4. Formal Logic / B. Propositional Logic PL / 1. Propositional Logic
'Contradictory' propositions always differ in truth-value [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 2. Tools of Propositional Logic / a. Symbols of PL
That proposition that both P and Q is their 'conjunction', written P∧Q [Lemmon]
The sign |- may be read as 'therefore' [Lemmon]
If A and B are 'interderivable' from one another we may write A -||- B [Lemmon]
We write the conditional 'if P (antecedent) then Q (consequent)' as P→Q [Lemmon]
We write the 'negation' of P (not-P) as ¬ [Lemmon]
That proposition that either P or Q is their 'disjunction', written P∨Q [Lemmon]
We write 'P if and only if Q' as P↔Q; it is also P iff Q, or (P→Q)∧(Q→P) [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 2. Tools of Propositional Logic / b. Terminology of PL
A 'well-formed formula' follows the rules for variables, ¬, →, ∧, ∨, and ↔ [Lemmon]
A 'substitution-instance' is a wff formed by consistent replacing variables with wffs [Lemmon]
A wff is 'inconsistent' if all assignments to variables result in the value F [Lemmon]
Two propositions are 'equivalent' if they mirror one another's truth-value [Lemmon]
'Subcontrary' propositions are never both false, so that A∨B is a tautology [Lemmon]
'Contrary' propositions are never both true, so that ¬(A∧B) is a tautology [Lemmon]
The 'scope' of a connective is the connective, the linked formulae, and the brackets [Lemmon]
A wff is a 'tautology' if all assignments to variables result in the value T [Lemmon]
A wff is 'contingent' if produces at least one T and at least one F [Lemmon]
A 'theorem' is the conclusion of a provable sequent with zero assumptions [Lemmon]
A 'implies' B if B is true whenever A is true (so that A→B is tautologous) [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 2. Tools of Propositional Logic / c. Derivation rules of PL
DN: Given A, we may derive ¬¬A [Lemmon]
∧I: Given A and B, we may derive A∧B [Lemmon]
MPP: Given A and A→B, we may derive B [Lemmon]
∧E: Given A∧B, we may derive either A or B separately [Lemmon]
∨E: Derive C from A∨B, if C can be derived both from A and from B [Lemmon]
MTT: Given ¬B and A→B, we derive ¬A [Lemmon]
A: we may assume any proposition at any stage [Lemmon]
∨I: Given either A or B separately, we may derive A∨B [Lemmon]
RAA: If assuming A will prove B∧¬B, then derive ¬A [Lemmon]
CP: Given a proof of B from A as assumption, we may derive A→B [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 2. Tools of Propositional Logic / d. Basic theorems of PL
'Modus ponendo tollens' (MPT) says P, ¬(P ∧ Q) |- ¬Q [Lemmon]
We can change conjunctions into negated conditionals with P→Q -||- ¬(P → ¬Q) [Lemmon]
The Distributive Laws can rearrange a pair of conjunctions or disjunctions [Lemmon]
De Morgan's Laws make negated conjunctions/disjunctions into non-negated disjunctions/conjunctions [Lemmon]
We can change conditionals into disjunctions with P→Q -||- ¬P ∨ Q [Lemmon]
We can change conditionals into negated conjunctions with P→Q -||- ¬(P ∧ ¬Q) [Lemmon]
'Modus tollendo ponens' (MTP) says ¬P, P ∨ Q |- Q [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 3. Truth Tables
Truth-tables are good for showing invalidity [Lemmon]
A truth-table test is entirely mechanical, but this won't work for more complex logic [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 4. Soundness of PL
If any of the nine rules of propositional logic are applied to tautologies, the result is a tautology [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 5. Completeness of PL
Propositional logic is complete, since all of its tautologous sequents are derivable [Lemmon]
4. Formal Logic / C. Predicate Calculus PC / 2. Tools of Predicate Calculus / a. Symbols of PC
Write '(∀x)(...)' to mean 'take any x: then...', and '(∃x)(...)' to mean 'there is an x such that....' [Lemmon]
'Gm' says m has property G, and 'Pmn' says m has relation P to n [Lemmon]
The 'symbols' are bracket, connective, term, variable, predicate letter, reverse-E [Lemmon]
4. Formal Logic / C. Predicate Calculus PC / 2. Tools of Predicate Calculus / b. Terminology of PC
Our notation uses 'predicate-letters' (for 'properties'), 'variables', 'proper names', 'connectives' and 'quantifiers' [Lemmon]
4. Formal Logic / C. Predicate Calculus PC / 2. Tools of Predicate Calculus / c. Derivations rules of PC
Universal Elimination (UE) lets us infer that an object has F, from all things having F [Lemmon]
Predicate logic uses propositional connectives and variables, plus new introduction and elimination rules [Lemmon]
Universal elimination if you start with the universal, introduction if you want to end with it [Lemmon]
With finite named objects, we can generalise with &-Intro, but otherwise we need ∀-Intro [Lemmon]
UE all-to-one; UI one-to-all; EI arbitrary-to-one; EE proof-to-one [Lemmon]
4. Formal Logic / C. Predicate Calculus PC / 2. Tools of Predicate Calculus / d. Universal quantifier ∀
If there is a finite domain and all objects have names, complex conjunctions can replace universal quantifiers [Lemmon]
4. Formal Logic / C. Predicate Calculus PC / 2. Tools of Predicate Calculus / e. Existential quantifier ∃
'Some Frenchmen are generous' is rendered by (∃x)(Fx→Gx), and not with the conditional → [Lemmon]
4. Formal Logic / E. Nonclassical Logics / 6. Free Logic
Free logic at least allows empty names, but struggles to express non-existence [Bach]
5. Theory of Logic / B. Logical Consequence / 8. Material Implication
The paradoxes of material implication are P |- Q → P, and ¬P |- P → Q [Lemmon]
5. Theory of Logic / C. Ontology of Logic / 1. Ontology of Logic
In first-order we can't just assert existence, and it is very hard to deny something's existence [Bach]
5. Theory of Logic / E. Structures of Logic / 3. Constants in Logic
In logic constants play the role of proper names [Bach]
5. Theory of Logic / F. Referring in Logic / 1. Naming / b. Names as descriptive
Proper names can be non-referential - even predicate as well as attributive uses [Bach]
5. Theory of Logic / F. Referring in Logic / 1. Naming / c. Names as referential
Millian names struggle with existence, empty names, identities and attitude ascription [Bach]
5. Theory of Logic / F. Referring in Logic / 2. Descriptions / a. Descriptions
An object can be described without being referred to [Bach]
5. Theory of Logic / F. Referring in Logic / 2. Descriptions / b. Definite descriptions
Definite descriptions can be used to refer, but are not semantically referential [Bach]
9. Objects / C. Structure of Objects / 6. Constitution of an Object
Constitution is identity (being in the same place), or it isn't (having different possibilities) [Wasserman]
Constitution is not identity, because it is an asymmetric dependence relation [Wasserman]
There are three main objections to seeing constitution as different from identity [Wasserman]
9. Objects / C. Structure of Objects / 8. Parts of Objects / a. Parts of objects
The weight of a wall is not the weight of its parts, since that would involve double-counting [Wasserman]
9. Objects / F. Identity among Objects / 3. Relative Identity
Relative identity may reject transitivity, but that suggests that it isn't about 'identity' [Wasserman]
13. Knowledge Criteria / C. External Justification / 6. Contextual Justification / b. Invariantism
How could 'S knows he has hands' not have a fixed content? [Bach]
If contextualism is right, knowledge sentences are baffling out of their context [Bach]
Sceptics aren't changing the meaning of 'know', but claiming knowing is tougher than we think [Bach]
19. Language / B. Reference / 1. Reference theories
Fictional reference is different inside and outside the fiction [Bach]
We can refer to fictional entities if they are abstract objects [Bach]
You 'allude to', not 'refer to', an individual if you keep their identity vague [Bach]
19. Language / B. Reference / 4. Descriptive Reference / b. Reference by description
What refers: indefinite or definite or demonstrative descriptions, names, indexicals, demonstratives? [Bach]
If we can refer to things which change, we can't be obliged to single out their properties [Bach]
We can think of an individual without have a uniquely characterizing description [Bach]
It can't be real reference if it could refer to some other thing that satisfies the description [Bach]
Since most expressions can be used non-referentially, none of them are inherently referential [Bach]
Just alluding to or describing an object is not the same as referring to it [Bach]
19. Language / B. Reference / 5. Speaker's Reference
Context does not create reference; it is just something speakers can exploit [Bach]
'That duck' may not refer to the most obvious one in the group [Bach]
What a pronoun like 'he' refers back to is usually a matter of speaker's intentions [Bach]
Information comes from knowing who is speaking, not just from interpretation of the utterance [Bach]
19. Language / F. Communication / 5. Pragmatics / a. Contextual meaning
People slide from contextual variability all the way to contextual determination [Bach]