SlideShare una empresa de Scribd logo
1 de 40
Descargar para leer sin conexión
A




2008




       A
Georg Cantor:
     1845-1918




A
Outline


  1




  2



  3




          A
a∈A           a       A
                   A, B

                          A = B iff (∀x)(x ∈ A ↔ x ∈ B).1   (1)
                                             ∅.




1
    iff: if and only if
                                             A
{1, 2}           1   2
                               {1, 2} = {2, 1}.

{1, 2, 2} = {1, 1, 1, 2} = {1, 2}.

 {dogs}
             {}




                               A
( )



      {x : P(x)} ( {x|P(x)})                    P
               {x : x     }
{x ∈ A : P(x)}               A                  P       x.
{F (x) : x ∈ A}       A                 F
              {2x : x ∈ Z}
{F (x) : P(x)}                 P                    F
                             {x 2 : x       }




                                   A
(     )
           A, B    A       B       (subset)   A
  B                A           B   B    A.
A⊆B   B ⊇ A. B         B            B             A   B
          A ⊂ B.




                                   A
A      A ⊆ A, ∅ ⊆ A.


R, Q, Z, N
         N⊂Z⊂Q⊂R




                              A
U              U
    U   U       A     A(    U   )       A

            A = {x ∈ U : x ∈ A},

U           A
U                        {A : A ⊆ U},       U
    P(U) 2U .




                           A
A, B       A, B
                A    B                   A ∪ B;
                A    B                   A ∩ B;
           A         B                   A − B.

A ∪ B = {x : (x ∈ A) or (x ∈ B)};
A ∩ B = {x : (x ∈ A) and (x ∈ B)} = {x ∈ A : x ∈ B};
A − B = {x : (x ∈ A) and (x ∈ B)} = {x ∈ A : x ∈ B}.




                                A
A∪∅=A
 A∩U =A
 A∪U =U
 A∩∅=∅
 A∪A=A
 A∩A=A
A∪B =B∪A
A∩B =B∩A
 A∪A=U
 A∩A=∅



           A
(A) = A
        A ∪ (A ∩ B) = A
        A ∩ (A ∪ B) = A
   A ∪ (B ∪ C) = (A ∪ B) ∪ C
   A ∩ (B ∩ C) = (A ∩ B) ∩ C
A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
         A∪B =A∩B
         A∩B =A∪B



                            A
(        )
P(U)           F     (U   )               F
U                             A, B ∈ F   A ∪ B, A ∈ F
       F0 = {∅, U}




                                  A
Outline


  1




  2



  3




          A
a, b                                  (a, b).
    (a, b), (c, d)       iff a = c, b = d
             A,B

        A × B = {(a, b) : (a ∈ A) and (b ∈ B)}.

n         A1 · · · An

                     A1 × A2 × · · · × An
         n
         i=1 Ai .




                                   A
A, B, C
A × ∅ = ∅ × A = ∅,
  A = ∅, B = ∅       A=B      A × B = B × A.
A × (B × C) = (A × B) × C;
A × (B ∪ C) = (A × B) ∪ (A × C);
A × (B ∩ C) = (A × B) ∩ (A × C);
(B ∪ C) × A = (B × A) ∪ (C × A);
(B ∩ C) × A = (B × A) ∩ (C × A).




                                   A
(   )
   A, B    A B              R     A×B
A   a B      b   a, b   R       (a, b) ∈ R.
aRb R(a, b).




                            A
A=B                                        A × A,
∅,        idA = {(a, a) : a ∈ A}.
A B           R        R

      dom(R) = {x|         y        (x, y ) ∈ R};
      ran(R) = {y |        x        (x, y ) ∈ R}.




                               A
(                       )
 A       B            R     B    C         S
     R
                             R ∼ = {(x, y )|(y , x) ∈ R}.
     R       S

                     R ◦ S = {(x, z)|      y       (xRy ) (ySz)}.

R∼           B   A                   R◦S       A       C




                                                   A
n-




     A
Example (Russell & Novig: AIMA, Chapter 5)
Consider the following binary constraint problem P
    V = {WA, SA, NT , Q, NSW , V , T }
    U = {red, green, blue}
    C: no neighboring regions have the same color
                                      A
Outline


  1




  2



  3




          A
(      )
A           B      R         A B                      x ∈A
           y ∈B    (x, y ) ∈ R          R
