Combining Texts

All the ideas for 'fragments/reports', 'Beginning Logic' and 'Problems of Knowledge'

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


83 ideas

3. Truth / C. Correspondence Truth / 3. Correspondence Truth critique
The only way to specify the corresponding fact is asserting the sentence [Williams,M]
3. Truth / D. Coherence Truth / 1. Coherence Truth
Coherence needs positive links, not just absence of conflict [Williams,M]
Justification needs coherence, while truth might be ideal coherence [Williams,M]
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
The sign |- may be read as 'therefore' [Lemmon]
That proposition that both P and Q is their 'conjunction', written P∧Q [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 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]
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]
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]
5. Theory of Logic / A. Overview of Logic / 3. Value of Logic
Deduction shows entailments, not what to believe [Williams,M]
5. Theory of Logic / B. Logical Consequence / 8. Material Implication
The paradoxes of material implication are P |- Q → P, and ¬P |- P → Q [Lemmon]
11. Knowledge Aims / A. Knowledge / 4. Belief / a. Beliefs
We could never pin down how many beliefs we have [Williams,M]
11. Knowledge Aims / B. Certain Knowledge / 1. Certainty
Propositions make error possible, so basic experiential knowledge is impossible [Williams,M]
11. Knowledge Aims / C. Knowing Reality / 2. Phenomenalism
Phenomenalism is a form of idealism [Williams,M]
12. Knowledge Sources / B. Perception / 4. Sense Data / a. Sense-data theory
Sense data avoid the danger of misrepresenting the world [Williams,M]
12. Knowledge Sources / B. Perception / 4. Sense Data / d. Sense-data problems
Sense data can't give us knowledge if they are non-propositional [Williams,M]
13. Knowledge Criteria / A. Justification Problems / 1. Justification / a. Justification issues
Is it people who are justified, or propositions? [Williams,M]
13. Knowledge Criteria / B. Internal Justification / 2. Pragmatic justification
What works always takes precedence over theories [Williams,M]
13. Knowledge Criteria / B. Internal Justification / 4. Foundationalism / b. Basic beliefs
Experience must be meaningful to act as foundations [Williams,M]
13. Knowledge Criteria / B. Internal Justification / 4. Foundationalism / c. Empirical foundations
Are empirical foundations judgements or experiences? [Williams,M]
13. Knowledge Criteria / B. Internal Justification / 4. Foundationalism / f. Foundationalism critique
Foundationalists are torn between adequacy and security [Williams,M]
Strong justification eliminates error, but also reduces our true beliefs [Williams,M]
13. Knowledge Criteria / B. Internal Justification / 5. Coherentism / c. Coherentism critique
Why should diverse parts of our knowledge be connected? [Williams,M]
Coherence theory must give a foundational status to coherence itself [Williams,M]
13. Knowledge Criteria / C. External Justification / 1. External Justification
Externalism does not require knowing that you know [Williams,M]
Externalism ignores the social aspect of knowledge [Williams,M]
13. Knowledge Criteria / C. External Justification / 2. Causal Justification
In the causal theory of knowledge the facts must cause the belief [Williams,M]
How could there be causal relations to mathematical facts? [Williams,M]
Only a belief can justify a belief [Williams,M]
13. Knowledge Criteria / C. External Justification / 3. Reliabilism / a. Reliable knowledge
Externalist reliability refers to a range of conventional conditions [Williams,M]
13. Knowledge Criteria / C. External Justification / 3. Reliabilism / b. Anti-reliabilism
Sometimes I ought to distrust sources which are actually reliable [Williams,M]
13. Knowledge Criteria / C. External Justification / 5. Controlling Beliefs
We control our beliefs by virtue of how we enquire [Williams,M]
13. Knowledge Criteria / D. Scepticism / 1. Scepticism
Scepticism just reveals our limited ability to explain things [Williams,M]
13. Knowledge Criteria / D. Scepticism / 2. Types of Scepticism
Scepticism can involve discrepancy, relativity, infinity, assumption and circularity [Williams,M]
14. Science / A. Basis of Science / 1. Observation
Seeing electrons in a cloud chamber requires theory [Williams,M]
19. Language / A. Nature of Meaning / 7. Meaning Holism / a. Sentence meaning
Foundationalists base meaning in words, coherentists base it in sentences [Williams,M]
26. Natural Theory / A. Speculations on Nature / 5. Infinite in Nature
Archelaus was the first person to say that the universe is boundless [Archelaus, by Diog. Laertius]
27. Natural Reality / G. Biology / 3. Evolution
Archelaus said life began in a primeval slime [Archelaus, by Schofield]