SlideShare a Scribd company logo
1 of 58
Download to read offline
Symmetry and Graph Profiles
Annie Raymond
(joint with Greg Blekherman, Mohit Singh and Rekha Thomas)
University of Massachusetts, Amherst
October 10, 2018
An example
Theorem (Mantel, 1907)
The maximum number of edges in a graph on n vertices with no triangles
is n2
4 . In particular, as n → ∞, the maximum edge density goes to 1
2.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 2 / 18
An example
Theorem (Mantel, 1907)
The maximum number of edges in a graph on n vertices with no triangles
is n2
4 . In particular, as n → ∞, the maximum edge density goes to 1
2.
The maximum is attained on K n
2
, n
2
:
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 2 / 18
An example
Theorem (Mantel, 1907)
The maximum number of edges in a graph on n vertices with no triangles
is n2
4 . In particular, as n → ∞, the maximum edge density goes to 1
2.
The maximum is attained on K n
2
, n
2
:
n
2 · n
2 edges out of n
2 potential edges, no triangles.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 2 / 18
Other triangle densities
What if I want to know the maximum edge density in a graph on n
vertices with a triangle density of y, for some 0 ≤ y ≤ 1?
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
Other triangle densities
What if I want to know the maximum edge density in a graph on n
vertices with a triangle density of y, for some 0 ≤ y ≤ 1?
Example
Let G = ,
then (d( , G), d( , G)) = 9
(7
2)
, 2
(7
3)
≈ (0.43, 0.06).
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
Other triangle densities
What if I want to know the maximum edge density in a graph on n
vertices with a triangle density of y, for some 0 ≤ y ≤ 1?
Example
Let G = ,
then (d( , G), d( , G)) = 9
(7
2)
, 2
(7
3)
≈ (0.43, 0.06).
Is that the max edge density among graphs on 7 vertices with 2 triangles?
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
Other triangle densities
What if I want to know the maximum edge density in a graph on n
vertices with a triangle density of y, for some 0 ≤ y ≤ 1?
Example
Let G = ,
then (d( , G), d( , G)) = 9
(7
2)
, 2
(7
3)
≈ (0.43, 0.06).
Is that the max edge density among graphs on 7 vertices with 2 triangles?
What can (d( , G), d( , G)) be if G is any graph on 7 vertices?
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
All density vectors for graphs on 7 vertices
(d( , G), d( , G)) for any graph G on 7 vertices
0.2 0.4 0.6 0.8 1.0
0.2
0.4
0.6
0.8
1.0
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 4 / 18
All density vectors for graphs on n vertices as n → ∞
(d( , G), d( , G)) for any graph G on n vertices as n → ∞
(Razborov, 2008)
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 5 / 18
Why care?
Large graphs are everywhere!
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 6 / 18
Why care?
Large graphs are everywhere!
Biology
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 6 / 18
Why care?
Large graphs are everywhere!
Biology
Facebook graph
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 6 / 18
More reasons to care!
Google Maps
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 7 / 18
More reasons to care!
Google Maps
Alfred Pasieka/Science Photo Library/Getty Images
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 7 / 18
Problem
Adjacency matrix A(G) of a graph G:
Aij (G) =
1 if {i, j} ∈ E(G)
0 if {i, j} ∈ E(G)
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
Problem
Adjacency matrix A(G) of a graph G:
Aij (G) =
1 if {i, j} ∈ E(G)
0 if {i, j} ∈ E(G)
Sometimes too large for computer!
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
Problem
Adjacency matrix A(G) of a graph G:
Aij (G) =
1 if {i, j} ∈ E(G)
0 if {i, j} ∈ E(G)
Sometimes too large for computer!
Idea: understand the graph locally
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
Problem
Adjacency matrix A(G) of a graph G:
Aij (G) =
1 if {i, j} ∈ E(G)
0 if {i, j} ∈ E(G)
Sometimes too large for computer!
Idea: understand the graph locally
This raises immediately two questions:
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
Problem
Adjacency matrix A(G) of a graph G:
Aij (G) =
1 if {i, j} ∈ E(G)
0 if {i, j} ∈ E(G)
Sometimes too large for computer!
Idea: understand the graph locally
This raises immediately two questions:
1 How do global and local properties relate?
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
Problem
Adjacency matrix A(G) of a graph G:
Aij (G) =
1 if {i, j} ∈ E(G)
0 if {i, j} ∈ E(G)
Sometimes too large for computer!
Idea: understand the graph locally
This raises immediately two questions:
1 How do global and local properties relate?
2 What is even possible locally?
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
Valid linear inequality involving graph densities
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 9 / 18
Valid linear inequality involving graph densities
− ≥ 0, −4
3 + + 2
3 ≥ 0, . . .
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 9 / 18
Valid linear inequality involving graph densities
− ≥ 0, −4
3 + + 2
3 ≥ 0, . . .
Consider any linear inequality involving any graphs (not just edges and
triangles) and any number of graphs (not just two).
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 9 / 18
Certifying polynomial inequalities
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
Certifying polynomial inequalities
A polynomial p ∈ R[x1, . . . , xn] =: R[x]
is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
Certifying polynomial inequalities
A polynomial p ∈ R[x1, . . . , xn] =: R[x]
is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn
p sum of squares (sos), i.e., p = l
i=1 f 2
i where fi ∈ R[x] ⇒ p ≥ 0
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
Certifying polynomial inequalities
A polynomial p ∈ R[x1, . . . , xn] =: R[x]
is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn
p sum of squares (sos), i.e., p = l
i=1 f 2
i where fi ∈ R[x] ⇒ p ≥ 0
Hilbert (1888): Not all nonnegative polynomials are sos.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
Certifying polynomial inequalities
A polynomial p ∈ R[x1, . . . , xn] =: R[x]
is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn
p sum of squares (sos), i.e., p = l
i=1 f 2
i where fi ∈ R[x] ⇒ p ≥ 0
Hilbert (1888): Not all nonnegative polynomials are sos.
Artin (1927): Every nonnegative polynomial can be written as a (finite)
sum of squares of rational functions.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
Certifying polynomial inequalities
A polynomial p ∈ R[x1, . . . , xn] =: R[x]
is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn
p sum of squares (sos), i.e., p = l
i=1 f 2
i where fi ∈ R[x] ⇒ p ≥ 0
Hilbert (1888): Not all nonnegative polynomials are sos.
Artin (1927): Every nonnegative polynomial can be written as a (finite)
sum of squares of rational functions.
Motzkin (1967, with Taussky-Todd): M(x, y) = x4y2 + x2y4 + 1 − 3x2y2
is a nonnegative polynomial but is not a sos.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
How do sums of squares fare with graph densities?
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
How do sums of squares fare with graph densities?
Hatami-Norine (2011): Not every valid inequality involving graph densities
can be written as a sum of squares of graph densities
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
How do sums of squares fare with graph densities?
Hatami-Norine (2011): Not every valid inequality involving graph densities
can be written as a sum of squares of graph densities or even as a rational
sum of squares of graph densities.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
How do sums of squares fare with graph densities?
Hatami-Norine (2011): Not every valid inequality involving graph densities
can be written as a sum of squares of graph densities or even as a rational
sum of squares of graph densities.
Lov´asz-Szegedy (2006) + Netzer-Thom (2015): Every valid inequality
involving graph densities plus any > 0 can be written as a sum of squares
of graph densities.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
How do sums of squares fare with graph densities?
Hatami-Norine (2011): Not every valid inequality involving graph densities
can be written as a sum of squares of graph densities or even as a rational
sum of squares of graph densities.
Lov´asz-Szegedy (2006) + Netzer-Thom (2015): Every valid inequality
involving graph densities plus any > 0 can be written as a sum of squares
of graph densities.
BRST (2018): − ≥ 0 is not a sum of squares.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
How do sums of squares fare with graph densities?
Hatami-Norine (2011): Not every valid inequality involving graph densities
can be written as a sum of squares of graph densities or even as a rational
sum of squares of graph densities.
Lov´asz-Szegedy (2006) + Netzer-Thom (2015): Every valid inequality
involving graph densities plus any > 0 can be written as a sum of squares
of graph densities.
BRST (2018): − ≥ 0 is not a sum of squares.
How? We characterize exactly all valid inequalities involving only
graphs with three edges, and which of these are sums of squares.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
1
2
3 4
←→
12 13 14 23 24 34
( 1, 1, 1, 0, 0, 0 )
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
1
2
3 4
←→
12 13 14 23 24 34
( 1, 1, 1, 0, 0, 0 )
Variables xij
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
1
2
3 4
←→
12 13 14 23 24 34
( 1, 1, 1, 0, 0, 0 )
Variables xij → transform polynomials into pictures!
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
1
2
3 4
←→
12 13 14 23 24 34
( 1, 1, 1, 0, 0, 0 )
Variables xij → transform polynomials into pictures!
x12 = 1
2
and x12x13x23 = 1
2 3
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
1
2
3 4
←→
12 13 14 23 24 34
( 1, 1, 1, 0, 0, 0 )
Variables xij → transform polynomials into pictures!
x12 = 1
2
and x12x13x23 = 1
2 3
x12(G) = 1
2
(G) gives 1 if {1, 2} ∈ E(G), and 0 otherwise
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Tools to work on such problems
Graphs on n vertices ←→ subsets of {0, 1}(n
2)
1
2
3 4
←→
12 13 14 23 24 34
( 1, 1, 1, 0, 0, 0 )
Variables xij → transform polynomials into pictures!
x12 = 1
2
and x12x13x23 = 1
2 3
x12(G) = 1
2
(G) gives 1 if {1, 2} ∈ E(G), and 0 otherwise
x12x13x23(G) = 1
2 3
(G) gives 1 if the vertices 1,2, and 3 form a
triangle in G, and 0 otherwise
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
Symmetrization
Example (Definition by example)
Let = symn( 1
2 3
) = 1
n! σ∈Sn
σ( 1
2 3
).
(G) returns the triangle density of G.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 13 / 18
Symmetrization
Example (Definition by example)
Let = symn( 1
2 3
) = 1
n! σ∈Sn
σ( 1
2 3
).
(G) returns the triangle density of G.
Example (Crucial definition by example: using only a subgroup of Sn)
Let 1 = symσ∈Sn:σ fixes 1( 1
2
) = 1
n−1 j≥2 x1j
1 (G) returns the relative degree of vertex 1 in G.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 13 / 18
Symmetrization
Example (Definition by example)
Let = symn( 1
2 3
) = 1
n! σ∈Sn
σ( 1
2 3
).
(G) returns the triangle density of G.
Example (Crucial definition by example: using only a subgroup of Sn)
Let 1 = symσ∈Sn:σ fixes 1( 1
2
) = 1
n−1 j≥2 x1j
1 (G) returns the relative degree of vertex 1 in G.
Example (One more example to clarify)
1
2 1
3
4 2
5
6
= 2
4
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 13 / 18
A small asymptotic miracle
1 1 =
1
(n − 1)2


