Combining Texts

All the ideas for 'Truth (frags)', 'Beginning Logic' and 'Intermediate Logic'

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


124 ideas

4. Formal Logic / A. Syllogistic Logic / 2. Syllogistic Logic
Venn Diagrams map three predicates into eight compartments, then look for the conclusion [Bostock]
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
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]
That proposition that both P and Q is their 'conjunction', 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]
The sign |- may be read as 'therefore' [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]
'Disjunctive Normal Form' is ensuring that no conjunction has a disjunction within its scope [Bostock]
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]
'Conjunctive Normal Form' is ensuring that no disjunction has a conjunction within its scope [Bostock]
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
∧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]
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]
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]
'Disjunction' says that Γ,φ∨ψ|= iff Γ,φ|= and Γ,ψ|= [Bostock]
'Assumptions' says that a formula entails itself (φ|=φ) [Bostock]
'Thinning' allows that if premisses entail a conclusion, then adding further premisses makes no difference [Bostock]
The 'conditional' is that Γ|=φ→ψ iff Γ,φ|=ψ [Bostock]
'Cutting' allows that if x is proved, and adding y then proves z, you can go straight to z [Bostock]
'Negation' says that Γ,¬φ|= iff Γ|=φ [Bostock]
'Conjunction' says that Γ|=φ∧ψ iff Γ|=φ and Γ|=ψ [Bostock]
4. Formal Logic / B. Propositional Logic PL / 2. Tools of Propositional Logic / e. Axioms of PL
A logic with ¬ and → needs three axiom-schemas and one rule as foundation [Bostock]
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 / E. Nonclassical Logics / 6. Free Logic
A 'free' logic can have empty names, and a 'universally free' logic can have empty domains [Bostock]
5. Theory of Logic / A. Overview of Logic / 6. Classical Logic
Truth is the basic notion in classical logic [Bostock]
Elementary logic cannot distinguish clearly between the finite and the infinite [Bostock]
Fictional characters wreck elementary logic, as they have contradictions and no excluded middle [Bostock]
5. Theory of Logic / B. Logical Consequence / 3. Deductive Consequence |-
The syntactic turnstile |- φ means 'there is a proof of φ' or 'φ is a theorem' [Bostock]
5. Theory of Logic / B. Logical Consequence / 4. Semantic Consequence |=
Validity is a conclusion following for premises, even if there is no proof [Bostock]
It seems more natural to express |= as 'therefore', rather than 'entails' [Bostock]
Γ|=φ is 'entails'; Γ|= is 'is inconsistent'; |=φ is 'valid' [Bostock]
5. Theory of Logic / B. Logical Consequence / 5. Modus Ponens
MPP: 'If Γ|=φ and Γ|=φ→ψ then Γ|=ψ' (omit Γs for Detachment) [Bostock]
MPP is a converse of Deduction: If Γ |- φ→ψ then Γ,φ|-ψ [Bostock]
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 / 4. Identity in Logic
|= α=α and α=β |= φ(α/ξ ↔ φ(β/ξ) fix identity [Bostock]
If we are to express that there at least two things, we need identity [Bostock]
The sign '=' is a two-place predicate expressing that 'a is the same thing as b' (a=b) [Bostock]
5. Theory of Logic / E. Structures of Logic / 2. Logical Connectives / a. Logical connectives
Truth-functors are usually held to be defined by their truth-tables [Bostock]
5. Theory of Logic / E. Structures of Logic / 5. Functions in Logic
A 'zero-place' function just has a single value, so it is a name [Bostock]
A 'total' function ranges over the whole domain, a 'partial' function over appropriate inputs [Bostock]
5. Theory of Logic / F. Referring in Logic / 1. Naming / a. Names
In logic, a name is just any expression which refers to a particular single object [Bostock]
5. Theory of Logic / F. Referring in Logic / 1. Naming / e. Empty names
An expression is only a name if it succeeds in referring to a real object [Bostock]
5. Theory of Logic / F. Referring in Logic / 2. Descriptions / b. Definite descriptions
Definite descriptions don't always pick out one thing, as in denials of existence, or errors [Bostock]
Definite desciptions resemble names, but can't actually be names, if they don't always refer [Bostock]
Because of scope problems, definite descriptions are best treated as quantifiers [Bostock]
Definite descriptions are usually treated like names, and are just like them if they uniquely refer [Bostock]
We are only obliged to treat definite descriptions as non-names if only the former have scope [Bostock]
5. Theory of Logic / F. Referring in Logic / 2. Descriptions / c. Theory of definite descriptions
Names do not have scope problems (e.g. in placing negation), but Russell's account does have that problem [Bostock]
5. Theory of Logic / G. Quantification / 1. Quantification
'Prenex normal form' is all quantifiers at the beginning, out of the scope of truth-functors [Bostock]
5. Theory of Logic / G. Quantification / 2. Domain of Quantification
If we allow empty domains, we must allow empty names [Bostock]
5. Theory of Logic / H. Proof Systems / 1. Proof Systems
An 'informal proof' is in no particular system, and uses obvious steps and some ordinary English [Bostock]
5. Theory of Logic / H. Proof Systems / 2. Axiomatic Proof
Quantification adds two axiom-schemas and a new rule [Bostock]
Axiom systems from Frege, Russell, Church, Lukasiewicz, Tarski, Nicod, Kleene, Quine... [Bostock]
5. Theory of Logic / H. Proof Systems / 3. Proof from Assumptions
'Conditonalised' inferences point to the Deduction Theorem: If Γ,φ|-ψ then Γ|-φ→ψ [Bostock]
The Deduction Theorem greatly simplifies the search for proof [Bostock]
Proof by Assumptions can always be reduced to Proof by Axioms, using the Deduction Theorem [Bostock]
The Deduction Theorem and Reductio can 'discharge' assumptions - they aren't needed for the new truth [Bostock]
5. Theory of Logic / H. Proof Systems / 4. Natural Deduction
Natural deduction takes proof from assumptions (with its rules) as basic, and axioms play no part [Bostock]
Excluded middle is an introduction rule for negation, and ex falso quodlibet will eliminate it [Bostock]
In natural deduction we work from the premisses and the conclusion, hoping to meet in the middle [Bostock]
Natural deduction rules for → are the Deduction Theorem (→I) and Modus Ponens (→E) [Bostock]
5. Theory of Logic / H. Proof Systems / 5. Tableau Proof
Unlike natural deduction, semantic tableaux have recipes for proving things [Bostock]
Tableau proofs use reduction - seeking an impossible consequence from an assumption [Bostock]
A completed open branch gives an interpretation which verifies those formulae [Bostock]
Non-branching rules add lines, and branching rules need a split; a branch with a contradiction is 'closed' [Bostock]
In a tableau proof no sequence is established until the final branch is closed; hypotheses are explored [Bostock]
A tree proof becomes too broad if its only rule is Modus Ponens [Bostock]
Tableau rules are all elimination rules, gradually shortening formulae [Bostock]
5. Theory of Logic / H. Proof Systems / 6. Sequent Calculi
Each line of a sequent calculus is a conclusion of previous lines, each one explicitly recorded [Bostock]
A sequent calculus is good for comparing proof systems [Bostock]
5. Theory of Logic / I. Semantics of Logic / 1. Semantics of Logic
Interpretation by assigning objects to names, or assigning them to variables first [Bostock, by PG]
5. Theory of Logic / I. Semantics of Logic / 5. Extensionalism
Extensionality is built into ordinary logic semantics; names have objects, predicates have sets of objects [Bostock]
If an object has two names, truth is undisturbed if the names are swapped; this is Extensionality [Bostock]
5. Theory of Logic / K. Features of Logics / 2. Consistency
For 'negation-consistent', there is never |-(S)φ and |-(S)¬φ [Bostock]
A proof-system is 'absolutely consistent' iff we don't have |-(S)φ for every formula [Bostock]
A set of formulae is 'inconsistent' when there is no interpretation which can make them all true [Bostock]
5. Theory of Logic / K. Features of Logics / 6. Compactness
Inconsistency or entailment just from functors and quantifiers is finitely based, if compact [Bostock]
Compactness means an infinity of sequents on the left will add nothing new [Bostock]
6. Mathematics / B. Foundations for Mathematics / 4. Axioms for Number / f. Mathematical induction
Ordinary or mathematical induction assumes for the first, then always for the next, and hence for all [Bostock]
Complete induction assumes for all numbers less than n, then also for n, and hence for all numbers [Bostock]
8. Modes of Existence / A. Relations / 4. Formal Relations / a. Types of relation
A relation is not reflexive, just because it is transitive and symmetrical [Bostock]
Relations can be one-many (at most one on the left) or many-one (at most one on the right) [Bostock]
9. Objects / F. Identity among Objects / 5. Self-Identity
If non-existent things are self-identical, they are just one thing - so call it the 'null object' [Bostock]
10. Modality / A. Necessity / 6. Logical Necessity
The idea that anything which can be proved is necessary has a problem with empty names [Bostock]
19. Language / C. Assigning Meanings / 3. Predicates
A (modern) predicate is the result of leaving a gap for the name in a sentence [Bostock]