First order language

From Maths
Jump to: navigation, search
Provisional page grade: A
This page is provisional
This page is provisional and the information it contains may change before this notice is removed (in a backwards incompatible way). This usually means the content is from one source and that source isn't the most formal, or there are many other forms floating around. It is on a to-do list for being expanded.The message provided is:
Needed for set theory
Stub grade: A
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Tasks:
  1. Expand on the logical connective symbol caution.
There are notes on this topic

Definition

A first order language, L consists[1] of two types of symbols, non-logical and logical, these are described in the tree below:

  • Non-logical symbols - these are the same for all first order languages
    • V - The set of (at most countably many, possibly empty) variable symbols: x1,x2,,xn,
    • C - The set of logical connective symbols. Caution:Not all of these are needed, you can write some in terms of others
      1. ¬ - logical not
      2. - logical and
      3. - logical or
      4. - logical implication, "if ... then ..."
      5. - logical equivalence (AKA: if and only if)
    • Q - The set of quantifier symbols. Caution:Given ¬ you can define x(A) as ¬(x(¬(A))) or define x(A) as ¬(x(¬(A)))
    • E - The set containing the equality symbol. We will use for this (to separate it from equality in the meta-language)
    • B - The set of brackets, that is "(" and ")".
      • AKA: P - for "parentheses", but you know it's BODMAS not "PODMAS".
  • Non-logical symbols - these vary from language to language
    • Lc - the set of (possibly zero, at most countably many) constant symbols, c1,c2,,cn,.
    • Lf - the set of (possibly zero, at most countably many) function symbols.
      • Each function has an arity, and we write ft1t2tm for an m-ary function (here the ti are terms)
        • Here m1[1] Caution:This is disputed, Kunen's Set Theory gives an example of 0-ary predicates and functions!
    • LP - the set of (possibly zero, at most countably many) predicate symbols, P1,P2,,Pn,.
      • Each predicate has an arity and we write Pt1t2tm for an m-ary predicate symbol. Here the ti are terms
        • Here m1[1] Caution:This is disputed, see caution above

See next


TODO: Add more



References

  1. Jump up to: 1.0 1.1 1.2 Mathematical Logic - Foundations for Information Science - Wei Li

Template:Formal logic navbox