j≥2
x1j


2
=
1
(n − 1)2
j≥2
x2
1j +
2
(n − 1)2
2≤i<j
x1i x1j
=
1
(n − 1)2
j≥2
x1j +
2
(n − 1)2
2≤i<j
x1i x1j
≈ 1
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 14 / 18
A small asymptotic miracle
1 1 =
1
(n − 1)2


j≥2
x1j


2
=
1
(n − 1)2
j≥2
x2
1j +
2
(n − 1)2
2≤i<j
x1i x1j
=
1
(n − 1)2
j≥2
x1j +
2
(n − 1)2
2≤i<j
x1i x1j
≈ 1
Multiplying asymptotically = gluing!
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 14 / 18
A small asymptotic miracle
1 1 =
1
(n − 1)2


j≥2
x1j


2
=
1
(n − 1)2
j≥2
x2
1j +
2
(n − 1)2
2≤i<j
x1i x1j
=
1
(n − 1)2
j≥2
x1j +
2
(n − 1)2
2≤i<j
x1i x1j
≈ 1
Multiplying asymptotically = gluing!
Example
3
1 2
· 1
2
=
2
3 1 ·
2
1 =
2
3 1
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 14 / 18
Certifying a valid inequality with a sum of squares
Show that − ≥ 0.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 15 / 18
Certifying a valid inequality with a sum of squares
Show that − ≥ 0.
1
2
symn ( 1 − 2 )2
=
1
2
symn( 1 1 − 2 1 2 + 2 2 )
=
1
2
symn( 1 − 2 1 2 + 2 )
=
1
2
(2 − 2 )
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 15 / 18
Certifying a valid inequality with a sum of squares
Show that − ≥ 0.
1
2
symn ( 1 − 2 )2
=
1
2
symn( 1 1 − 2 1 2 + 2 2 )
=
1
2
symn( 1 − 2 1 2 + 2 )
=
1
2
(2 − 2 )
By using symmetry-reduction, we fully characterize all homogeneous
sums of squares of degree 3, 4, and 5.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 15 / 18
3-profiles of graphs
BRST(2018):
(d( , G), d( , G), d( , G), d( , G)) is contained in
B = {x ∈ R4
: x0 + x1 + x2 + x3 = 1,
x0, x1, x2, x3 ≥ 0
3x0 + x1 x1 + x2
x1 + x2 x2 + 3x3
0}
which looks like...
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 16 / 18
Convex relaxation for 3-profiles of graphs
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
Convex relaxation for 3-profiles of graphs
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
Actual 3-profiles of graphs
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
Actual 3-profiles of graphs
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
Thank you!
Also follow forall on instagram
or check out www.instagram.com/_forall.
Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 18 / 18