dom(R) = A,
            x ∈ dom(R)                  y ∈ ran(R)
    (x, y ) ∈ R

                  f , g, h                      A B     f,
    f : A → B,          (x, y ) ∈ f ,   f (x) = y .




                                        A
(         )
       f :A→B         b∈B        a∈A
b = f (a); f    a, a ∈ A, f (a) = f (a )
a=a; f            f




                     A
f :A→B        ran(f )                       f
         ran(f ) = {b} ⊆ B           f   cb .

A=∅         A         B                                 ∅;



f   A A                          a   f (a) = a,     f
          idA .




                             A
n




    (n     )
      n ≥ 1,   A   n           f : An → A
    n      A   0       A




                           A
(                )
            f : A → B, g : B → C,
g ◦ f : A → C (g ◦ f )(x) = g(f (x)).a
a
        f    g
            f ◦ g,                       g ◦ f.




                                     A
f,g               g◦f
g◦f   g
g◦f   f
g◦f   f   g




              A
U          R              (reflexive)               x ∈U
    (x, x) ∈ R              R                       idU ⊆ R.
U           R                          x, y ∈ U
    (x, y ) ∈ R          (y , x) ∈ R         R = R∼.
U           R                              x, y ∈ U,
    (x, y ) ∈ R   (y , x) ∈ R   x =y            R ∩ R ∼ ⊆ idU .
U           R                          x, y , z ∈ U,
    (x, y ) ∈ R   (y , z) ∈ R   (x, z) ∈ R,       R ◦ R ⊆ R.




                                       A
(           )
        U       R   R
R   U




                        A
R                U                     x ∈U    [x]R       x
                [x]R = {y ∈ U : xRy }.                U
R
    (   )
            U              R     U/R = {[x]R : x ∈ U}.
U               R




                                      A
(       )
π               U            π ⊆ P(U)
    π               U
    π                   U,
    π
    π   U




                               A
U          π                  U                Rπ   U
    a, b       Rπ iff a, b   π
                  U                   R, U/R    U
    πR ;       πR                     R.




                                  A
(   )




        A
( )

P                                         U, U              P

    U            R        R    P-               P           R
        U
    r (R) R                   r (R) = R ∪ idA .
    s(R) R                    s(R) = R ∪ R ∼ .
    t(R) R
                                               ∞
              t(R) = R ∪ R 2 ∪ R 3 ∪ · · · =         Ri .
                                               i=1




                                      A
X                  X                   ,

      a a;
      if a b and b   a then a = b;
      if a b and b   c then a c.
                   X
(partially ordered set, or poset)




                                     A
An example of poset

         The Hasse diagram of (℘({x, y , z}), ⊆)2




    2
        http://en.wikipedia.org/wiki/Hasse_diagram
                                           A
Total order and well-order




      A partial order
          is total (or linear) if for any a, b ∈ X , a b or b a
          is a well-order if every nonempty subset Y of X has a least
          element




                                          A
Tree




  A (rooted) tree is a poset (T , ) such that
       T has a unique least element, called the root
       the predecessors of every node are well ordered by
  A path on a tree T is a maximally linearly ordered subset of T .




                                         A
Group




 A group is a nonempty set G with a binary operation
 ◦ : G × G → G such that (a ◦ b) ◦ c = a ◦ (b ◦ c) for all
 a, b, c ∈ G. An element e in G is called an identity if e ◦ x = x ◦ e
 for any x. A semi-group that has an identity is called a monoid.
 A semi-group with an identity e is a group if each element x has
 a unique inverse y such that x ◦ y = y ◦ x = e.




                                          A

Más contenido relacionado

La actualidad más candente

Problems and solutions inmo-2012
Problems and solutions  inmo-2012Problems and solutions  inmo-2012
Problems and solutions inmo-2012
askiitians
 
X2 T04 01 curve sketching - basic features/ calculus
X2 T04 01 curve sketching - basic features/ calculusX2 T04 01 curve sketching - basic features/ calculus
X2 T04 01 curve sketching - basic features/ calculus
Nigel Simmons
 
Area of rhumbuses parellellograms and triangles
Area of rhumbuses parellellograms and trianglesArea of rhumbuses parellellograms and triangles
Area of rhumbuses parellellograms and triangles
EdTechonGC Mallett
 
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
X2 T04 03 cuve sketching - addition, subtraction,  multiplication and divisionX2 T04 03 cuve sketching - addition, subtraction,  multiplication and division
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
Nigel Simmons
 
