Combining Texts

All the ideas for 'works (all lost)', 'Posterior Analytics' and 'Beginning Logic'

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


124 ideas

2. Reason / A. Nature of Reason / 1. On Reason
There is pure deductive reasoning, and explanatory demonstration reasoning [Aristotle, by Politis]
2. Reason / A. Nature of Reason / 6. Coherence
Maybe everything could be demonstrated, if demonstration can be reciprocal or circular [Aristotle]
2. Reason / B. Laws of Thought / 4. Contraries
Two falsehoods can be contrary to one another [Aristotle]
2. Reason / D. Definition / 4. Real Definition
Definitions are of what something is, and that is universal [Aristotle]
An Aristotelian definition is causal [Aristotle, by Witt]
Definition by division needs predicates, which are well ordered and thorough [Aristotle]
You can define objects by progressively identifying what is the same and what is different [Aristotle]
2. Reason / D. Definition / 6. Definition by Essence
What it is and why it is are the same; screening defines and explains an eclipse [Aristotle]
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]
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]
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
∧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]
∨E: Derive C from A∨B, if C can be derived both from A and from 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]
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 / 2. Tools of Propositional Logic / e. Axioms of PL
An axiom is a principle which must be understood if one is to learn anything [Aristotle]
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 / 6. Classical Logic
Demonstrations by reductio assume excluded middle [Aristotle]
5. Theory of Logic / B. Logical Consequence / 1. Logical Consequence
Something holds universally when it is proved of an arbitrary and primitive case [Aristotle]
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
Everything is either asserted or denied truly [Aristotle]
5. Theory of Logic / K. Features of Logics / 1. Axiomatisation
Aristotle's axioms (unlike Euclid's) are assumptions awaiting proof [Aristotle, by Leibniz]
6. Mathematics / A. Nature of Mathematics / 1. Mathematics
Mathematics is concerned with forms, not with superficial properties [Aristotle]
6. Mathematics / A. Nature of Mathematics / 2. Geometry
The essence of a triangle comes from the line, mentioned in any account of triangles [Aristotle]
6. Mathematics / A. Nature of Mathematics / 4. Using Numbers / a. Units
A unit is what is quantitatively indivisible [Aristotle]
8. Modes of Existence / B. Properties / 4. Intrinsic Properties
To seek truth, study the real connections between subjects and attributes [Aristotle]
8. Modes of Existence / D. Universals / 2. Need for Universals
Separate Forms aren't needed for logic, but universals (one holding of many) are essential [Aristotle]
8. Modes of Existence / D. Universals / 6. Platonic Forms / d. Forms critiques
We can forget the Forms, as they are irrelevant, and not needed in giving demonstrations [Aristotle]
9. Objects / A. Existence of Objects / 6. Nihilism about Objects
Why are being terrestrial and a biped combined in the definition of man, but being literate and musical aren't? [Aristotle]
9. Objects / B. Unity of Objects / 2. Substance / c. Types of substance
Units are positionless substances, and points are substances with position [Aristotle]
9. Objects / D. Essence of Objects / 4. Essence as Definition
Definitions recognise essences, so are not themselves essences [Aristotle]
9. Objects / D. Essence of Objects / 7. Essence and Necessity / c. Essentials are necessary
The predicates of a thing's nature are necessary to it [Aristotle]
9. Objects / D. Essence of Objects / 8. Essence as Explanatory
Aristotelian essences are properties mentioned at the starting point of a science [Aristotle, by Kung]
10. Modality / A. Necessity / 2. Nature of Necessity
What is necessary cannot be otherwise [Aristotle]
10. Modality / A. Necessity / 3. Types of Necessity
A stone travels upwards by a forced necessity, and downwards by natural necessity [Aristotle]
11. Knowledge Aims / A. Knowledge / 1. Knowledge
For Aristotle knowledge is explanatory, involving understanding, and principles or causes [Aristotle, by Witt]
'Episteme' means grasping causes, universal judgments, explanation, and teaching [Aristotle, by Witt]
The reason why is the key to knowledge [Aristotle]
11. Knowledge Aims / A. Knowledge / 2. Understanding
We understand a thing when we know its explanation and its necessity [Aristotle]
Some understanding, of immediate items, is indemonstrable [Aristotle]
We only understand something when we know its explanation [Aristotle]
11. Knowledge Aims / A. Knowledge / 4. Belief / c. Aim of beliefs
No one has mere belief about something if they think it HAS to be true [Aristotle]
11. Knowledge Aims / B. Certain Knowledge / 1. Certainty
Knowledge proceeds from principles, so it is hard to know if we know [Aristotle]
12. Knowledge Sources / B. Perception / 1. Perception
You cannot understand anything through perception [Aristotle]
12. Knowledge Sources / B. Perception / 2. Qualities in Perception / d. Secondary qualities
Some knowledge is lost if you lose a sense, and there is no way the knowledge can be replaced [Aristotle]
12. Knowledge Sources / D. Empiricism / 5. Empiricism Critique
Aristotle's concepts of understanding and explanation mean he is not a pure empiricist [Aristotle, by Frede,M]
Animals may have some knowledge if they retain perception, but understanding requires reasons to be given [Aristotle]
12. Knowledge Sources / E. Direct Knowledge / 4. Memory
Many memories of the same item form a single experience [Aristotle]
13. Knowledge Criteria / A. Justification Problems / 2. Justification Challenges / a. Agrippa's trilemma
Sceptics say justification is an infinite regress, or it stops at the unknowable [Aristotle]
13. Knowledge Criteria / B. Internal Justification / 4. Foundationalism / b. Basic beliefs
When you understand basics, you can't be persuaded to change your mind [Aristotle]
14. Science / A. Basis of Science / 2. Demonstration
Aim to get definitions of the primitive components, thus establishing the kind, and work towards the attributes [Aristotle]
There must be definitions before demonstration is possible [Aristotle]
All demonstration is concerned with existence, axioms and properties [Aristotle]
Demonstration is more than entailment, as the explanatory order must match the causal order [Aristotle, by Koslicki]
Aristotle gets asymmetric consequence from demonstration, which reflects real causal priority [Aristotle, by Koslicki]
Aristotle doesn't actually apply his theory of demonstration to his practical science [Leroi on Aristotle]
Premises must be true, primitive and immediate, and prior to and explanatory of conclusions [Aristotle]
We can know by demonstration, which is a scientific deduction leading to understanding [Aristotle]
Demonstrative understanding rests on necessary features of the thing in itself [Aristotle]
Demonstrations must be necessary, and that depends on the middle term [Aristotle]
Demonstrations are syllogisms which give explanations [Aristotle]
Universal demonstrations are about thought; particular demonstrations lead to perceptions [Aristotle]
Demonstration is better with fewer presuppositions, and it is quicker if these are familiar [Aristotle]
The principles of demonstrations are definitions [Aristotle]
A demonstration is a deduction which proceeds from necessities [Aristotle]
14. Science / C. Induction / 2. Aims of Induction
We learn universals from many particulars [Aristotle]
14. Science / D. Explanation / 1. Explanation / a. Explanation
What is most universal is furthest away, and the particulars are nearest [Aristotle]
Are particulars explained more by universals, or by other particulars? [Aristotle]
Universals are valuable because they make the explanations plain [Aristotle]
14. Science / D. Explanation / 1. Explanation / b. Aims of explanation
Explanation is of the status of a thing, inferences to it, initiation of change, and purpose [Aristotle]
What we seek and understand are facts, reasons, existence, and identity [Aristotle]
14. Science / D. Explanation / 2. Types of Explanation / e. Lawlike explanations
Explanation and generality are inseparable [Aristotle, by Wedin]
14. Science / D. Explanation / 2. Types of Explanation / g. Causal explanations
The foundation or source is stronger than the thing it causes [Aristotle]
14. Science / D. Explanation / 3. Best Explanation / a. Best explanation
Universals give better explanations, because they are self-explanatory and primitive [Aristotle]
15. Nature of Minds / C. Capacities of Minds / 5. Generalisation by mind
Perception creates primitive immediate principles by building a series of firm concepts [Aristotle]
A perception lodging in the soul creates a primitive universal, which becomes generalised [Aristotle]
18. Thought / E. Abstraction / 2. Abstracta by Selection
We learn primitives and universals by induction from perceptions [Aristotle]
19. Language / F. Communication / 3. Denial
Negation takes something away from something [Aristotle]
19. Language / F. Communication / 6. Interpreting Language / d. Metaphor
If you shouldn't argue in metaphors, then you shouldn't try to define them either [Aristotle]
26. Natural Theory / B. Natural Kinds / 6. Necessity of Kinds
Whatever holds of a kind intrinsically holds of it necessarily [Aristotle]
28. God / B. Proving God / 2. Proofs of Reason / b. Ontological Proof critique
Properties must be proved, but not essence; but existents are not a kind, so existence isn't part of essence [Aristotle]