More Related Content

What's hot

Graph theory and its applications
Graph theory and its applicationsGraph theory and its applications
Graph theory and its applicationsManikanta satyala
 
Exponential Function
Exponential FunctionExponential Function
Exponential FunctionJovic Rullepa
 
Quarulaterals BY RAMBABU SIRIPURAPU
Quarulaterals BY RAMBABU SIRIPURAPUQuarulaterals BY RAMBABU SIRIPURAPU
Quarulaterals BY RAMBABU SIRIPURAPURAMBABU SIRIPURAPU
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYFransiskeran
 
On algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetryOn algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetrygraphhoc
 
Fundamentals cig 4thdec
Fundamentals cig 4thdecFundamentals cig 4thdec
Fundamentals cig 4thdecFrank Nielsen
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory Kazi Md. Saidul
 
CPSC 125 Ch 4 Sec 6
CPSC 125 Ch 4 Sec 6CPSC 125 Ch 4 Sec 6
CPSC 125 Ch 4 Sec 6guest862df4e
 
78201917
7820191778201917
78201917IJRAT
 
Graph theory
Graph theoryGraph theory
Graph theoryTech_MX
 
Graph theory and life
Graph theory and lifeGraph theory and life
Graph theory and lifeMilan Joshi
 
Quaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen WilliamsQuaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen WilliamsHarold Baker
 
Can you trust the internet? An introduction to graph theory, computational co...
Can you trust the internet? An introduction to graph theory, computational co...Can you trust the internet? An introduction to graph theory, computational co...
Can you trust the internet? An introduction to graph theory, computational co...Denise Gosnell, Ph.D.
 
Energetic lattices and braids
Energetic lattices and braidsEnergetic lattices and braids
Energetic lattices and braidsRavi Kiran B.
 

What's hot (18)

Graph theory and its applications
Graph theory and its applicationsGraph theory and its applications
Graph theory and its applications
 
Exponential Function
Exponential FunctionExponential Function
Exponential Function
 
Ch01
Ch01Ch01
Ch01
 
Quarulaterals BY RAMBABU SIRIPURAPU
Quarulaterals BY RAMBABU SIRIPURAPUQuarulaterals BY RAMBABU SIRIPURAPU
Quarulaterals BY RAMBABU SIRIPURAPU
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
 
On algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetryOn algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetry
 
Fundamentals cig 4thdec
Fundamentals cig 4thdecFundamentals cig 4thdec
Fundamentals cig 4thdec
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
CPSC 125 Ch 4 Sec 6
CPSC 125 Ch 4 Sec 6CPSC 125 Ch 4 Sec 6
CPSC 125 Ch 4 Sec 6
 