Cs229 cvxopt
Cs229 cvxoptCs229 cvxopt
Cs229 cvxopt
cerezaso
 
25 surface area
25 surface area25 surface area
25 surface area
math267
 
Summary of Integration Methods
Summary of Integration MethodsSummary of Integration Methods
Summary of Integration Methods
Silvius
 
X2 T07 02 transformations (2011)
X2 T07 02 transformations (2011)X2 T07 02 transformations (2011)
X2 T07 02 transformations (2011)
Nigel Simmons
 

La actualidad más candente (19)

Homework 2 sol
Homework 2 solHomework 2 sol
Homework 2 sol
 
Problems and solutions inmo-2012
Problems and solutions  inmo-2012Problems and solutions  inmo-2012
Problems and solutions inmo-2012
 
Afa 2020
Afa 2020Afa 2020
Afa 2020
 
32 divergence theorem
32 divergence theorem32 divergence theorem
32 divergence theorem
 
Funções 7
Funções  7Funções  7
Funções 7
 
X2 T04 01 curve sketching - basic features/ calculus
X2 T04 01 curve sketching - basic features/ calculusX2 T04 01 curve sketching - basic features/ calculus
X2 T04 01 curve sketching - basic features/ calculus
 
Area of rhumbuses parellellograms and triangles
Area of rhumbuses parellellograms and trianglesArea of rhumbuses parellellograms and triangles
Area of rhumbuses parellellograms and triangles
 
1523 double integrals
1523 double integrals1523 double integrals
1523 double integrals
 
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
X2 T04 03 cuve sketching - addition, subtraction,  multiplication and divisionX2 T04 03 cuve sketching - addition, subtraction,  multiplication and division
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
 
Cs229 cvxopt
Cs229 cvxoptCs229 cvxopt
Cs229 cvxopt
 
25 surface area
25 surface area25 surface area
25 surface area
 
Summary of Integration Methods
Summary of Integration MethodsSummary of Integration Methods
Summary of Integration Methods
 
X2 T07 02 transformations (2011)
X2 T07 02 transformations (2011)X2 T07 02 transformations (2011)
X2 T07 02 transformations (2011)
 
Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
 
30 surface integrals
30 surface integrals30 surface integrals
30 surface integrals
 
Bregman Voronoi Diagrams (SODA 2007)
Bregman Voronoi Diagrams (SODA 2007)  Bregman Voronoi Diagrams (SODA 2007)
Bregman Voronoi Diagrams (SODA 2007)
 
Escola naval 2017
Escola naval 2017Escola naval 2017
Escola naval 2017
 
Integration. area undera curve
Integration. area undera curveIntegration. area undera curve
Integration. area undera curve
 
Lesson 25: Evaluating Definite Integrals (Section 10 version)
Lesson 25: Evaluating Definite Integrals (Section 10 version)Lesson 25: Evaluating Definite Integrals (Section 10 version)
Lesson 25: Evaluating Definite Integrals (Section 10 version)
 

Destacado

CERTIFICATION JAVA - Carlos Castillo Pérez (1)
CERTIFICATION JAVA - Carlos Castillo Pérez (1)CERTIFICATION JAVA - Carlos Castillo Pérez (1)
CERTIFICATION JAVA - Carlos Castillo Pérez (1)
Carlos Castillo Pérez
 
Universidad técnica particular de loja 2b 1p
Universidad técnica particular de loja 2b 1pUniversidad técnica particular de loja 2b 1p
Universidad técnica particular de loja 2b 1p
Paulina JumBo
 
Job position: Controller - Product Costing
Job position: Controller - Product CostingJob position: Controller - Product Costing
Job position: Controller - Product Costing
KOSPA
 
ResumeAcademico071715
ResumeAcademico071715ResumeAcademico071715
ResumeAcademico071715
Maria Juli
 
Pullaguari byron.ex ii bimestre
Pullaguari byron.ex ii bimestrePullaguari byron.ex ii bimestre
Pullaguari byron.ex ii bimestre
Byron Pullaguari
 
Lista de aprendizajes esp.
Lista de aprendizajes esp.Lista de aprendizajes esp.
Lista de aprendizajes esp.
dacillugo1
 

Destacado (20)

Estacion 2
Estacion 2Estacion 2
Estacion 2
 
