Combining Philosophers

All the ideas for Aeschylus, E.J. Lemmon and Jos A. Benardete

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


79 ideas

1. Philosophy / E. Nature of Metaphysics / 1. Nature of Metaphysics
Metaphysics focuses on Platonism, essentialism, materialism and anti-realism [Benardete,JA]
1. Philosophy / F. Analytic Philosophy / 5. Linguistic Analysis
There are the 'is' of predication (a function), the 'is' of identity (equals), and the 'is' of existence (quantifier) [Benardete,JA]
1. Philosophy / F. Analytic Philosophy / 7. Limitations of Analysis
Analytical philosophy analyses separate concepts successfully, but lacks a synoptic vision of the results [Benardete,JA]
1. Philosophy / G. Scientific Philosophy / 1. Aims of Science
Presumably the statements of science are true, but should they be taken literally or not? [Benardete,JA]
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]
We write the conditional 'if P (antecedent) then Q (consequent)' as P→Q [Lemmon]
That proposition that either P or Q is their 'disjunction', written P∨Q [Lemmon]
We write the 'negation' of P (not-P) as ¬ [Lemmon]
We write 'P if and only if Q' as P↔Q; it is also P iff Q, or (P→Q)∧(Q→P) [Lemmon]
If A and B are 'interderivable' from one another we may write A -||- B [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]
The 'scope' of a connective is the connective, the linked formulae, and the brackets [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]
'Contrary' propositions are never both true, so that ¬(A∧B) is a tautology [Lemmon]
Two propositions are 'equivalent' if they mirror one another's truth-value [Lemmon]
A wff is 'contingent' if produces at least one T and at least one F [Lemmon]
'Subcontrary' propositions are never both false, so that A∨B is a tautology [Lemmon]
A 'implies' B if B is true whenever A is true (so that A→B is tautologous) [Lemmon]
A wff is a 'tautology' if all assignments to variables result in the value T [Lemmon]
A 'theorem' is the conclusion of a provable sequent with zero assumptions [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]
A: we may assume any proposition at any stage [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]
∧I: Given A and B, we may derive A∧B [Lemmon]
CP: Given a proof of B from A as assumption, we may derive A→B [Lemmon]
MPP: Given A and A→B, we may derive B [Lemmon]
RAA: If assuming A will prove B∧¬B, then derive ¬A [Lemmon]
MTT: Given ¬B and A→B, we derive ¬A [Lemmon]
∨I: Given either A or B separately, we may derive A∨B [Lemmon]
4. Formal Logic / B. Propositional Logic PL / 2. Tools of Propositional Logic / d. Basic theorems of PL
'Modus tollendo ponens' (MTP) says ¬P, P ∨ Q |- Q [Lemmon]
'Modus ponendo tollens' (MPT) says P, ¬(P ∧ Q) |- ¬Q [Lemmon]
We can change conditionals into negated conjunctions with P→Q -||- ¬(P ∧ ¬Q) [Lemmon]
We can change conditionals into disjunctions with P→Q -||- ¬P ∨ Q [Lemmon]
De Morgan's Laws make negated conjunctions/disjunctions into non-negated disjunctions/conjunctions [Lemmon]
The Distributive Laws can rearrange a pair of conjunctions or disjunctions [Lemmon]
We can change conjunctions into negated conditionals with P→Q -||- ¬(P → ¬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]
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]
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]
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 / F. Set Theory ST / 1. Set Theory
Set theory attempts to reduce the 'is' of predication to mathematics [Benardete,JA]
The set of Greeks is included in the set of men, but isn't a member of it [Benardete,JA]
4. Formal Logic / F. Set Theory ST / 4. Axioms for Sets / a. Axioms for sets
The standard Z-F Intuition version of set theory has about ten agreed axioms [Benardete,JA, by PG]
5. Theory of Logic / B. Logical Consequence / 8. Material Implication
The paradoxes of material implication are P |- Q → P, and ¬P |- P → Q [Lemmon]
6. Mathematics / A. Nature of Mathematics / 2. Geometry
Greeks saw the science of proportion as the link between geometry and arithmetic [Benardete,JA]
6. Mathematics / A. Nature of Mathematics / 3. Nature of Numbers / b. Types of number
Negatives, rationals, irrationals and imaginaries are all postulated to solve baffling equations [Benardete,JA]
Natural numbers are seen in terms of either their ordinality (Peano), or cardinality (set theory) [Benardete,JA]
7. Existence / B. Change in Existence / 4. Events / a. Nature of events
If slowness is a property of walking rather than the walker, we must allow that events exist [Benardete,JA]
7. Existence / C. Structure of Existence / 8. Stuff / a. Pure stuff
Early pre-Socratics had a mass-noun ontology, which was replaced by count-nouns [Benardete,JA]
8. Modes of Existence / D. Universals / 6. Platonic Forms / d. Forms critiques
If there is no causal interaction with transcendent Platonic objects, how can you learn about them? [Benardete,JA]
9. Objects / C. Structure of Objects / 5. Composition of an Object
Why should packed-together particles be a thing (Mt Everest), but not scattered ones? [Benardete,JA]
9. Objects / D. Essence of Objects / 6. Essence as Unifier
Could a horse lose the essential property of being a horse, and yet continue to exist? [Benardete,JA]
9. Objects / E. Objects over Time / 2. Objects that Change
If a soldier continues to exist after serving as a soldier, does the wind cease to exist after it ceases to blow? [Benardete,JA]
9. Objects / E. Objects over Time / 8. Continuity of Rivers
One can step into the same river twice, but not into the same water [Benardete,JA]
9. Objects / F. Identity among Objects / 5. Self-Identity
Absolutists might accept that to exist is relative, but relative to what? How about relative to itself? [Benardete,JA]
Maybe self-identity isn't existence, if Pegasus can be self-identical but non-existent [Benardete,JA]
12. Knowledge Sources / A. A Priori Knowledge / 1. Nature of the A Priori
The clearest a priori knowledge is proving non-existence through contradiction [Benardete,JA]
12. Knowledge Sources / A. A Priori Knowledge / 5. A Priori Synthetic
If we know truths about prime numbers, we seem to have synthetic a priori knowledge of Platonic objects [Benardete,JA]
Logical positivism amounts to no more than 'there is no synthetic a priori' [Benardete,JA]
Assertions about existence beyond experience can only be a priori synthetic [Benardete,JA]
Appeals to intuition seem to imply synthetic a priori knowledge [Benardete,JA]
25. Social Practice / D. Justice / 2. The Law / b. Rule of law
The 'Eumenides' of Aeschylus shows blood feuds replaced by law [Aeschylus, by Grayling]
27. Natural Reality / C. Space / 3. Points in Space
Rationalists see points as fundamental, but empiricists prefer regions [Benardete,JA]
28. God / B. Proving God / 2. Proofs of Reason / a. Ontological Proof
In the ontological argument a full understanding of the concept of God implies a contradiction in 'There is no God' [Benardete,JA]