78201917
7820191778201917
78201917
 
graph theory
graph theory graph theory
graph theory
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Graph theory and life
Graph theory and lifeGraph theory and life
Graph theory and life
 
Graphs Algorithms
Graphs AlgorithmsGraphs Algorithms
Graphs Algorithms
 
Quaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen WilliamsQuaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen Williams
 
Can you trust the internet? An introduction to graph theory, computational co...
Can you trust the internet? An introduction to graph theory, computational co...Can you trust the internet? An introduction to graph theory, computational co...
Can you trust the internet? An introduction to graph theory, computational co...
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Energetic lattices and braids
Energetic lattices and braidsEnergetic lattices and braids
Energetic lattices and braids
 

Similar to 2018 Modern Math Workshop - Symmetry and Graph Profiles - Annie Raymond, October 10, 2018

Hyers ulam rassias stability of exponential primitive mapping
Hyers  ulam rassias stability of exponential primitive mappingHyers  ulam rassias stability of exponential primitive mapping
Hyers ulam rassias stability of exponential primitive mappingAlexander Decker
 
Common fixed point theorems with continuously subcompatible mappings in fuzz...
 Common fixed point theorems with continuously subcompatible mappings in fuzz... Common fixed point theorems with continuously subcompatible mappings in fuzz...
Common fixed point theorems with continuously subcompatible mappings in fuzz...Alexander Decker
 
11.common fixed points of weakly reciprocally continuous maps using a gauge f...
11.common fixed points of weakly reciprocally continuous maps using a gauge f...11.common fixed points of weakly reciprocally continuous maps using a gauge f...
11.common fixed points of weakly reciprocally continuous maps using a gauge f...Alexander Decker
 
Common fixed points of weakly reciprocally continuous maps using a gauge func...
Common fixed points of weakly reciprocally continuous maps using a gauge func...Common fixed points of weakly reciprocally continuous maps using a gauge func...
Common fixed points of weakly reciprocally continuous maps using a gauge func...Alexander Decker
 
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...mathsjournal
 
A new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensorsA new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensorsFrancesco Tudisco
 
On the solvability of a system of forward-backward linear equations with unbo...
On the solvability of a system of forward-backward linear equations with unbo...On the solvability of a system of forward-backward linear equations with unbo...
On the solvability of a system of forward-backward linear equations with unbo...Nikita V. Artamonov
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...mathsjournal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...mathsjournal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...mathsjournal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...mathsjournal
 
Can we estimate a constant?
Can we estimate a constant?Can we estimate a constant?
Can we estimate a constant?Christian Robert
 
A common fixed point of integral type contraction in generalized metric spacess
A  common fixed point of integral type contraction in generalized metric spacessA  common fixed point of integral type contraction in generalized metric spacess
A common fixed point of integral type contraction in generalized metric spacessAlexander Decker
 
Bayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear modelsBayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear modelsCaleb (Shiqiang) Jin
 
Treewidth and Applications
Treewidth and ApplicationsTreewidth and Applications
Treewidth and ApplicationsASPAK2014
 

Similar to 2018 Modern Math Workshop - Symmetry and Graph Profiles - Annie Raymond, October 10, 2018 (20)

Hyers ulam rassias stability of exponential primitive mapping
Hyers  ulam rassias stability of exponential primitive mappingHyers  ulam rassias stability of exponential primitive mapping
Hyers ulam rassias stability of exponential primitive mapping
 
IME 2018 - fechada
IME 2018 - fechadaIME 2018 - fechada
IME 2018 - fechada
 
Common fixed point theorems with continuously subcompatible mappings in fuzz...
 Common fixed point theorems with continuously subcompatible mappings in fuzz... Common fixed point theorems with continuously subcompatible mappings in fuzz...
Common fixed point theorems with continuously subcompatible mappings in fuzz...
 
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
 
11.common fixed points of weakly reciprocally continuous maps using a gauge f...
11.common fixed points of weakly reciprocally continuous maps using a gauge f...11.common fixed points of weakly reciprocally continuous maps using a gauge f...
11.common fixed points of weakly reciprocally continuous maps using a gauge f...
 
Common fixed points of weakly reciprocally continuous maps using a gauge func...
Common fixed points of weakly reciprocally continuous maps using a gauge func...Common fixed points of weakly reciprocally continuous maps using a gauge func...
Common fixed points of weakly reciprocally continuous maps using a gauge func...
 
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
 
A new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensorsA new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensors
 
Mathematical models of human cooperation - Matjaž Perc
Mathematical models of  human cooperation - Matjaž Perc Mathematical models of  human cooperation - Matjaž Perc
Mathematical models of human cooperation - Matjaž Perc
 
On the solvability of a system of forward-backward linear equations with unbo...
On the solvability of a system of forward-backward linear equations with unbo...On the solvability of a system of forward-backward linear equations with unbo...
On the solvability of a system of forward-backward linear equations with unbo...
 
Class1 algebra and arithmetic
Class1 algebra and arithmeticClass1 algebra and arithmetic
Class1 algebra and arithmetic
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
Can we estimate a constant?
Can we estimate a constant?Can we estimate a constant?
Can we estimate a constant?
 
A common fixed point of integral type contraction in generalized metric spacess
A  common fixed point of integral type contraction in generalized metric spacessA  common fixed point of integral type contraction in generalized metric spacess
A common fixed point of integral type contraction in generalized metric spacess
 
Bayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear modelsBayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear models
 
PMED Opening Workshop - Inference on Individualized Treatment Rules from Obse...
PMED Opening Workshop - Inference on Individualized Treatment Rules from Obse...PMED Opening Workshop - Inference on Individualized Treatment Rules from Obse...
PMED Opening Workshop - Inference on Individualized Treatment Rules from Obse...
 
Treewidth and Applications
Treewidth and ApplicationsTreewidth and Applications
Treewidth and Applications
 

More from The Statistical and Applied Mathematical Sciences Institute

More from The Statistical and Applied Mathematical Sciences Institute (20)

Causal Inference Opening Workshop - Latent Variable Models, Causal Inference,...
Causal Inference Opening Workshop - Latent Variable Models, Causal Inference,...Causal Inference Opening Workshop - Latent Variable Models, Causal Inference,...
Causal Inference Opening Workshop - Latent Variable Models, Causal Inference,...
 
2019 Fall Series: Special Guest Lecture - 0-1 Phase Transitions in High Dimen...
2019 Fall Series: Special Guest Lecture - 0-1 Phase Transitions in High Dimen...2019 Fall Series: Special Guest Lecture - 0-1 Phase Transitions in High Dimen...
2019 Fall Series: Special Guest Lecture - 0-1 Phase Transitions in High Dimen...
 
Causal Inference Opening Workshop - Causal Discovery in Neuroimaging Data - F...
Causal Inference Opening Workshop - Causal Discovery in Neuroimaging Data - F...Causal Inference Opening Workshop - Causal Discovery in Neuroimaging Data - F...
Causal Inference Opening Workshop - Causal Discovery in Neuroimaging Data - F...
 
Causal Inference Opening Workshop - Smooth Extensions to BART for Heterogeneo...
Causal Inference Opening Workshop - Smooth Extensions to BART for Heterogeneo...Causal Inference Opening Workshop - Smooth Extensions to BART for Heterogeneo...
Causal Inference Opening Workshop - Smooth Extensions to BART for Heterogeneo...
 
Causal Inference Opening Workshop - A Bracketing Relationship between Differe...
Causal Inference Opening Workshop - A Bracketing Relationship between Differe...Causal Inference Opening Workshop - A Bracketing Relationship between Differe...
Causal Inference Opening Workshop - A Bracketing Relationship between Differe...
 
Causal Inference Opening Workshop - Testing Weak Nulls in Matched Observation...
Causal Inference Opening Workshop - Testing Weak Nulls in Matched Observation...Causal Inference Opening Workshop - Testing Weak Nulls in Matched Observation...
Causal Inference Opening Workshop - Testing Weak Nulls in Matched Observation...
 
Causal Inference Opening Workshop - Difference-in-differences: more than meet...
Causal Inference Opening Workshop - Difference-in-differences: more than meet...Causal Inference Opening Workshop - Difference-in-differences: more than meet...
Causal Inference Opening Workshop - Difference-in-differences: more than meet...
 
Causal Inference Opening Workshop - New Statistical Learning Methods for Esti...
Causal Inference Opening Workshop - New Statistical Learning Methods for Esti...Causal Inference Opening Workshop - New Statistical Learning Methods for Esti...
Causal Inference Opening Workshop - New Statistical Learning Methods for Esti...
 
Causal Inference Opening Workshop - Bipartite Causal Inference with Interfere...
Causal Inference Opening Workshop - Bipartite Causal Inference with Interfere...Causal Inference Opening Workshop - Bipartite Causal Inference with Interfere...
Causal Inference Opening Workshop - Bipartite Causal Inference with Interfere...
 
Causal Inference Opening Workshop - Bridging the Gap Between Causal Literatur...
Causal Inference Opening Workshop - Bridging the Gap Between Causal Literatur...Causal Inference Opening Workshop - Bridging the Gap Between Causal Literatur...
Causal Inference Opening Workshop - Bridging the Gap Between Causal Literatur...
 
Causal Inference Opening Workshop - Some Applications of Reinforcement Learni...
Causal Inference Opening Workshop - Some Applications of Reinforcement Learni...Causal Inference Opening Workshop - Some Applications of Reinforcement Learni...
Causal Inference Opening Workshop - Some Applications of Reinforcement Learni...
 
Causal Inference Opening Workshop - Bracketing Bounds for Differences-in-Diff...
Causal Inference Opening Workshop - Bracketing Bounds for Differences-in-Diff...Causal Inference Opening Workshop - Bracketing Bounds for Differences-in-Diff...
Causal Inference Opening Workshop - Bracketing Bounds for Differences-in-Diff...
 
Causal Inference Opening Workshop - Assisting the Impact of State Polcies: Br...
Causal Inference Opening Workshop - Assisting the Impact of State Polcies: Br...Causal Inference Opening Workshop - Assisting the Impact of State Polcies: Br...
Causal Inference Opening Workshop - Assisting the Impact of State Polcies: Br...
 
Causal Inference Opening Workshop - Experimenting in Equilibrium - Stefan Wag...
Causal Inference Opening Workshop - Experimenting in Equilibrium - Stefan Wag...Causal Inference Opening Workshop - Experimenting in Equilibrium - Stefan Wag...
Causal Inference Opening Workshop - Experimenting in Equilibrium - Stefan Wag...
 
Causal Inference Opening Workshop - Targeted Learning for Causal Inference Ba...
Causal Inference Opening Workshop - Targeted Learning for Causal Inference Ba...Causal Inference Opening Workshop - Targeted Learning for Causal Inference Ba...
Causal Inference Opening Workshop - Targeted Learning for Causal Inference Ba...
 
