krr-IV-part 2
krr-IV-part 2
• 2. Identity in Databases:
• Identity in systems is managed through unique serial numbers or identifiers.
• This method of tracking identity relies on conventions agreed upon by authorities or
systems.
5.1.2. Verbs as Connectors (Nexus):
• 1. Meaning of Context:
• The word context has different meanings depending on the area of study
(linguistics, philosophy, artificial intelligence).
• Two Major Senses:
• Basic Meaning: The surrounding text or discourse that gives meaning to a
word or phrase.
• Derived Meaning: The situation, environment, or background related to the
subject of interest.
• 2. Ambiguity of Context:
• Context can refer to the text itself, what the text is about, the information it
provides, or its potential uses. The confusion comes from which of these aspects
is the focus.
• 3. Functions of Context:
• Syntax: Organizing or grouping parts of text.
• Semantics: Describing or referring to real or hypothetical situations.
• Pragmatics: The purpose or reason for using the text or referring to a
situation.
• Context in Computing & Logic:
• LISP: Uses the quote operator to treat code as data.
• Logic: Quoting blocks standard inference rules, enabling new
interpretations.
• Purpose: Context sets boundaries for interpretation.
5.2.1 PEIRCE'S CoNTEXTS
• Peirce’s Notation for Contexts:
• Graphical Notation: Ovals mark propositions within a context.
• Function: Separates levels of meaning, with outer statements
commenting on inner ones.
• Peirce’s Theory of Contexts:
• Represented logical statements using graphs.
• Focused on semantics (meaning) and pragmatics (purpose).
• Studied how information moves in and out of contexts.
• Three Basic Primitives in Existential Graphs (EGs):
• Existential Quantifier: Bars show variables.
• Conjunction: Two graphs in the same context mean "AND" (e.g., x∧y).
• Negation: An oval without lines represents negation (e.g., ¬p).
• Example – “If a farmer owns a donkey, then he beats it”:
• EGs: Two ovals for negations, identity lines link variables.
• CGs: Context as a concept, coreference links, explicit negation ("-").
• Translation into Logical Formulas:
• EG formula: ¬(∃x)(∃y)(farmer(x)∧donkey(y)∧owns(x,y)∧¬beats(x,y)
• CG formula: ¬(∃x:Farmer)(∃y:Donkey)(owns(x,y)∧¬beats(x,y))
• Key Difference Between EGs and CGs:
• EGs: Use lines of identity for existential quantifiers and connections.
• CGs: Separate functions—concepts (e.g., [Farmer], [Donkey]) represent variables,
and arrows show relations.
• Tinctured Contexts:
• White (Argent): Standard FOL truth.
• Other Metals: Specialized FOL (e.g., physical, mathematical truths).
• Modal Contexts:
• Dark Blue: Logical possibility.
• Light Blue: Belief-based (epistemic logic).
• Red: Physical possibility.
• Green: Query mode (Prolog/SQL).
• Purple: Freedom/obligation (deontic logic).
• Intentional Contexts:
• Hope(a, p) = Fear(a, ¬p).
• Ambivalence(a, p) → Contradiction (p & ¬p).
• Key Idea: Peirce’s system classifies contexts but remains incomplete.
5.4 First-Order Reasoning in
Contexts
• 1. Contexts in Logic
• Syntax: Contexts enclose propositions.
• Semantics: An agent asserts, believes, or assumes the proposition.
• Pragmatics: Contexts separate statements from meta-statements (e.g.,
beliefs about statements).
• 2. Soundness & Completeness
• Soundness: If provable, it is true.
• Completeness: If true, it is provable.
• Gödel’s Theorem: Higher-order logic is incomplete—some true
statements are not provable.
• 3. Import-Export Rules
• Move information in/out of contexts while preserving truth.
• Three Contexts:
• Actual: Physical or mathematical truth.
• Modal: Possible vs. necessary truths.
• Intentional: Agents’ beliefs about possible worlds.
• 4. Peirce’s Rules of Inference
• Five Rules:
• Erasure: Remove info in positive contexts.
• Insertion: Add info in negative contexts.
• Iteration: Copy a proposition within a context.
• Deiteration: Remove redundant copies.
• Double Negation: Insert/remove ¬¬ freely.
• Supports First-Order Logic (FOL) more efficiently than Principia Mathematica.
6.Peirce’s Proof & Algebraic Notation
• Existential Graphs (EGs): Peirce’s 7-step proof for Leibniz’s theorem was far
simpler than Principia Mathematica's 43 steps.
• Algebraic Notation: Logical operators affect negation depth:
• Implication (⇒): ¬(p∧¬q)→ p +1, q +2 depth.
• Disjunction (∨): ¬(¬p∧¬q)→ +2 depth.
• Universal (∀x p): ¬(∃x¬p)→ +2 depth.