1 / 18

Lógica de Predicados

Lógica de Predicados. Dr. Rogelio Dávila Pérez Profesor-Investigador Depto. de Tecnologías de la Información ITESM, Campus Guadalajara. Lógica de Predicados. I. Sintaxis 1. Vocabulario Constantes lógicas:  Conectores lógicos: , , , , = Cuantificadores: , 

clodia
Download Presentation

Lógica de Predicados

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lógica de Predicados Dr. Rogelio Dávila Pérez Profesor-Investigador Depto. de Tecnologías de la Información ITESM, Campus Guadalajara

  2. Lógica de Predicados I. Sintaxis 1. Vocabulario • Constantes lógicas:  • Conectores lógicos: , , , , = • Cuantificadores: ,  • Símbolos de puntuación: ‘(’ , ‘)’ , ‘,’ • Símbolos predicados: Rn, Pm, Qs, … • Símbolos de función: fn, gm, rs, … • Símbolos constantes: a, b, c, … • Variables individuales: x, y, z 2. Términos • Un símbolo constante es un término. • Una variable individual es un término. • Si fn es un símbolo de función n-aria y, t1, …, tn son términos entonces fn(t1, …, tn ) es un término.

  3. Lógica de Predicados 3. Fórmulas bien-formadas (fbfs) • La constante , llamada contradicción, es una fbf. • Si Rn es un símbolo predicado n-ario , y t1, …, tn son términos entonces Rn (t1, …, tn ) es una fbf. • Si  y  son fbfs, entonces , ,  y  también fbfs. • Si  es una fbf y x es una variable, entonces x.(x) y  x.(x) son ambas fbfs. • Nada fuera de lo indicado en (a)-(d) es una fbf.

  4. Lógica de Predicados II. Reglas de Inferencia • Todas las reglas de inferencia de la lógica proposicional son válidas en la lógica de predicados. • Reglas del cuantificador Universal  -Intro  -Elim (Instanciación Universal) (a) … (a) x.(x) (a) x.((x) (x)) Solo en el caso de que (a) y (a) no sean premisas, y ‘a’ no aparezca en las premisas.

  5. Lógica de Predicados • Reglas del cuantificador Existencial -Intro -Elim y. (y) (a) y. (y) (a) …   Sólo en el caso de que ‘a’ no aparezca en ‘’.

  6. Identidades de la lógica de predicados (a)    v  (b) Ley de Contraposición:      (c) Leyes Distributivas: (i)  v ()  ( v )  ( v ) (ii)  ( v )  () v () (e) Leyes de DeMorgan: (i)  ( v )    (ii)  ()   v   (f) x. (x)x.  (x) (g) x. (x)x.  (x)

  7. Traduzca las siguientes oraciones a lógica (a) Monica likes some of her students. (b) Monica likes all her students. (c) All men are created equal. (d) Roses are red; violets are blue. (e) Some freshmen are intelligent. (f) All freshmen are intelligent. (g) No freshmen are intelligent. (h) One of the coats in the closet belongs to Sarah. (i) Some Juniors date only Seniors. (j) Not all birds can fly. Lógica de Predicados

  8. (k) Every elephant has a trunk. (l) Adams is not married to anyone. (m) No freshmen are not serious. (n) Someone profited from the great depression. (o) All fish except sharks are kind to children. (p) Anyone with two or more spouses is a bigamist. (q) John married Mary and she got pregnant. (r) If all sophomores like Greek, then some freshmen do. (s) Everyone loves somebody and no one loves everybody, or somebody loves everybody and someone loves nobody. Lógica de Predicados

  9. Predicate Logic Semantics Definition. An interpretation of a term consists in a non empty domain E, and an assignment function F: • To each constant symbol, it is assigned an individual from the domain. • To each n-ary function symbol, it is assigned a mapping from E n E. • To each n-ary predicate symbol, it is assigned a subset from E n.

  10. Predicate Logic Semantics Definition. An interpretation of a wff  consists of an mapping I: wffs {0,1} as follows: • I(Pi(t1, t2,…,tn)) = 1 iff <F(t1), F(t2), …,F( tn) > F( Pi), 0 otherwise. • I(  ) = min(I(),I()) • I(  ) = max(I(),I()) • I( ) = 0 if I()=1 and I()=0, 1 otherwise • I() = 1-I() • I(x.(x)) = 1 if for all a  E, I((a))=1 • I(x.(x)) = 1 if there is an F(a)  E such that I((a))=1.

  11. Predicate Logic Definition. An interpretation of a set of well-formed formulas , is called a MODEL of, if and only if, every wff in  is true under that interpretation. Definition. A wff  is called a logical consequence of a set of wffs , if and only if,  is true in al models of  ( |= ). Definition. A wff  is satisfiable if it has a model, otherwise it is unsatisfiable.

  12. Predicate Logic Example Lets define a simple language: Basic expressions: • Constant symbols: m, j, d and n. • Predicate symbols: M1, B1, K2, L2. Sentences: M(d), B(j), K(j,n) and L(n,m) Evaluate the truth of the previous sentences according to the interpretations shown bellow.

  13. Predicate Logic M1=<A1,F1> A1 = {x | x is a country in America} F1(m) =peru, F1(j)=chile, F1(d)= honduras, F1(n)= argentina F1(M)={colombia, belice, argentina, canada, nicaragua} F1(B)={x  A1| x borders the pacific ocean} F1(K)={<x,y>| <x,y>  A1xA1 , x borders y} F1(L)={<x,y>| <x,y>  A1xA1 , x is bigger than y}

  14. Predicate Logic M2=<A2,F2> A2 = {x | x is an integer} F2 (m) =0, F1(j)=2, F1(d)= 9, F1(n)= -1 F2 (M)={x  A2| x is odd} F2 (B)={x  A| x is a perfect square} F2 (K)={<x,y>| <x,y>  A2xA2 , and x > y} F2 (L)={<x,y>|< x,y>  A2x A2 , x = y2}

  15. Problems The mother will die unless the doctor kills the child. If the doctor kills the child, the doctor will be taking life. If the mother dies, the doctor will be taking life. Therefore, the doctor will be taking life.

  16. Problems If the soil is suitable for carrots, then it is deep, sandy and free of stones. The soil is not suitable for linseed if it is sandy or a heavy clay. Therefore the soil is not suitable for both carrots and linseed.

  17. Problems Bank-notes all carry a metal strip. Anything with a metal strip can be detected by X-rays. Therefore, bank-notes can be detected by X-rays.

  18. Problems All the birds are either chiff-chaffs or willow warblers. The birds are singing near the ground. Chiff-chaffs don’t sing near the ground. Therefore the birds are all willow-warblers.

More Related