Causal Inference Opening Workshop - Bayesian Nonparametric Models for Treatme...
Causal Inference Opening Workshop - Bayesian Nonparametric Models for Treatme...Causal Inference Opening Workshop - Bayesian Nonparametric Models for Treatme...
Causal Inference Opening Workshop - Bayesian Nonparametric Models for Treatme...
 
2019 Fall Series: Special Guest Lecture - Adversarial Risk Analysis of the Ge...
2019 Fall Series: Special Guest Lecture - Adversarial Risk Analysis of the Ge...2019 Fall Series: Special Guest Lecture - Adversarial Risk Analysis of the Ge...
2019 Fall Series: Special Guest Lecture - Adversarial Risk Analysis of the Ge...
 
2019 Fall Series: Professional Development, Writing Academic Papers…What Work...
2019 Fall Series: Professional Development, Writing Academic Papers…What Work...2019 Fall Series: Professional Development, Writing Academic Papers…What Work...
2019 Fall Series: Professional Development, Writing Academic Papers…What Work...
 
2019 GDRR: Blockchain Data Analytics - Machine Learning in/for Blockchain: Fu...
2019 GDRR: Blockchain Data Analytics - Machine Learning in/for Blockchain: Fu...2019 GDRR: Blockchain Data Analytics - Machine Learning in/for Blockchain: Fu...
2019 GDRR: Blockchain Data Analytics - Machine Learning in/for Blockchain: Fu...
 
2019 GDRR: Blockchain Data Analytics - QuTrack: Model Life Cycle Management f...
2019 GDRR: Blockchain Data Analytics - QuTrack: Model Life Cycle Management f...2019 GDRR: Blockchain Data Analytics - QuTrack: Model Life Cycle Management f...
2019 GDRR: Blockchain Data Analytics - QuTrack: Model Life Cycle Management f...
 