CERTIFICATION JAVA - Carlos Castillo Pérez (1)
CERTIFICATION JAVA - Carlos Castillo Pérez (1)CERTIFICATION JAVA - Carlos Castillo Pérez (1)
CERTIFICATION JAVA - Carlos Castillo Pérez (1)
 
Universidad técnica particular de loja 2b 1p
Universidad técnica particular de loja 2b 1pUniversidad técnica particular de loja 2b 1p
Universidad técnica particular de loja 2b 1p
 
Guerrero lucely ex ii biestre
Guerrero lucely ex ii biestreGuerrero lucely ex ii biestre
Guerrero lucely ex ii biestre
 
Supersociedades, Ruben Dario Bohorquez Rincon
Supersociedades, Ruben Dario Bohorquez RinconSupersociedades, Ruben Dario Bohorquez Rincon
Supersociedades, Ruben Dario Bohorquez Rincon
 
"La competencia para atraer talentos científicos se intensificará en el siglo...
"La competencia para atraer talentos científicos se intensificará en el siglo..."La competencia para atraer talentos científicos se intensificará en el siglo...
"La competencia para atraer talentos científicos se intensificará en el siglo...
 
Objetos 2
Objetos 2Objetos 2
Objetos 2
 
Fragmento (001) 19 /07/2015 - Hombre del Sur
Fragmento (001) 19 /07/2015 - Hombre del SurFragmento (001) 19 /07/2015 - Hombre del Sur
Fragmento (001) 19 /07/2015 - Hombre del Sur
 
Momento 3 adopción sesión 1 tema reconceptualización de recursos pedag...
Momento 3    adopción   sesión 1   tema reconceptualización de recursos pedag...Momento 3    adopción   sesión 1   tema reconceptualización de recursos pedag...
Momento 3 adopción sesión 1 tema reconceptualización de recursos pedag...
 
Se reúne Rubén Moreira con Embajador de México en Reino Unido
Se reúne Rubén Moreira con Embajador de México en Reino UnidoSe reúne Rubén Moreira con Embajador de México en Reino Unido
Se reúne Rubén Moreira con Embajador de México en Reino Unido
 
Aguas subterraneas
Aguas subterraneasAguas subterraneas
Aguas subterraneas
 
Job position: Controller - Product Costing
Job position: Controller - Product CostingJob position: Controller - Product Costing
Job position: Controller - Product Costing
 
Sortides 2014-2015
Sortides 2014-2015Sortides 2014-2015
Sortides 2014-2015
 
ResumeAcademico071715
ResumeAcademico071715ResumeAcademico071715
ResumeAcademico071715
 
Pullaguari byron.ex ii bimestre
Pullaguari byron.ex ii bimestrePullaguari byron.ex ii bimestre
Pullaguari byron.ex ii bimestre
 
Preguntar o encuestar ese es el dilema
Preguntar o encuestar ese es el dilemaPreguntar o encuestar ese es el dilema
Preguntar o encuestar ese es el dilema
 
Comprar Consulta De Tarot
Comprar Consulta De Tarot
Comprar Consulta De Tarot
Comprar Consulta De Tarot
 
Se reúne Rubén Moreira con presidente de Francia
Se reúne Rubén Moreira con presidente de FranciaSe reúne Rubén Moreira con presidente de Francia
Se reúne Rubén Moreira con presidente de Francia
 
Lista de aprendizajes esp.
Lista de aprendizajes esp.Lista de aprendizajes esp.
Lista de aprendizajes esp.
 
logo
logologo
logo
 

Similar a Lect1 No 873503264

Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
Kwonpyo Ko
 

Similar a Lect1 No 873503264 (20)

Truth, deduction, computation lecture h
Truth, deduction, computation   lecture hTruth, deduction, computation   lecture h
Truth, deduction, computation lecture h
 
2 homework
2 homework2 homework
2 homework
 
Sets.pdf
Sets.pdfSets.pdf
Sets.pdf
 
05 - Relations
05 - Relations05 - Relations
05 - Relations
 
Interval valued intuitionistic fuzzy homomorphism of bf algebras
Interval valued intuitionistic fuzzy homomorphism of bf algebrasInterval valued intuitionistic fuzzy homomorphism of bf algebras
Interval valued intuitionistic fuzzy homomorphism of bf algebras
 
Set theory
Set theorySet theory
Set theory
 
Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
 
Tutorial 1.pdf
Tutorial 1.pdfTutorial 1.pdf
Tutorial 1.pdf
 
