Slide Number 1 - PowerPoint PPT Presentation

About This Presentation
Title:

Slide Number 1

Description:

The 'arity' of each predicate symbol: P X X, R X ... So do assumptions, axioms and (in Z) predicate. ... N is a special purpose set with its own operators, predicates ... – PowerPoint PPT presentation

Number of Views:17
Avg rating:3.0/5.0
Slides: 22
Provided by: alessand88
Category:
Tags: number | predicate

less

Transcript and Presenter's Notes

Title: Slide Number 1


1
Unit 2 Theories and Schemas

Aims and Objectives
  • This lecture aims to
  • Recall some concepts in logic logical theories
    and models.
  • Define state-based specifications as logical
    theories.
  • Define basic ingredients of state-based
    specifications
  • the schema notation the notion of schema
    inclusion.

2
Logical theories
A logical theory is a set of formulae written in
a given formal language.
A formal language
  • Constants are elements of a given domain (or
    sort)
  • e.g. Peter is an element of a domain (sort) X
    people
  • Functions map element(s) to an element of the
    domain e.g. mother people ? people ?
    mother(Peter)Anne
  • Predicates are relations over elements of the
    domain e.g. brother ? people ? people ?
    brother(Peter,John)

3
Signature
The signature of a given logical theory is the
collection of extra-logical symbols used in the
theory.
Given a domain X and a logical theory, defining
a signature means defining
  • The constants, as elements of the domain
    aX
  • The arity of each function symbol f
    X ? X, g X ? X ? X
  • The arity of each predicate symbol P ? X ?
    X, R ? X

4
Examples of theories and signatures
5
Structures and Models
Structure
Given a signature, a structure is a formal
definition of the meaning of each symbol in the
signature.
6
Evaluation in First-order Logic
Once we have a structure, we can say if formulae
are true or false.
7
Signatures, Theories, Structures, Models
  • A signature (or vocabulary or language) describes
    the extra-logical ingredients that need to be
    interpreted.
  • A theory comprises a signature and some logical
    formulae (axioms) constructed using the
    signatures symbols.
  • Signatures are interpreted using structures (in
    which the ingredients are interpreted
    set-theoretically).
  • Theories are interpreted using models (structures
    in which the axioms are true).

8
Schemas Basic Idea
Formal specifications can be seen as logical
theories of which the system is the real-world
model (domains are often collections of elements
in the real world, not mathematical sets).
We distinguish between state-based specifications
and class-based specifications.
9
Schemas
  • From a logic perspective, schemas can be seen as
    notation for theories. A schema has two parts
    signatures and axioms.
  • Schema notation is adapted from Z.
  • Our logical view of schemas is different from
    that of Z
  • but their use in practice is very similar.

10
Terminology
  • Vocabulary, signature, extra-logical symbols and
    (in Z) declaration all mean more or less the
    same.
  • So do assumptions, axioms and (in Z) predicate.
  • Predicate in Z is not the same as predicate
    in predicate logic.

11
Example a logical theory as schema
  • A schema can be used to describe vocabulary and
    assumptions.
  • Consider the logical theory defined by
  • ?x. ?y. (P(a,y) ? Q(f(y),x))

The domain
The schema
The signature
The axioms
  • Prems is just a name weve invented for this
    schema
  • Given a schema, we can draw inferences from it
  • logical consequences of the axioms using the
    symbols in the signature.

12
Notation
  • means of type
  • ? means functions - so f X ? X means f is a
    function with one argument
  • ? is used for predicates
  • ? means Cartesian product - so P ? X?X means
    P is a predicate with two arguments
  • The bound variables x and y dont need declaring
    in the signature.

13
Example of a schema
  • N is a special purpose set with its own
    operators, predicates and reasoning principles
    already defined.
  • No carrier needed!
  • Structure needs carrier to show range of values
    of variables - but that is already fixed for
    variables of type N.
  • No need to declare 0 or in the signature.

14
A list example
  • seqX is the type of finite sequences (lists)
    from X
  • is sometimes of type, sometimes cons
  • you can tell which by the context
  • and are ordinary list notation
  • scrub means delete all instances of an element
    from the list.

15
Schema inclusion (an example)
Consider now the extended theory
?x. ?y. (P(a,y) ? Q(f(y),x)), ?y. (P(a,y) ?
Q(f(y),x0 ))), P(a,y0)
16
Schema inclusion (definition)
PremsX written in ExtPrems is a schema inclusion
It means everything in schema Prems is also part
of schema ExtPrems.
ExtPrems written out in full.
ExtPrems with Prems as inclusion.
  • Very useful shorthand
  • Shows hierarchy of schemas and sub-schemas

17
Example of schema (Many-sorted logic)
  • Consider this
  • Needs two carriers!
  • Structure pair of sets with function between
    them.
  • people and towns are two sorts in a
    many-sorted signature.
  • One sort (ordinary predicate logic).
  • No sorts (propositional logic).

18
Many-sorted Logic
Signature
A set of sorts or domains
Sorts are like types in a programming language
A set of constant symbols, each with its own sort

A set of predicate symbols, each with a given
arity
P is of this arity P ? X1 ? ? Xn, where X1,
.,Xn may be different domains.
A set of function symbols, each with a given
arity
f is a function of this arity f X1 ? ? Xn
?Ywhere X1, .,Xn, and Y may be different domains
Formulae can be meaningless simply because they
are not well-typed.
19
Examples of many-sorted formulae
?sStudentIC. (grade(s)first)
?eEmployees. (salary(e) lt 20000).
?bbooks, ?ppeople. (italian(p)?read(p,b)) ?
btopolino
?bLib_books. (borrowed(b) ? status(b)
out_library).
?tTime, ?sStudents, ?b,b1Lib_books.
(borrowing(s,b,t) ? borrowing(s,b1,t) ?bb1).
20
Sorts and types
  • Sorts (logic) and types (programming) are roughly
    the same.
  • Can construct lots, e.g. N, seqX, FX, etc.
  • The only ones that go in square brackets at the
    top of the schema are the primitive sorts,
    which are not special purpose sets or sets
    constructed out of others.

right
wrong
21
Summary
  • A schema is a way of describing a logical theory.
  • The description has
  • sorts (primitive sorts, constructed sorts like N,
    seqX)
  • constants, functions, predicates, propositions
  • axioms.
  • A schema inclusion is a shorthand notation for
    schemas.
  • A schema has models.
  • If the schema is a specification, then a model is
    the real-world system that satisfies the axioms
    of the schema.
Write a Comment
User Comments (0)
About PowerShow.com