SlideShare a Scribd company logo
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

More Related Content

What's hot

Homework 2 sol
Homework 2 solHomework 2 sol
Homework 2 sol
tt_aljobory
 
Problems and solutions inmo-2012
Problems and solutions  inmo-2012Problems and solutions  inmo-2012
Problems and solutions inmo-2012askiitians
 
Afa 2020
Afa 2020Afa 2020
Afa 2020
KalculosOnline
 
32 divergence theorem
32 divergence theorem32 divergence theorem
32 divergence theorem
math267
 
Funções 7
Funções  7Funções  7
Funções 7
KalculosOnline
 
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/ calculusNigel Simmons
 
Area of rhumbuses parellellograms and triangles
Area of rhumbuses parellellograms and trianglesArea of rhumbuses parellellograms and triangles
Area of rhumbuses parellellograms and trianglesEdTechonGC Mallett
 
1523 double integrals
1523 double integrals1523 double integrals
1523 double integrals
Dr Fereidoun Dejahang
 
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 divisionNigel Simmons
 
Cs229 cvxopt
Cs229 cvxoptCs229 cvxopt
Cs229 cvxoptcerezaso
 
25 surface area
25 surface area25 surface area
25 surface areamath267
 
Summary of Integration Methods
Summary of Integration MethodsSummary of Integration Methods
Summary of Integration MethodsSilvius
 
X2 T07 02 transformations (2011)
X2 T07 02 transformations (2011)X2 T07 02 transformations (2011)
X2 T07 02 transformations (2011)Nigel Simmons
 
30 surface integrals
30 surface integrals30 surface integrals
30 surface integrals
math267
 
Bregman Voronoi Diagrams (SODA 2007)
Bregman Voronoi Diagrams (SODA 2007)  Bregman Voronoi Diagrams (SODA 2007)
Bregman Voronoi Diagrams (SODA 2007)
Frank Nielsen
 
Escola naval 2017
Escola naval 2017Escola naval 2017
Escola naval 2017
KalculosOnline
 
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)
Matthew Leingang
 

What's hot (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)
 

Viewers also liked

Estacion 2
Estacion 2Estacion 2
Estacion 2
nancyomairajamioy
 
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
 
Guerrero lucely ex ii biestre
Guerrero lucely ex ii biestreGuerrero lucely ex ii biestre
Guerrero lucely ex ii biestre
Lucely Guerrero
 
Supersociedades, Ruben Dario Bohorquez Rincon
Supersociedades, Ruben Dario Bohorquez RinconSupersociedades, Ruben Dario Bohorquez Rincon
Supersociedades, Ruben Dario Bohorquez Rincon
RubenBohorquez1167
 
"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...
PERUMIN - Convención Minera
 
Objetos 2
Objetos 2Objetos 2
Objetos 2
Guiito Morera
 
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
Gabriel Velde
 
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...
yaneth2015
 
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
Rubén Moreira
 
Aguas subterraneas
Aguas subterraneasAguas subterraneas
Aguas subterraneas
MariaGabrielaRR
 
Job position: Controller - Product Costing
Job position: Controller - Product CostingJob position: Controller - Product Costing
Job position: Controller - Product Costing
KOSPA
 
Sortides 2014-2015
Sortides 2014-2015Sortides 2014-2015
Sortides 2014-2015
cflorit
 
ResumeAcademico071715
ResumeAcademico071715ResumeAcademico071715
ResumeAcademico071715Maria Juli
 
Pullaguari byron.ex ii bimestre
Pullaguari byron.ex ii bimestrePullaguari byron.ex ii bimestre
Pullaguari byron.ex ii bimestreByron Pullaguari
 
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
Luis Enrique David Tenorio
 
Comprar Consulta De Tarot
Comprar Consulta De Tarot
Comprar Consulta De Tarot
Comprar Consulta De Tarot
waltersatwsbjiaqy
 
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
Rubén Moreira
 
Lista de aprendizajes esp.
Lista de aprendizajes esp.Lista de aprendizajes esp.
Lista de aprendizajes esp.dacillugo1
 

Viewers also liked (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 to Lect1 No 873503264

Truth, deduction, computation lecture h
Truth, deduction, computation   lecture hTruth, deduction, computation   lecture h
Truth, deduction, computation lecture h
Vlad Patryshev
 
2 homework
2 homework2 homework
2 homework
ジョ ビダル
 
Sets.pdf
Sets.pdfSets.pdf
Sets.pdf
ahmadariyan977
 
05 - Relations
05 - Relations05 - Relations
05 - Relations
Tudor Girba
 
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
Alexander Decker
 
Set theory
Set theorySet theory
Set theory
manikanta361
 
Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Kwonpyo Ko
 
Tutorial 1.pdf
Tutorial 1.pdfTutorial 1.pdf
Tutorial 1.pdf
mayooran1987v
 
Re:ゲーム理論入門 - ナッシュ均衡の存在証明
Re:ゲーム理論入門 - ナッシュ均衡の存在証明Re:ゲーム理論入門 - ナッシュ均衡の存在証明
Re:ゲーム理論入門 - ナッシュ均衡の存在証明
ssusere0a682
 
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
VjekoslavKovac1
 
Random Variable
Random Variable Random Variable
Random Variable
Abhishek652999
 
Prerequisite for metric space
Prerequisite for metric spacePrerequisite for metric space
Prerequisite for metric space
ROHAN GAIKWAD
 
Relation and function_xii
Relation and function_xiiRelation and function_xii
Relation and function_xii
Barnali Banerjee
 
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
IRJET Journal
 
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...
BRNSS Publication Hub
 
Discrete mathematic question answers
Discrete mathematic question answersDiscrete mathematic question answers
Discrete mathematic question answers
Samet öztoprak
 

Similar to 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
 

Recently uploaded

Recruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media MasterclassRecruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media Masterclass
LuanWise
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
daothibichhang1
 
Project File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdfProject File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdf
RajPriye
 
Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024
FelixPerez547899
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Navpack & Print
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
KaiNexus
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
usawebmarket
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
creerey
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Lviv Startup Club
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
dylandmeas
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
Workforce Group
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
Nicola Wreford-Howard
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
Operational Excellence Consulting
 
The key differences between the MDR and IVDR in the EU
The key differences between the MDR and IVDR in the EUThe key differences between the MDR and IVDR in the EU
The key differences between the MDR and IVDR in the EU
Allensmith572606
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
Adam Smith
 

Recently uploaded (20)

Recruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media MasterclassRecruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media Masterclass
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
 
Project File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdfProject File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdf
 
Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
 
The key differences between the MDR and IVDR in the EU
The key differences between the MDR and IVDR in the EUThe key differences between the MDR and IVDR in the EU
The key differences between the MDR and IVDR in the EU
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
 

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