kb/data/en.wikipedia.org/wiki/Alan_M._Frieze-0.md

7.8 KiB
Raw Blame History

title chunk source category tags date_saved instance
Alan M. Frieze 1/2 https://en.wikipedia.org/wiki/Alan_M._Frieze reference science, encyclopedia 2026-05-05T17:17:20.488241+00:00 kb-cron

Alan M. Frieze (born 25 October 1945 in London, England) is a professor in the Department of Mathematical Sciences at Carnegie Mellon University, Pittsburgh, United States. He graduated from the University of Oxford in 1966, and obtained his PhD from the University of London in 1975. His research interests lie in combinatorics, discrete optimisation and theoretical computer science. Currently, he focuses on the probabilistic aspects of these areas; in particular, the study of the asymptotic properties of random graphs, the average case analysis of algorithms, and randomised algorithms. His recent work has included approximate counting and volume computation via random walks; finding edge disjoint paths in expander graphs, and exploring anti-Ramsey theory and the stability of routing algorithms.

== Key contributions == Two key contributions made by Alan Frieze are: (1) polynomial time algorithm for approximating the volume of convex bodies (2) algorithmic version for Szemerédi regularity lemma Both these algorithms will be described briefly here.

=== Polynomial time algorithm for approximating the volume of convex bodies === The paper

is a joint work by Martin Dyer, Alan Frieze and Ravindran Kannan. The main result of the paper is a randomised algorithm for finding an

    ϵ
  

{\displaystyle \epsilon }

approximation to the volume of a convex body

    K
  

{\displaystyle K}

in

    n
  

{\displaystyle n}

-dimensional Euclidean space by assume the existence of a membership oracle. The algorithm takes time bounded by a polynomial in

    n
  

{\displaystyle n}

, the dimension of

    K
  

{\displaystyle K}

and

    1
    
      /
    
    ϵ
  

{\displaystyle 1/\epsilon }

. The algorithm is a sophisticated usage of the so-called Markov chain Monte Carlo (MCMC) method. The basic scheme of the algorithm is a nearly uniform sampling from within

    K
  

{\displaystyle K}

by placing a grid consisting n-dimensional cubes and doing a random walk over these cubes. By using the theory of rapidly mixing Markov chains, they show that it takes a polynomial time for the random walk to settle down to being a nearly uniform distribution.

=== Algorithmic version for Szemerédi regularity partition === This paper

is a combined work by Alan Frieze and Ravindran Kannan. They use two lemmas to derive the algorithmic version of the Szemerédi regularity lemma to find an

    ϵ
  

{\displaystyle \epsilon }

-regular partition. Lemma 1: Fix k and

    γ
  

{\displaystyle \gamma }

and let

    G
    =
    (
    V
    ,
    E
    )
  

{\displaystyle G=(V,E)}

be a graph with

    n
  

{\displaystyle n}

vertices. Let

    P
  

{\displaystyle P}

be an equitable partition of

    V
  

{\displaystyle V}

in classes

      V
      
        0
      
    
    ,
    
      V
      
        1
      
    
    ,
    …
    ,
    
      V
      
        k
      
    
  

{\displaystyle V_{0},V_{1},\ldots ,V_{k}}

. Assume

      |
    
    
      V
      
        1
      
    
    
      |
    
    >
    
      4
      
        2
        k
      
    
  

{\displaystyle |V_{1}|>4^{2k}}

and

      4
      
        k
      
    
    >
    600
    
      γ
      
        2
      
    
  

{\displaystyle 4^{k}>600\gamma ^{2}}

. Given proofs that more than

    γ
    
      k
      
        2
      
    
  

{\displaystyle \gamma k^{2}}

pairs

    (
    
      V
      
        r
      
    
    ,
    
      V
      
        s
      
    
    )
  

{\displaystyle (V_{r},V_{s})}

are not

    γ
  

{\displaystyle \gamma }

-regular, it is possible to find in O(n) time an equitable partition

      P
      
    
  

{\displaystyle P'}

(which is a refinement of

    P
  

{\displaystyle P}

) into

    1
    +
    k
    
      4
      
        k
      
    
  

{\displaystyle 1+k4^{k}}

classes, with an exceptional class of cardinality at most

      |
    
    
      V
      
        0
      
    
    
      |
    
    +
    n
    
      /
    
    
      4
      
        k
      
    
  

{\displaystyle |V_{0}|+n/4^{k}}

and such that

    ind
    
    (
    
      P
      
    
    )
    ≥
    ind
    
    (
    P
    )
    +
    
      γ
      
        5
      
    
    
      /
    
    20
  

{\displaystyle \operatorname {ind} (P')\geq \operatorname {ind} (P)+\gamma ^{5}/20}

Lemma 2: Let

    W
  

{\displaystyle W}

be a

    R
    ×
    C
  

{\displaystyle R\times C}

matrix with

      |
    
    R
    
      |
    
    =
    p
  

{\displaystyle |R|=p}

,

      |
    
    C
    
      |
    
    =
    q
  

{\displaystyle |C|=q}

and

    ‖
    W
    
      ‖
      
        inf
      
    
    ≤
    1
  

{\displaystyle \|W\|_{\inf }\leq 1}

and

    γ
  

{\displaystyle \gamma }

be a positive real. (a) If there exist

    S
    ⊆
    R
  

{\displaystyle S\subseteq R}

,

    T
    ⊆
    C
  

{\displaystyle T\subseteq C}

such that

      |
    
    S
    
      |
    
    ≥
    γ
    p
  

{\displaystyle |S|\geq \gamma p}

,

      |
    
    T
    
      |
    
    ≥
    γ
    q
  

{\displaystyle |T|\geq \gamma q}

and

      |
    
    W
    (
    S
    ,
    T
    )
    
      |
    
    ≥
    γ
    
      |
    
    S
    
      |
    
    
      |
    
    T
    
      |
    
  

{\displaystyle |W(S,T)|\geq \gamma |S||T|}

then

      σ
      
        1
      
    
    (
    W
    )
    ≥
    
      γ
      
        3
      
    
    
      
        p
        q
      
    
  

{\displaystyle \sigma _{1}(W)\geq \gamma ^{3}{\sqrt {pq}}}