Recently uploaded

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Recently uploaded (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

2018 Modern Math Workshop - Symmetry and Graph Profiles - Annie Raymond, October 10, 2018

  • 1. Symmetry and Graph Profiles Annie Raymond (joint with Greg Blekherman, Mohit Singh and Rekha Thomas) University of Massachusetts, Amherst October 10, 2018
  • 2. An example Theorem (Mantel, 1907) The maximum number of edges in a graph on n vertices with no triangles is n2 4 . In particular, as n → ∞, the maximum edge density goes to 1 2. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 2 / 18
  • 3. An example Theorem (Mantel, 1907) The maximum number of edges in a graph on n vertices with no triangles is n2 4 . In particular, as n → ∞, the maximum edge density goes to 1 2. The maximum is attained on K n 2 , n 2 : Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 2 / 18
  • 4. An example Theorem (Mantel, 1907) The maximum number of edges in a graph on n vertices with no triangles is n2 4 . In particular, as n → ∞, the maximum edge density goes to 1 2. The maximum is attained on K n 2 , n 2 : n 2 · n 2 edges out of n 2 potential edges, no triangles. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 2 / 18
  • 5. Other triangle densities What if I want to know the maximum edge density in a graph on n vertices with a triangle density of y, for some 0 ≤ y ≤ 1? Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
  • 6. Other triangle densities What if I want to know the maximum edge density in a graph on n vertices with a triangle density of y, for some 0 ≤ y ≤ 1? Example Let G = , then (d( , G), d( , G)) = 9 (7 2) , 2 (7 3) ≈ (0.43, 0.06). Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
  • 7. Other triangle densities What if I want to know the maximum edge density in a graph on n vertices with a triangle density of y, for some 0 ≤ y ≤ 1? Example Let G = , then (d( , G), d( , G)) = 9 (7 2) , 2 (7 3) ≈ (0.43, 0.06). Is that the max edge density among graphs on 7 vertices with 2 triangles? Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
  • 8. Other triangle densities What if I want to know the maximum edge density in a graph on n vertices with a triangle density of y, for some 0 ≤ y ≤ 1? Example Let G = , then (d( , G), d( , G)) = 9 (7 2) , 2 (7 3) ≈ (0.43, 0.06). Is that the max edge density among graphs on 7 vertices with 2 triangles? What can (d( , G), d( , G)) be if G is any graph on 7 vertices? Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 3 / 18
  • 9. All density vectors for graphs on 7 vertices (d( , G), d( , G)) for any graph G on 7 vertices 0.2 0.4 0.6 0.8 1.0 0.2 0.4 0.6 0.8 1.0 Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 4 / 18
  • 10. All density vectors for graphs on n vertices as n → ∞ (d( , G), d( , G)) for any graph G on n vertices as n → ∞ (Razborov, 2008) Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 5 / 18
  • 11. Why care? Large graphs are everywhere! Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 6 / 18
  • 12. Why care? Large graphs are everywhere! Biology Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 6 / 18
  • 13. Why care? Large graphs are everywhere! Biology Facebook graph Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 6 / 18
  • 14. More reasons to care! Google Maps Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 7 / 18
  • 15. More reasons to care! Google Maps Alfred Pasieka/Science Photo Library/Getty Images Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 7 / 18
  • 16. Problem Adjacency matrix A(G) of a graph G: Aij (G) = 1 if {i, j} ∈ E(G) 0 if {i, j} ∈ E(G) Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
  • 17. Problem Adjacency matrix A(G) of a graph G: Aij (G) = 1 if {i, j} ∈ E(G) 0 if {i, j} ∈ E(G) Sometimes too large for computer! Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
  • 18. Problem Adjacency matrix A(G) of a graph G: Aij (G) = 1 if {i, j} ∈ E(G) 0 if {i, j} ∈ E(G) Sometimes too large for computer! Idea: understand the graph locally Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
  • 19. Problem Adjacency matrix A(G) of a graph G: Aij (G) = 1 if {i, j} ∈ E(G) 0 if {i, j} ∈ E(G) Sometimes too large for computer! Idea: understand the graph locally This raises immediately two questions: Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
  • 20. Problem Adjacency matrix A(G) of a graph G: Aij (G) = 1 if {i, j} ∈ E(G) 0 if {i, j} ∈ E(G) Sometimes too large for computer! Idea: understand the graph locally This raises immediately two questions: 1 How do global and local properties relate? Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
  • 21. Problem Adjacency matrix A(G) of a graph G: Aij (G) = 1 if {i, j} ∈ E(G) 0 if {i, j} ∈ E(G) Sometimes too large for computer! Idea: understand the graph locally This raises immediately two questions: 1 How do global and local properties relate? 2 What is even possible locally? Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 8 / 18
  • 22. Valid linear inequality involving graph densities Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 9 / 18
  • 23. Valid linear inequality involving graph densities − ≥ 0, −4 3 + + 2 3 ≥ 0, . . . Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 9 / 18
  • 24. Valid linear inequality involving graph densities − ≥ 0, −4 3 + + 2 3 ≥ 0, . . . Consider any linear inequality involving any graphs (not just edges and triangles) and any number of graphs (not just two). Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 9 / 18
  • 25. Certifying polynomial inequalities Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
  • 26. Certifying polynomial inequalities A polynomial p ∈ R[x1, . . . , xn] =: R[x] is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
  • 27. Certifying polynomial inequalities A polynomial p ∈ R[x1, . . . , xn] =: R[x] is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn p sum of squares (sos), i.e., p = l i=1 f 2 i where fi ∈ R[x] ⇒ p ≥ 0 Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
  • 28. Certifying polynomial inequalities A polynomial p ∈ R[x1, . . . , xn] =: R[x] is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn p sum of squares (sos), i.e., p = l i=1 f 2 i where fi ∈ R[x] ⇒ p ≥ 0 Hilbert (1888): Not all nonnegative polynomials are sos. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
  • 29. Certifying polynomial inequalities A polynomial p ∈ R[x1, . . . , xn] =: R[x] is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn p sum of squares (sos), i.e., p = l i=1 f 2 i where fi ∈ R[x] ⇒ p ≥ 0 Hilbert (1888): Not all nonnegative polynomials are sos. Artin (1927): Every nonnegative polynomial can be written as a (finite) sum of squares of rational functions. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
  • 30. Certifying polynomial inequalities A polynomial p ∈ R[x1, . . . , xn] =: R[x] is nonnegative if p(x1, . . . , xn) ≥ 0 for all (x1, . . . , xn) ∈ Rn p sum of squares (sos), i.e., p = l i=1 f 2 i where fi ∈ R[x] ⇒ p ≥ 0 Hilbert (1888): Not all nonnegative polynomials are sos. Artin (1927): Every nonnegative polynomial can be written as a (finite) sum of squares of rational functions. Motzkin (1967, with Taussky-Todd): M(x, y) = x4y2 + x2y4 + 1 − 3x2y2 is a nonnegative polynomial but is not a sos. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 10 / 18
  • 31. How do sums of squares fare with graph densities? Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
  • 32. How do sums of squares fare with graph densities? Hatami-Norine (2011): Not every valid inequality involving graph densities can be written as a sum of squares of graph densities Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
  • 33. How do sums of squares fare with graph densities? Hatami-Norine (2011): Not every valid inequality involving graph densities can be written as a sum of squares of graph densities or even as a rational sum of squares of graph densities. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
  • 34. How do sums of squares fare with graph densities? Hatami-Norine (2011): Not every valid inequality involving graph densities can be written as a sum of squares of graph densities or even as a rational sum of squares of graph densities. Lov´asz-Szegedy (2006) + Netzer-Thom (2015): Every valid inequality involving graph densities plus any > 0 can be written as a sum of squares of graph densities. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
  • 35. How do sums of squares fare with graph densities? Hatami-Norine (2011): Not every valid inequality involving graph densities can be written as a sum of squares of graph densities or even as a rational sum of squares of graph densities. Lov´asz-Szegedy (2006) + Netzer-Thom (2015): Every valid inequality involving graph densities plus any > 0 can be written as a sum of squares of graph densities. BRST (2018): − ≥ 0 is not a sum of squares. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
  • 36. How do sums of squares fare with graph densities? Hatami-Norine (2011): Not every valid inequality involving graph densities can be written as a sum of squares of graph densities or even as a rational sum of squares of graph densities. Lov´asz-Szegedy (2006) + Netzer-Thom (2015): Every valid inequality involving graph densities plus any > 0 can be written as a sum of squares of graph densities. BRST (2018): − ≥ 0 is not a sum of squares. How? We characterize exactly all valid inequalities involving only graphs with three edges, and which of these are sums of squares. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 11 / 18
  • 37. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 38. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) 1 2 3 4 ←→ 12 13 14 23 24 34 ( 1, 1, 1, 0, 0, 0 ) Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 39. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) 1 2 3 4 ←→ 12 13 14 23 24 34 ( 1, 1, 1, 0, 0, 0 ) Variables xij Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 40. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) 1 2 3 4 ←→ 12 13 14 23 24 34 ( 1, 1, 1, 0, 0, 0 ) Variables xij → transform polynomials into pictures! Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 41. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) 1 2 3 4 ←→ 12 13 14 23 24 34 ( 1, 1, 1, 0, 0, 0 ) Variables xij → transform polynomials into pictures! x12 = 1 2 and x12x13x23 = 1 2 3 Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 42. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) 1 2 3 4 ←→ 12 13 14 23 24 34 ( 1, 1, 1, 0, 0, 0 ) Variables xij → transform polynomials into pictures! x12 = 1 2 and x12x13x23 = 1 2 3 x12(G) = 1 2 (G) gives 1 if {1, 2} ∈ E(G), and 0 otherwise Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 43. Tools to work on such problems Graphs on n vertices ←→ subsets of {0, 1}(n 2) 1 2 3 4 ←→ 12 13 14 23 24 34 ( 1, 1, 1, 0, 0, 0 ) Variables xij → transform polynomials into pictures! x12 = 1 2 and x12x13x23 = 1 2 3 x12(G) = 1 2 (G) gives 1 if {1, 2} ∈ E(G), and 0 otherwise x12x13x23(G) = 1 2 3 (G) gives 1 if the vertices 1,2, and 3 form a triangle in G, and 0 otherwise Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 12 / 18
  • 44. Symmetrization Example (Definition by example) Let = symn( 1 2 3 ) = 1 n! σ∈Sn σ( 1 2 3 ). (G) returns the triangle density of G. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 13 / 18
  • 45. Symmetrization Example (Definition by example) Let = symn( 1 2 3 ) = 1 n! σ∈Sn σ( 1 2 3 ). (G) returns the triangle density of G. Example (Crucial definition by example: using only a subgroup of Sn) Let 1 = symσ∈Sn:σ fixes 1( 1 2 ) = 1 n−1 j≥2 x1j 1 (G) returns the relative degree of vertex 1 in G. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 13 / 18
  • 46. Symmetrization Example (Definition by example) Let = symn( 1 2 3 ) = 1 n! σ∈Sn σ( 1 2 3 ). (G) returns the triangle density of G. Example (Crucial definition by example: using only a subgroup of Sn) Let 1 = symσ∈Sn:σ fixes 1( 1 2 ) = 1 n−1 j≥2 x1j 1 (G) returns the relative degree of vertex 1 in G. Example (One more example to clarify) 1 2 1 3 4 2 5 6 = 2 4 Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 13 / 18
  • 47. A small asymptotic miracle 1 1 = 1 (n − 1)2   j≥2 x1j   2 = 1 (n − 1)2 j≥2 x2 1j + 2 (n − 1)2 2≤i<j x1i x1j = 1 (n − 1)2 j≥2 x1j + 2 (n − 1)2 2≤i<j x1i x1j ≈ 1 Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 14 / 18
  • 48. A small asymptotic miracle 1 1 = 1 (n − 1)2   j≥2 x1j   2 = 1 (n − 1)2 j≥2 x2 1j + 2 (n − 1)2 2≤i<j x1i x1j = 1 (n − 1)2 j≥2 x1j + 2 (n − 1)2 2≤i<j x1i x1j ≈ 1 Multiplying asymptotically = gluing! Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 14 / 18
  • 49. A small asymptotic miracle 1 1 = 1 (n − 1)2   j≥2 x1j   2 = 1 (n − 1)2 j≥2 x2 1j + 2 (n − 1)2 2≤i<j x1i x1j = 1 (n − 1)2 j≥2 x1j + 2 (n − 1)2 2≤i<j x1i x1j ≈ 1 Multiplying asymptotically = gluing! Example 3 1 2 · 1 2 = 2 3 1 · 2 1 = 2 3 1 Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 14 / 18
  • 50. Certifying a valid inequality with a sum of squares Show that − ≥ 0. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 15 / 18
  • 51. Certifying a valid inequality with a sum of squares Show that − ≥ 0. 1 2 symn ( 1 − 2 )2 = 1 2 symn( 1 1 − 2 1 2 + 2 2 ) = 1 2 symn( 1 − 2 1 2 + 2 ) = 1 2 (2 − 2 ) Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 15 / 18
  • 52. Certifying a valid inequality with a sum of squares Show that − ≥ 0. 1 2 symn ( 1 − 2 )2 = 1 2 symn( 1 1 − 2 1 2 + 2 2 ) = 1 2 symn( 1 − 2 1 2 + 2 ) = 1 2 (2 − 2 ) By using symmetry-reduction, we fully characterize all homogeneous sums of squares of degree 3, 4, and 5. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 15 / 18
  • 53. 3-profiles of graphs BRST(2018): (d( , G), d( , G), d( , G), d( , G)) is contained in B = {x ∈ R4 : x0 + x1 + x2 + x3 = 1, x0, x1, x2, x3 ≥ 0 3x0 + x1 x1 + x2 x1 + x2 x2 + 3x3 0} which looks like... Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 16 / 18
  • 54. Convex relaxation for 3-profiles of graphs Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
  • 55. Convex relaxation for 3-profiles of graphs Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
  • 56. Actual 3-profiles of graphs Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
  • 57. Actual 3-profiles of graphs Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 17 / 18
  • 58. Thank you! Also follow forall on instagram or check out www.instagram.com/_forall. Annie Raymond (UMass) Symmetry and Graph Profiles October 10, 2018 18 / 18