Re:ゲーム理論入門 - ナッシュ均衡の存在証明
Re:ゲーム理論入門 - ナッシュ均衡の存在証明Re:ゲーム理論入門 - ナッシュ均衡の存在証明
Re:ゲーム理論入門 - ナッシュ均衡の存在証明
 
A sharp nonlinear Hausdorff-Young inequality for small potentials
A sharp nonlinear Hausdorff-Young inequality for small potentialsA sharp nonlinear Hausdorff-Young inequality for small potentials
A sharp nonlinear Hausdorff-Young inequality for small potentials
 
Random Variable
Random Variable Random Variable
Random Variable
 
Prerequisite for metric space
Prerequisite for metric spacePrerequisite for metric space
Prerequisite for metric space
 
SET
SETSET
SET
 
Vectors
VectorsVectors
Vectors
 
Relation and function_xii
Relation and function_xiiRelation and function_xii
Relation and function_xii
 
Mtk3013 chapter 2-3
Mtk3013   chapter 2-3Mtk3013   chapter 2-3
Mtk3013 chapter 2-3
 
Notes on (T, S)-Intuitionistic Fuzzy Subhemirings of a Hemiring
Notes on (T, S)-Intuitionistic Fuzzy Subhemirings of a HemiringNotes on (T, S)-Intuitionistic Fuzzy Subhemirings of a Hemiring
Notes on (T, S)-Intuitionistic Fuzzy Subhemirings of a Hemiring
 
7_AJMS_246_20.pdf
7_AJMS_246_20.pdf7_AJMS_246_20.pdf
7_AJMS_246_20.pdf
 
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
 
Discrete mathematic question answers
Discrete mathematic question answersDiscrete mathematic question answers
Discrete mathematic question answers
 

Último

Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
amitlee9823
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
lizamodels9
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Sheetaleventcompany
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
lizamodels9
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 

Último (20)

Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 

