Combining Texts

All the ideas for 'works', 'Beginning Logic' and 'On Denoting'

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


99 ideas

1. Philosophy / C. History of Philosophy / 5. Modern Philosophy / b. Modern philosophy beginnings
Russell started a whole movement in philosophy by providing an analysis of descriptions [Read on Russell]
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]
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]
The 'scope' of a connective is the connective, the linked formulae, and the brackets [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]
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 / D. Assumptions for Logic / 2. Excluded Middle
Russell's theories aim to preserve excluded middle (saying all sentences are T or F) [Sawyer on Russell]
5. Theory of Logic / E. Structures of Logic / 1. Logical Form
'Elizabeth = Queen of England' is really a predication, not an identity-statement [Russell, by Lycan]
5. Theory of Logic / E. Structures of Logic / 4. Variables in Logic
The idea of a variable is fundamental [Russell]
5. Theory of Logic / F. Referring in Logic / 1. Naming / b. Names as descriptive
Names don't have a sense, but are disguised definite descriptions [Russell, by Sawyer]
Russell says names are not denotations, but definite descriptions in disguise [Russell, by Kripke]
Russell says a name contributes a complex of properties, rather than an object [Russell, by Sawyer]
Are names descriptions, if the description is unknown, false, not special, or contains names? [McCullogh on Russell]
5. Theory of Logic / F. Referring in Logic / 1. Naming / c. Names as referential
Logically proper names introduce objects; definite descriptions introduce quantifications [Russell, by Bach]
The meaning of a logically proper name is its referent, but most names are not logically proper [Russell, by Soames]
5. Theory of Logic / F. Referring in Logic / 1. Naming / d. Singular terms
Russell rewrote singular term names as predicates [Russell, by Ayer]
"Nobody" is not a singular term, but a quantifier [Russell, by Lycan]
5. Theory of Logic / F. Referring in Logic / 1. Naming / e. Empty names
Russell implies that all sentences containing empty names are false [Sawyer on Russell]
5. Theory of Logic / F. Referring in Logic / 2. Descriptions / b. Definite descriptions
Critics say definite descriptions can refer, and may not embody both uniqueness and existence claims [Grayling on Russell]
Definite descriptions fail to refer in three situations, so they aren't essentially referring [Russell, by Sainsbury]
5. Theory of Logic / F. Referring in Logic / 2. Descriptions / c. Theory of definite descriptions
Russell's theory must be wrong if it says all statements about non-existents are false [Read on Russell]
The theory of descriptions eliminates the name of the entity whose existence was presupposed [Russell, by Quine]
Russell's theory explains non-existents, negative existentials, identity problems, and substitutivity [Russell, by Lycan]
Russell showed how to define 'the', and thereby reduce the ontology of logic [Russell, by Lackey]
The theory of definite descriptions reduces the definite article 'the' to the concepts of predicate logic [Russell, by Horwich]
Russell implies that 'the baby is crying' is only true if the baby is unique [Grayling on Russell]
Russell explained descriptions with quantifiers, where Frege treated them as names [Russell, by McCullogh]
Russell avoids non-existent objects by denying that definite descriptions are proper names [Russell, by Miller,A]
Denying definite description sentences are subject-predicate in form blocks two big problems [Russell, by Forbes,G]
Russell says apparent referring expressions are really assertions about properties [Russell, by Cooper,DE]
The theory of descriptions lacks conventions for the scope of quantifiers [Lackey on Russell]
Non-count descriptions don't threaten Russell's theory, which is only about singulars [Laycock on Russell]
Denoting is crucial in Russell's account of mathematics, for identifying classes [Russell, by Monk]
Russell's analysis means molecular sentences are ambiguous over the scope of the description [Kaplan on Russell]
5. Theory of Logic / G. Quantification / 3. Objectual Quantification
Existence is entirely expressed by the existential quantifier [Russell, by McGinn]
7. Existence / D. Theories of Reality / 11. Ontological Commitment / e. Ontological commitment problems
Russell showed that descriptions may not have ontological commitment [Russell, by Linsky,B]
7. Existence / E. Categories / 3. Proposed Categories
The Theory of Description dropped classes and numbers, leaving propositions, individuals and universals [Russell, by Monk]
8. Modes of Existence / B. Properties / 12. Denial of Properties
Russell can't attribute existence to properties [McGinn on Russell]
9. Objects / A. Existence of Objects / 4. Impossible objects
If the King of France is not bald, and not not-bald, this violates excluded middle [Linsky,B on Russell]
19. Language / B. Reference / 1. Reference theories
Russell argued with great plausibility that we rarely, if ever, refer with our words [Russell, by Cooper,DE]
19. Language / B. Reference / 2. Denoting
Referring is not denoting, and Russell ignores the referential use of definite descriptions [Donnellan on Russell]
Denoting phrases are meaningless, but guarantee meaning for propositions [Russell]
In 'Scott is the author of Waverley', denotation is identical, but meaning is different [Russell]
A definite description 'denotes' an entity if it fits the description uniquely [Russell, by Recanati]
19. Language / B. Reference / 4. Descriptive Reference / a. Sense and reference
By eliminating descriptions from primitive notation, Russell seems to reject 'sense' [Russell, by Kripke]
19. Language / B. Reference / 5. Speaker's Reference
Russell assumes that expressions refer, but actually speakers refer by using expressions [Cooper,DE on Russell]
19. Language / C. Assigning Meanings / 5. Fregean Semantics
Russell rejected sense/reference, because it made direct acquaintance with things impossible [Russell, by Recanati]
'Sense' is superfluous (rather than incoherent) [Russell, by Miller,A]
19. Language / C. Assigning Meanings / 6. Truth-Conditions Semantics
The theory of definite descriptions aims at finding correct truth conditions [Russell, by Lycan]
19. Language / D. Propositions / 3. Concrete Propositions
In graspable propositions the constituents are real entities of acquaintance [Russell]
23. Ethics / C. Virtue Theory / 3. Virtues / a. Virtues
Unlike us, the early Greeks thought envy was a good thing, and hope a bad thing [Hesiod, by Nietzsche]
28. God / B. Proving God / 2. Proofs of Reason / b. Ontological Proof critique
The ontological argument begins with an unproven claim that 'there exists an x..' [Russell]