Lect1 No 873503264

  • 1. A 2008 A
  • 2. Georg Cantor: 1845-1918 A
  • 3. Outline 1 2 3 A
  • 4. a∈A a A A, B A = B iff (∀x)(x ∈ A ↔ x ∈ B).1 (1) ∅. 1 iff: if and only if A
  • 5. {1, 2} 1 2 {1, 2} = {2, 1}. {1, 2, 2} = {1, 1, 1, 2} = {1, 2}. {dogs} {} A
  • 6. ( ) {x : P(x)} ( {x|P(x)}) P {x : x } {x ∈ A : P(x)} A P x. {F (x) : x ∈ A} A F {2x : x ∈ Z} {F (x) : P(x)} P F {x 2 : x } A
  • 7. ( ) A, B A B (subset) A B A B B A. A⊆B B ⊇ A. B B B A B A ⊂ B. A
  • 8. A A ⊆ A, ∅ ⊆ A. R, Q, Z, N N⊂Z⊂Q⊂R A
  • 9. U U U U A A( U ) A A = {x ∈ U : x ∈ A}, U A U {A : A ⊆ U}, U P(U) 2U . A
  • 10. A, B A, B A B A ∪ B; A B A ∩ B; A B A − B. A ∪ B = {x : (x ∈ A) or (x ∈ B)}; A ∩ B = {x : (x ∈ A) and (x ∈ B)} = {x ∈ A : x ∈ B}; A − B = {x : (x ∈ A) and (x ∈ B)} = {x ∈ A : x ∈ B}. A
  • 11. A∪∅=A A∩U =A A∪U =U A∩∅=∅ A∪A=A A∩A=A A∪B =B∪A A∩B =B∩A A∪A=U A∩A=∅ A
  • 12. (A) = A A ∪ (A ∩ B) = A A ∩ (A ∪ B) = A A ∪ (B ∪ C) = (A ∪ B) ∪ C A ∩ (B ∩ C) = (A ∩ B) ∩ C A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) A∪B =A∩B A∩B =A∪B A
  • 13. ( ) P(U) F (U ) F U A, B ∈ F A ∪ B, A ∈ F F0 = {∅, U} A
  • 14. Outline 1 2 3 A
  • 15. a, b (a, b). (a, b), (c, d) iff a = c, b = d A,B A × B = {(a, b) : (a ∈ A) and (b ∈ B)}. n A1 · · · An A1 × A2 × · · · × An n i=1 Ai . A
  • 16. A, B, C A × ∅ = ∅ × A = ∅, A = ∅, B = ∅ A=B A × B = B × A. A × (B × C) = (A × B) × C; A × (B ∪ C) = (A × B) ∪ (A × C); A × (B ∩ C) = (A × B) ∩ (A × C); (B ∪ C) × A = (B × A) ∪ (C × A); (B ∩ C) × A = (B × A) ∩ (C × A). A
  • 17. ( ) A, B A B R A×B A a B b a, b R (a, b) ∈ R. aRb R(a, b). A
  • 18. A=B A × A, ∅, idA = {(a, a) : a ∈ A}. A B R R dom(R) = {x| y (x, y ) ∈ R}; ran(R) = {y | x (x, y ) ∈ R}. A
  • 19. ( ) A B R B C S R R ∼ = {(x, y )|(y , x) ∈ R}. R S R ◦ S = {(x, z)| y (xRy ) (ySz)}. R∼ B A R◦S A C A
  • 20. n- A
  • 21. Example (Russell & Novig: AIMA, Chapter 5) Consider the following binary constraint problem P V = {WA, SA, NT , Q, NSW , V , T } U = {red, green, blue} C: no neighboring regions have the same color A
  • 22. Outline 1 2 3 A
  • 23. ( ) A B R A B x ∈A y ∈B (x, y ) ∈ R R dom(R) = A, x ∈ dom(R) y ∈ ran(R) (x, y ) ∈ R f , g, h A B f, f : A → B, (x, y ) ∈ f , f (x) = y . A
  • 24. ( ) f :A→B b∈B a∈A b = f (a); f a, a ∈ A, f (a) = f (a ) a=a; f f A
  • 25. f :A→B ran(f ) f ran(f ) = {b} ⊆ B f cb . A=∅ A B ∅; f A A a f (a) = a, f idA . A
  • 26. n (n ) n ≥ 1, A n f : An → A n A 0 A A
  • 27. ( ) f : A → B, g : B → C, g ◦ f : A → C (g ◦ f )(x) = g(f (x)).a a f g f ◦ g, g ◦ f. A
  • 28. f,g g◦f g◦f g g◦f f g◦f f g A
  • 29. U R (reflexive) x ∈U (x, x) ∈ R R idU ⊆ R. U R x, y ∈ U (x, y ) ∈ R (y , x) ∈ R R = R∼. U R x, y ∈ U, (x, y ) ∈ R (y , x) ∈ R x =y R ∩ R ∼ ⊆ idU . U R x, y , z ∈ U, (x, y ) ∈ R (y , z) ∈ R (x, z) ∈ R, R ◦ R ⊆ R. A
  • 30. ( ) U R R R U A
  • 31. R U x ∈U [x]R x [x]R = {y ∈ U : xRy }. U R ( ) U R U/R = {[x]R : x ∈ U}. U R A
  • 32. ( ) π U π ⊆ P(U) π U π U, π π U A
  • 33. U π U Rπ U a, b Rπ iff a, b π U R, U/R U πR ; πR R. A
  • 34. ( ) A
  • 35. ( ) P U, U P U R R P- P R U r (R) R r (R) = R ∪ idA . s(R) R s(R) = R ∪ R ∼ . t(R) R ∞ t(R) = R ∪ R 2 ∪ R 3 ∪ · · · = Ri . i=1 A
  • 36. X X , a a; if a b and b a then a = b; if a b and b c then a c. X (partially ordered set, or poset) A
  • 37. An example of poset The Hasse diagram of (℘({x, y , z}), ⊆)2 2 http://en.wikipedia.org/wiki/Hasse_diagram A
  • 38. Total order and well-order A partial order is total (or linear) if for any a, b ∈ X , a b or b a is a well-order if every nonempty subset Y of X has a least element A
  • 39. Tree A (rooted) tree is a poset (T , ) such that T has a unique least element, called the root the predecessors of every node are well ordered by A path on a tree T is a maximally linearly ordered subset of T . A
  • 40. Group A group is a nonempty set G with a binary operation ◦ : G × G → G such that (a ◦ b) ◦ c = a ◦ (b ◦ c) for all a, b, c ∈ G. An element e in G is called an identity if e ◦ x = x ◦ e for any x. A semi-group that has an identity is called a monoid. A semi-group with an identity e is a group if each element x has a unique inverse y such that x ◦ y = y ◦ x = e. A