SlideShare a Scribd company logo
1 of 53
Download to read offline
Describing finite groups by
short first-order sentences
Andr´e Nies
joint work with Katrin Tent
1 / 30
Compressibility up to isomorphism
in classes of finite structures
2 / 30
Invariant Kolmogorov complexity
Fix a universal system of descriptions; say, a universal Turing
machine M taking as input bit strings σ.
The Kolmogorov complexity of a finite mathematical object x (such
as a string over a finite alphabet) is the length of a shortest
description, i.e. min{|σ|: M(σ) = x}.
3 / 30
Invariant Kolmogorov complexity
Fix a universal system of descriptions; say, a universal Turing
machine M taking as input bit strings σ.
The Kolmogorov complexity of a finite mathematical object x (such
as a string over a finite alphabet) is the length of a shortest
description, i.e. min{|σ|: M(σ) = x}.
We can encode a finite structure G over a finite symbol set by a
string xG.
The Kolmogorov complexity of xG is usually not invariant under
isomorphism of the structures. E.g. both 1001001101 and
0000011111 code a structure of size ten where half the elements
satisfy a unary predicate.
The invariant Kolmogorov complexity Kinv(G) is the minimum of
the Kolmogorov complexities of xH for all structures H ∼= G.
3 / 30
Compressibility for a class of finite structures
Recall: Kinv(G) is the minimum of the Kolmogorov complexities of all
structures H ∼= G.
Let C be a class of finite structures for the same finite symbol set.
Let R: N → N+ be an unbounded function.
If Kinv(G) ≤ R(|G|) for each G ∈ C, what can we say about the
growth of R?
4 / 30
Infinitely-often lower bound of log n
log denotes the logarithm in base 2.
Let C be a class of finite structures containing a structure of each size. If
Kinv(G) ≤ R(|G|) for each G ∈ C, then for some constant c
∃∞n [log n − c ≤ R(n)] .
To see this: for each k there is a number n with log n = k
such that any binary description of n has at least k bits.
If some structure of size n has a description of length < log n − c,
then n has a description of length < k, contradiction.
5 / 30
Lower bounds by counting: graphs
Let C be the class of finite graphs. If Kinv(G) ≤ R(|G|) for each G ∈ C,
then n2 − 6 log n = O(R(n)). “No compression possible.”
The number of non-isomorphic undirected graphs with n vertices is
at least
2(n
2)
n!
=
1
n
n−1
i=1
2i
i
,
which for large n exceeds 1
n 2n2/6.
For each k there are fewer than 2k binary descriptions of length less
than k. So for some constant c, for large enough n there is an
undirected graph G with n vertices such that n2 − 6 log n ≤ c|σ|, for
any binary description σ of any H ∼= G. Hence
n2 − 6 log n ≤ cKinv(G).
6 / 30
Lower bounds by counting: p-groups
Let C be the class of finite p-groups (p a prime).
If Kinv(G) ≤ R(|G|) for each G ∈ C, then (log n)3 = O(R(n)).
Higman (1960) showed1 that for m > 6 there are at least
p
2
27
(m3−6m2)
non-isomorphic groups of order pm, for some function τ with
limm τ(m) = 0. (They are in fact all nilpotent-2 and of exponent p2.)
This implies that for some constant c, for each large enough n a
power of p, there is a group G with n elements such that
log3
n ≤ c|σ| for any binary description σ of any H ∼= G.
1
See 2007 book by Blackburn, Neumann and Venkataram
7 / 30
First-order compressibility within
classes of finite structures
8 / 30
Main definition: compressibility in first-order logic
Let C be a class of finite structures for the same finite symbol set S.
Let R: N → N+ be an unbounded function.
The class C is R-compressible if for any G ∈ C, there exists a first-order
sentence ψG of length O(R(|G|)) such that
G |= ψG, and
if H |= ψG then G ∼= H.
9 / 30
Main definition: compressibility in first-order logic
Let C be a class of finite structures for the same finite symbol set S.
Let R: N → N+ be an unbounded function.
The class C is R-compressible if for any G ∈ C, there exists a first-order
sentence ψG of length O(R(|G|)) such that
G |= ψG, and
if H |= ψG then G ∼= H.
The “atomic diagram” of the structure is its trivial description.
(For a finite group, this is essentially the multiplication table.)
This description has length O(|G|k+1), where k is the maximum
arity occurring in the symbol set.
9 / 30
Remark on decompression
Our descriptions are now first-order sentences φ.
Decompression is as follows:
the machine takes input φ, and searches for the “lexicographically”
first finite model of φ. If found output it.
10 / 30
Remark on alphabet of descriptions
Descriptions of structures for finite symbol set S use an infinite
alphabet
we can convert them into binary descriptions (essentially, index the
variables in binary to get down to a finite alphabet).
11 / 30
Remark on alphabet of descriptions
Descriptions of structures for finite symbol set S use an infinite
alphabet
we can convert them into binary descriptions (essentially, index the
variables in binary to get down to a finite alphabet).
The length of binary description of φ is at most c|φ| log |φ| where
c ≈ log |S|, so this slightly worsens the upper bounds on
compressibility for classes we are about to give.
Let L(G) denote the least length of a first-order description of G.
We have Kinv(G) = O(L(G) log(L(G))).
11 / 30
Cycle graphs are log-compressible
Let Cn be the undirected cycle graph with n vertices.
The class C = {Cn : n ∈ N} is log-compressible.
Let n = 2k or n = 2k + 1. Let φn be the sentence
the graph is undirected, every vertex has degree 2,
∀x, y Pk(x, y),
∃x, y ¬Pk−1(x, y).
Pk(x, y) is a formula of length O(log k) saying that there is a path with ≤ k
edges from x to y. (It uses O(log k) quantifiers.)
To distinguish whether n is even or odd, note that
∀u∀v∀z[Euv → (Pk−1uz ∨ Pk−1vz)] holds iff n = 2k.
12 / 30
Cyclic groups are log-compressible
Recall:
The class C is R-compressible if for any G ∈ C, there exists a first-order
sentence ψG of length |ψG| = O(R(|G|)) such that
G |= ψG, and
if H |= ψG then G ∼= H.
To say that a group G is cyclic of order n, express that
∃g [ the undirected Cayley graph given by g is Cn].
13 / 30
Finite (difference) fields are log-compressible
A difference field is a field with a distinguished automorphism.
(i) For any finite field Fq, there is a Σ3-sentence ϕq of length
O(log q) in the language L(+, ×, 0, 1) describing Fq.
(ii) For any finite difference field (Fq, σ) there is a Σ3-sentence ψq,σ
of length O(log q) in L(+, ×, 0, 1, σ) describing Fq, σ .
14 / 30
Finite (difference) fields are log-compressible
A difference field is a field with a distinguished automorphism.
(i) For any finite field Fq, there is a Σ3-sentence ϕq of length
O(log q) in the language L(+, ×, 0, 1) describing Fq.
(ii) For any finite difference field (Fq, σ) there is a Σ3-sentence ψq,σ
of length O(log q) in L(+, ×, 0, 1, σ) describing Fq, σ .
Proof (i): Let q = pn
for a prime p.
The sentence φq says that the structure is a field of characteristic p such
that ∀x [xpn
= x] and ∃y [ypn−1
= y].
These formulas can be replaced by short formulas using a method from
the theory of algorithms known as “exponentiation via repeated squaring”.
14 / 30
First-order compressibility of finite simple groups:
log |G|
15 / 30
Short formulas for defining a generated subgroup
For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of
length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if
g ∈ x1, . . . , xk for |G| = n.
16 / 30
Short formulas for defining a generated subgroup
For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of
length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if
g ∈ x1, . . . , xk for |G| = n.
To build the formulas αgen we use a technique that originated in computational
complexity, e.g. to show that the set of true quantified boolean formulas is
complete for polynomial space.
16 / 30
Short formulas for defining a generated subgroup
For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of
length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if
g ∈ x1, . . . , xk for |G| = n.
To build the formulas αgen we use a technique that originated in computational
complexity, e.g. to show that the set of true quantified boolean formulas is
complete for polynomial space.
16 / 30
Short formulas for defining a generated subgroup
For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of
length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if
g ∈ x1, . . . , xk for |G| = n.
To build the formulas αgen we use a technique that originated in computational
complexity, e.g. to show that the set of true quantified boolean formulas is
complete for polynomial space.
Drawback: this leads to an unbounded number of quantifier alternations. We
can avoid them at the cost of somewhat longer formulas:
For each each n, k > 0 we can find existential f.o. formula βgen(g; x1, . . . , xk) of
length O(k log2
n) such that G |= βgen(g; x1, . . . , xk) if and only if
g ∈ x1, . . . , xk for |G| = n.
16 / 30
Ree groups2
Let G2(q) be the automorphism group of the octonion algebra over
a q-element field Fq, where q has the form 32k+1, k > 0.
2
Rimhak Ree, 1961
17 / 30
Ree groups2
Let G2(q) be the automorphism group of the octonion algebra over
a q-element field Fq, where q has the form 32k+1, k > 0.
τ is the automorphism of G2(q) arising from the symmetry of the
underlying (undirected) Dynkin diagram ·
6
− ·
2
Rimhak Ree, 1961
17 / 30
Ree groups2
Let G2(q) be the automorphism group of the octonion algebra over
a q-element field Fq, where q has the form 32k+1, k > 0.
τ is the automorphism of G2(q) arising from the symmetry of the
underlying (undirected) Dynkin diagram ·
6
− ·
σ is the automorphism of G2(q) given by the square root of the
Frobenius automorphism x → x3 on Fq (so σ(x) = x3k+1
).
2
Rimhak Ree, 1961
17 / 30
Ree groups2
Let G2(q) be the automorphism group of the octonion algebra over
a q-element field Fq, where q has the form 32k+1, k > 0.
τ is the automorphism of G2(q) arising from the symmetry of the
underlying (undirected) Dynkin diagram ·
6
− ·
σ is the automorphism of G2(q) given by the square root of the
Frobenius automorphism x → x3 on Fq (so σ(x) = x3k+1
).
The Ree group 2G2(q) is a subgroup of G2(q): it consists of the
elements g such that τ(g) = σ(g).
2
Rimhak Ree, 1961
17 / 30
Short presentations for finite simple groups
A finite presentation of a group has the form
x1, . . . , xk | r1, . . . , rm .
E.g. for dihedral groups we have D2n = x, y | x2, yn, x−1yxy . This
presentation has length n + constant.
Theorem (Guralnick et al., JAMS, 2008)
For some constant C0: the nonabelian finite simple groups, possibly
except the Ree groups of type 2G2, have a presentation with
at most C0 generators and relators
length at most C0(log q + log n).
q is the size of the underlying field, n the Lie rank of the group.
log n + log q ≤ log |G|, so the presentations are O(log |G|) long.
18 / 30
Conversion to a short first-order description
Suppose that a finite simple group G has a presentation
x1, . . . , xk | r1, . . . , rm . Let gi be the image of xi in G.
There is a formula ψ(x1, . . . , xk) of length O(log |G| + k + i |ri|)
describing the structure (G, g1, . . . , gk).
19 / 30
Conversion to a short first-order description
Suppose that a finite simple group G has a presentation
x1, . . . , xk | r1, . . . , rm . Let gi be the image of xi in G.
There is a formula ψ(x1, . . . , xk) of length O(log |G| + k + i |ri|)
describing the structure (G, g1, . . . , gk).
The formula is x1 = 1 ∧ 1≤i≤m ri = 1 ∧ ∀y αgen(y; x1, . . . , xk).
αgen is the formula of length O(k + log |G|) from a previous lemma,
expressing that y is generated by the xi within G.
The models of ψ are the nontrivial quotients of (G, g1, . . . , gk).
Then, since G is simple, ψ describes (G, g1, . . . , gk).
19 / 30
Compression for finite groups: first result
Theorem
Suppose a finite group G has a presentation of length N.
Then G has a first-order description of length N + O(log2
|G|).
The proof follows the argument in the case of simple groups. The group
is determined by:
generated by a sequence g1, . . . , gk satisfying the relators
the length of a composition series. Using the formulas αgen for
generation, this extra information takes length O(log2
|G|).
20 / 30
Compression for finite groups: first result
Theorem
Suppose a finite group G has a presentation of length N.
Then G has a first-order description of length N + O(log2
|G|).
The proof follows the argument in the case of simple groups. The group
is determined by:
generated by a sequence g1, . . . , gk satisfying the relators
the length of a composition series. Using the formulas αgen for
generation, this extra information takes length O(log2
|G|).
Corollary (using Guralnick et al, JAMS 2008)
The class of finite groups not containing a Ree group 2G2 as a
composition factor is log3
-compressible.
20 / 30
Short first-order descriptions for Ree groups
2G2(q) is bi-interpretable with the difference field (Fq, σ). The
formulas don’t depend on q. (See Ryten’s 2007 PhD thesis at the
University of Leeds for a proof.)
The class of finite difference fields is log-compressible.
log-compressibility is preserved under bi-interpretability.
So we can find short first-order descriptions of length O(log n) for
the Ree groups.
21 / 30
Short first-order descriptions for Ree groups
2G2(q) is bi-interpretable with the difference field (Fq, σ). The
formulas don’t depend on q. (See Ryten’s 2007 PhD thesis at the
University of Leeds for a proof.)
The class of finite difference fields is log-compressible.
log-compressibility is preserved under bi-interpretability.
So we can find short first-order descriptions of length O(log n) for
the Ree groups.
There is a slight complication because the interpretation of the appropriate
difference fields in the Ree groups needs parameters. To deal with this, we
actually show that the class of difference fields is strongly log-compressible, i.e.
we can add a list of constants of fixed length and still get a description of
length O(log).
21 / 30
First-order compressibility of all finite groups:
(log |G|)3
22 / 30
Preliminary: straight line programs
Let G be a finite group, S ⊆ G and B ⊆ G.
A straight line program (SLP) L over S is a sequence of group
elements such that each element of L is in S, an inverse of an
earlier element, or a product of two earlier elements.
The reduced length is the number of entries not in S.
L computes B from S if L is an SLP over S containing B.
23 / 30
Preliminary: straight line programs
Let G be a finite group, S ⊆ G and B ⊆ G.
A straight line program (SLP) L over S is a sequence of group
elements such that each element of L is in S, an inverse of an
earlier element, or a product of two earlier elements.
The reduced length is the number of entries not in S.
L computes B from S if L is an SLP over S containing B.
Reachability Lemma (Babai and Szemer´edi, 1984)
For each set S ⊆ G, there is a straight line program L over S of reduced
length at most (log |G| + 1)2 that computes a preprocessing set
A = {z1, . . . , zn}, n ≤ log |G|, as follows: each g in S is of the form
q−1p where p, q are products of some of the zi in ascending order; so its
reduced length over A is ≤ 2 log |G|.
23 / 30
Proof that finite groups G are (log |G|)3
-compressible
We fix a composition series
1 = G0 G1 . . . Gr = G
with simple factors Hi := Gi/Gi−1, i = 1, . . . r.
The length r is bounded by log |G|.
24 / 30
Proof that finite groups G are (log |G|)3
-compressible
We fix a composition series
1 = G0 G1 . . . Gr = G
with simple factors Hi := Gi/Gi−1, i = 1, . . . r.
The length r is bounded by log |G|. Pick an “appropriate” sequence
∅ = T0 ⊂ T1 ⊂ . . . ⊂ Tr = T with Ti = Gi.
Define the Gi from the sets Ti using the formulas αgen.
24 / 30
Proof that finite groups G are (log |G|)3
-compressible
We fix a composition series
1 = G0 G1 . . . Gr = G
with simple factors Hi := Gi/Gi−1, i = 1, . . . r.
The length r is bounded by log |G|. Pick an “appropriate” sequence
∅ = T0 ⊂ T1 ⊂ . . . ⊂ Tr = T with Ti = Gi.
Define the Gi from the sets Ti using the formulas αgen.
(a) introduce ascending preprocessing sets Ai for the Ti
(b) describe each Hi, together with the image of Ti  Ti−1
(c) describe each Gi as a group extension
1 → Gi−1 → Gi → Hi → 1 (exact sequence).
24 / 30
Introduce preprocessing sets Ai for the Ti
Recall: A is preprocessing set for S if A = S and for each g in S the
reduced length of g over A is ≤ 2 log |G|.
Our sentence describing G starts with a block of existential
quantifiers for the generating set T of G, and another block
referring to a preprocessing set A.
It states how A has been obtained from T via a straight line
program of reduced length (log |G| + 1)2. It uses at most that many
further existential quantifiers.
25 / 30
Introduce preprocessing sets Ai for the Ti
Recall: A is preprocessing set for S if A = S and for each g in S the
reduced length of g over A is ≤ 2 log |G|.
Our sentence describing G starts with a block of existential
quantifiers for the generating set T of G, and another block
referring to a preprocessing set A.
It states how A has been obtained from T via a straight line
program of reduced length (log |G| + 1)2. It uses at most that many
further existential quantifiers.
We build A in levels A0 ⊆ . . . ⊆ Ar = A, where Ai is a preprocessing set
for Ti. To do so we successively extend straight line programs computing
Ai from Ti. The Ai will allow rapid access to particular elements of Gi
(at a cost of 2 log |Gi| many ∃’s).
25 / 30
Describe Hi and the image of Ti  Ti−1
Recall that Hi = Gi/Gi−1. By the case of simple groups (and the right
choice of the Ti) we have an O(log |G|) sentence φi describing (Hi, Ti).
We now need to express within G that (Hi, Ti) |= φi .
26 / 30
Describe Hi and the image of Ti  Ti−1
Recall that Hi = Gi/Gi−1. By the case of simple groups (and the right
choice of the Ti) we have an O(log |G|) sentence φi describing (Hi, Ti).
We now need to express within G that (Hi, Ti) |= φi .
Via the formulas αgen we express that Gi−1 is a normal subgroup of
Gi, using a length of O(log |Gi|).
We restrict the quantifiers in φi to Gi using αgen and replace each
occurrence of “u = v” in φi by “uv−1 ∈ Gi−1”.
Since we replace the equality symbols in φi by strings of length
O(log |Gi−1|), the resulting formula χi has length
O(log |Hi| log |Gi−1|). Then i χi has length O(log2
|G|).
26 / 30
Describe Gi as a group extension of Gi−1 by Hi
1 → Gi−1 → Gi → Hi → 1 (exact sequence).
Conjugation action of Gi on Gi−1:
27 / 30
Describe Gi as a group extension of Gi−1 by Hi
1 → Gi−1 → Gi → Hi → 1 (exact sequence).
Conjugation action of Gi on Gi−1:
Since Ti−1 = Gi−1, it suffices to determine g−1wg, for each pair
g ∈ Ti  Ti−1 and w ∈ Ti−1, as an element hg,w ∈ Gi−1.
hg,w has length at most 2 log |Gi−1| over Ai−1.
There are at most C0 · log |Gi−1| such pairs g, w.
(C0 is a bound on the number of generators of Hi. We picked the Ti
so that |Ti  Ti−1| ≤ C0.)
So this can be done by a formula of length O(log2
|Gi−1|).
27 / 30
Describe Gi as a group extension of Gi−1 by Hi
Use result of Lubotzky and Segal that there is a profinite presentation
for Hi with O(log |Hi|) relators. Also use:
Lemma: there is d ≤ r · log |Z(Gi−1)|, and there are words w1, . . . wd in
ai = Ai  Ai−1 of length at most 3 log |Hi| such that the values
wm(ai) ∈ Gi−1 determine Gi.
This is proved via some cohomology that describes possible group
extensions, and the following suggested by Alex Lubotzky.
Let A be a finite abelian group (in our case it is the centre of Gi−1). Let
X be a set. Let V ≤ AX be a subgroup generated by d elements. There
is a set Y ⊆ X of size at most d log |A| such that for each g ∈ V ,
g Y = 0 ⇒ g = 0.
28 / 30
Further directions and open questions
Find better first-order compression for small subclasses of the finite
simple groups, such as the alternating groups Am for m = 4.
29 / 30
Further directions and open questions
Find better first-order compression for small subclasses of the finite
simple groups, such as the alternating groups Am for m = 4.
Compress classes of groups close to simple, such as the almost
simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or
the central extensions of a simple group.
29 / 30
Further directions and open questions
Find better first-order compression for small subclasses of the finite
simple groups, such as the alternating groups Am for m = 4.
Compress classes of groups close to simple, such as the almost
simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or
the central extensions of a simple group.
Short f.o. description for particular groups, such as the baby
monster (size 4154781481226426191177580544000000)?
29 / 30
Further directions and open questions
Find better first-order compression for small subclasses of the finite
simple groups, such as the alternating groups Am for m = 4.
Compress classes of groups close to simple, such as the almost
simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or
the central extensions of a simple group.
Short f.o. description for particular groups, such as the baby
monster (size 4154781481226426191177580544000000)?
Find short f.o. descriptions of the simple Lie algebras over C.
Descriptions must work within the class of Lie algebras over C.
29 / 30
Further directions and open questions
Find better first-order compression for small subclasses of the finite
simple groups, such as the alternating groups Am for m = 4.
Compress classes of groups close to simple, such as the almost
simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or
the central extensions of a simple group.
Short f.o. description for particular groups, such as the baby
monster (size 4154781481226426191177580544000000)?
Find short f.o. descriptions of the simple Lie algebras over C.
Descriptions must work within the class of Lie algebras over C.
Fix a constant c. Develop a model theory for classes of finite
structures where the language consists of the first-order formulas of
length O(logc
). E.g., strong compressibility is corresponds to being
a prime model (each orbit definable).
29 / 30
References
A. Nies and K. Tent, Describing finite groups by short first-order
sentences. Israel J. of Mathematics, to appear.
http://arxiv.org/abs/1409.8390
Report by Yuki Maehara under Nies’ supervision,
http://arxiv.org/abs/1305.0080
Also see the Wikipedia page on straight line programs.
30 / 30

More Related Content

What's hot

A note on arithmetic progressions in sets of integers
A note on arithmetic progressions in sets of integersA note on arithmetic progressions in sets of integers
A note on arithmetic progressions in sets of integersLukas Nabergall
 
Modeling biased tracers at the field level
Modeling biased tracers at the field levelModeling biased tracers at the field level
Modeling biased tracers at the field levelMarcel Schmittfull
 
Kernel Lower Bounds
Kernel Lower BoundsKernel Lower Bounds
Kernel Lower BoundsASPAK2014
 
Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...
Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...
Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...Amrinder Arora
 
Fine Grained Complexity of Rainbow Coloring and its Variants
Fine Grained Complexity of Rainbow Coloring and its VariantsFine Grained Complexity of Rainbow Coloring and its Variants
Fine Grained Complexity of Rainbow Coloring and its VariantsAkankshaAgrawal55
 
Kernelization Basics
Kernelization BasicsKernelization Basics
Kernelization BasicsASPAK2014
 
Introduction to complexity theory assignment
Introduction to complexity theory assignmentIntroduction to complexity theory assignment
Introduction to complexity theory assignmenttesfahunegn minwuyelet
 
Algorithm Design and Complexity - Course 10
Algorithm Design and Complexity - Course 10Algorithm Design and Complexity - Course 10
Algorithm Design and Complexity - Course 10Traian Rebedea
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2S.Shayan Daneshvar
 
Inversion Theorem for Generalized Fractional Hilbert Transform
Inversion Theorem for Generalized Fractional Hilbert TransformInversion Theorem for Generalized Fractional Hilbert Transform
Inversion Theorem for Generalized Fractional Hilbert Transforminventionjournals
 
20110319 parameterized algorithms_fomin_lecture03-04
20110319 parameterized algorithms_fomin_lecture03-0420110319 parameterized algorithms_fomin_lecture03-04
20110319 parameterized algorithms_fomin_lecture03-04Computer Science Club
 
Goldberg-Coxeter construction for 3- or 4-valent plane maps
Goldberg-Coxeter construction for 3- or 4-valent plane mapsGoldberg-Coxeter construction for 3- or 4-valent plane maps
Goldberg-Coxeter construction for 3- or 4-valent plane mapsMathieu Dutour Sikiric
 
Optimization
OptimizationOptimization
OptimizationSpringer
 
ENBIS 2018 presentation on Deep k-Means
ENBIS 2018 presentation on Deep k-MeansENBIS 2018 presentation on Deep k-Means
ENBIS 2018 presentation on Deep k-Meanstthonet
 

What's hot (20)

A note on arithmetic progressions in sets of integers
A note on arithmetic progressions in sets of integersA note on arithmetic progressions in sets of integers
A note on arithmetic progressions in sets of integers
 
Modeling biased tracers at the field level
Modeling biased tracers at the field levelModeling biased tracers at the field level
Modeling biased tracers at the field level
 
Lecture26
Lecture26Lecture26
Lecture26
 
Biconnectivity
BiconnectivityBiconnectivity
Biconnectivity
 
Kernel Lower Bounds
Kernel Lower BoundsKernel Lower Bounds
Kernel Lower Bounds
 
Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...
Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...
Bron Kerbosch Algorithm - Presentation by Jun Zhai, Tianhang Qiang and Yizhen...
 
Fine Grained Complexity of Rainbow Coloring and its Variants
Fine Grained Complexity of Rainbow Coloring and its VariantsFine Grained Complexity of Rainbow Coloring and its Variants
Fine Grained Complexity of Rainbow Coloring and its Variants
 
Kernelization Basics
Kernelization BasicsKernelization Basics
Kernelization Basics
 
Introduction to complexity theory assignment
Introduction to complexity theory assignmentIntroduction to complexity theory assignment
Introduction to complexity theory assignment
 
Computer Science Assignment Help
Computer Science Assignment Help Computer Science Assignment Help
Computer Science Assignment Help
 
Algorithm Design and Complexity - Course 10
Algorithm Design and Complexity - Course 10Algorithm Design and Complexity - Course 10
Algorithm Design and Complexity - Course 10
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
 
Analysis of algorithms
Analysis of algorithmsAnalysis of algorithms
Analysis of algorithms
 
Inversion Theorem for Generalized Fractional Hilbert Transform
Inversion Theorem for Generalized Fractional Hilbert TransformInversion Theorem for Generalized Fractional Hilbert Transform
Inversion Theorem for Generalized Fractional Hilbert Transform
 
20110319 parameterized algorithms_fomin_lecture03-04
20110319 parameterized algorithms_fomin_lecture03-0420110319 parameterized algorithms_fomin_lecture03-04
20110319 parameterized algorithms_fomin_lecture03-04
 
Goldberg-Coxeter construction for 3- or 4-valent plane maps
Goldberg-Coxeter construction for 3- or 4-valent plane mapsGoldberg-Coxeter construction for 3- or 4-valent plane maps
Goldberg-Coxeter construction for 3- or 4-valent plane maps
 
20 Single Source Shorthest Path
20 Single Source Shorthest Path20 Single Source Shorthest Path
20 Single Source Shorthest Path
 
Optimization
OptimizationOptimization
Optimization
 
ENBIS 2018 presentation on Deep k-Means
ENBIS 2018 presentation on Deep k-MeansENBIS 2018 presentation on Deep k-Means
ENBIS 2018 presentation on Deep k-Means
 
Chapter 26 aoa
Chapter 26 aoaChapter 26 aoa
Chapter 26 aoa
 

Viewers also liked (13)

desventajas y venmtjas de pawerpoint
desventajas y venmtjas de pawerpointdesventajas y venmtjas de pawerpoint
desventajas y venmtjas de pawerpoint
 
Customer satisfaction
Customer satisfactionCustomer satisfaction
Customer satisfaction
 
Career Episode_second
Career Episode_secondCareer Episode_second
Career Episode_second
 
legendary clare
legendary clarelegendary clare
legendary clare
 
P7 e2 yin
P7 e2 yinP7 e2 yin
P7 e2 yin
 
Resume_Amol Buttepatil
Resume_Amol ButtepatilResume_Amol Buttepatil
Resume_Amol Buttepatil
 
Assignment
AssignmentAssignment
Assignment
 
MobileHCI_pie_1.0
MobileHCI_pie_1.0MobileHCI_pie_1.0
MobileHCI_pie_1.0
 
Future of learning, Lin education
Future of learning, Lin educationFuture of learning, Lin education
Future of learning, Lin education
 
Les attaques
Les attaquesLes attaques
Les attaques
 
Práctica
PrácticaPráctica
Práctica
 
Randomize group design
Randomize group designRandomize group design
Randomize group design
 
Adrenal gland & Thymus gland
Adrenal gland  & Thymus glandAdrenal gland  & Thymus gland
Adrenal gland & Thymus gland
 

Similar to Nies cuny describing_finite_groups

S. Duplij, A q-deformed generalization of the Hosszu-Gluskin theorem
S. Duplij, A q-deformed generalization of the Hosszu-Gluskin theoremS. Duplij, A q-deformed generalization of the Hosszu-Gluskin theorem
S. Duplij, A q-deformed generalization of the Hosszu-Gluskin theoremSteven Duplij (Stepan Douplii)
 
A Generalization of QN-Maps
A Generalization of QN-MapsA Generalization of QN-Maps
A Generalization of QN-MapsIOSR Journals
 
The Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is DiagonalizableThe Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is DiagonalizableJay Liew
 
Treewidth and Applications
Treewidth and ApplicationsTreewidth and Applications
Treewidth and ApplicationsASPAK2014
 
A Hypocoloring Model for Batch Scheduling Problem
A Hypocoloring Model for Batch Scheduling ProblemA Hypocoloring Model for Batch Scheduling Problem
A Hypocoloring Model for Batch Scheduling ProblemIOSR Journals
 
Computational Complexity: Complexity Classes
Computational Complexity: Complexity ClassesComputational Complexity: Complexity Classes
Computational Complexity: Complexity ClassesAntonis Antonopoulos
 
parameterized complexity for graph Motif
parameterized complexity for graph Motifparameterized complexity for graph Motif
parameterized complexity for graph MotifAMR koura
 
Kolev skalna2018 article-exact_solutiontoa_parametricline
Kolev skalna2018 article-exact_solutiontoa_parametriclineKolev skalna2018 article-exact_solutiontoa_parametricline
Kolev skalna2018 article-exact_solutiontoa_parametriclineAlina Barbulescu
 
Computational Complexity: Introduction-Turing Machines-Undecidability
Computational Complexity: Introduction-Turing Machines-UndecidabilityComputational Complexity: Introduction-Turing Machines-Undecidability
Computational Complexity: Introduction-Turing Machines-UndecidabilityAntonis Antonopoulos
 
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
 
Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...mathsjournal
 
Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...mathsjournal
 
Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...
Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...
Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...mathsjournal
 
SUPER MAGIC CORONATIONS OF GRAPHS
SUPER MAGIC CORONATIONS OF GRAPHS SUPER MAGIC CORONATIONS OF GRAPHS
SUPER MAGIC CORONATIONS OF GRAPHS IAEME Publication
 
Programmable PN Sequence Generators
Programmable PN Sequence GeneratorsProgrammable PN Sequence Generators
Programmable PN Sequence GeneratorsRajesh Singh
 

Similar to Nies cuny describing_finite_groups (20)

Unit 3
Unit 3Unit 3
Unit 3
 
Unit 3
Unit 3Unit 3
Unit 3
 
Crystallographic groups
Crystallographic groupsCrystallographic groups
Crystallographic groups
 
S. Duplij, A q-deformed generalization of the Hosszu-Gluskin theorem
S. Duplij, A q-deformed generalization of the Hosszu-Gluskin theoremS. Duplij, A q-deformed generalization of the Hosszu-Gluskin theorem
S. Duplij, A q-deformed generalization of the Hosszu-Gluskin theorem
 
A Generalization of QN-Maps
A Generalization of QN-MapsA Generalization of QN-Maps
A Generalization of QN-Maps
 
The Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is DiagonalizableThe Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is Diagonalizable
 
Treewidth and Applications
Treewidth and ApplicationsTreewidth and Applications
Treewidth and Applications
 
A Hypocoloring Model for Batch Scheduling Problem
A Hypocoloring Model for Batch Scheduling ProblemA Hypocoloring Model for Batch Scheduling Problem
A Hypocoloring Model for Batch Scheduling Problem
 
MMath
MMathMMath
MMath
 
Computational Complexity: Complexity Classes
Computational Complexity: Complexity ClassesComputational Complexity: Complexity Classes
Computational Complexity: Complexity Classes
 
parameterized complexity for graph Motif
parameterized complexity for graph Motifparameterized complexity for graph Motif
parameterized complexity for graph Motif
 
Wg qcolorable
Wg qcolorableWg qcolorable
Wg qcolorable
 
Kolev skalna2018 article-exact_solutiontoa_parametricline
Kolev skalna2018 article-exact_solutiontoa_parametriclineKolev skalna2018 article-exact_solutiontoa_parametricline
Kolev skalna2018 article-exact_solutiontoa_parametricline
 
Computational Complexity: Introduction-Turing Machines-Undecidability
Computational Complexity: Introduction-Turing Machines-UndecidabilityComputational Complexity: Introduction-Turing Machines-Undecidability
Computational Complexity: Introduction-Turing Machines-Undecidability
 
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
 
Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...
 
Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...Code of the multidimensional fractional pseudo-Newton method using recursive ...
Code of the multidimensional fractional pseudo-Newton method using recursive ...
 
Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...
Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...
Code of the Multidimensional Fractional Quasi-Newton Method using Recursive P...
 
SUPER MAGIC CORONATIONS OF GRAPHS
SUPER MAGIC CORONATIONS OF GRAPHS SUPER MAGIC CORONATIONS OF GRAPHS
SUPER MAGIC CORONATIONS OF GRAPHS
 
Programmable PN Sequence Generators
Programmable PN Sequence GeneratorsProgrammable PN Sequence Generators
Programmable PN Sequence Generators
 

Recently uploaded

TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxdharshini369nike
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxNandakishor Bhaurao Deshmukh
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxVarshiniMK
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Speech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxSpeech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxpriyankatabhane
 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫qfactory1
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.PraveenaKalaiselvan1
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2John Carlo Rollon
 
Welcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayWelcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayZachary Labe
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRlizamodels9
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentationtahreemzahra82
 
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...lizamodels9
 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024AyushiRastogi48
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10ROLANARIBATO3
 

Recently uploaded (20)

TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptx
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptx
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Speech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxSpeech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptx
 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2
 
Welcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayWelcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work Day
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentation
 
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10
 

Nies cuny describing_finite_groups

  • 1. Describing finite groups by short first-order sentences Andr´e Nies joint work with Katrin Tent 1 / 30
  • 2. Compressibility up to isomorphism in classes of finite structures 2 / 30
  • 3. Invariant Kolmogorov complexity Fix a universal system of descriptions; say, a universal Turing machine M taking as input bit strings σ. The Kolmogorov complexity of a finite mathematical object x (such as a string over a finite alphabet) is the length of a shortest description, i.e. min{|σ|: M(σ) = x}. 3 / 30
  • 4. Invariant Kolmogorov complexity Fix a universal system of descriptions; say, a universal Turing machine M taking as input bit strings σ. The Kolmogorov complexity of a finite mathematical object x (such as a string over a finite alphabet) is the length of a shortest description, i.e. min{|σ|: M(σ) = x}. We can encode a finite structure G over a finite symbol set by a string xG. The Kolmogorov complexity of xG is usually not invariant under isomorphism of the structures. E.g. both 1001001101 and 0000011111 code a structure of size ten where half the elements satisfy a unary predicate. The invariant Kolmogorov complexity Kinv(G) is the minimum of the Kolmogorov complexities of xH for all structures H ∼= G. 3 / 30
  • 5. Compressibility for a class of finite structures Recall: Kinv(G) is the minimum of the Kolmogorov complexities of all structures H ∼= G. Let C be a class of finite structures for the same finite symbol set. Let R: N → N+ be an unbounded function. If Kinv(G) ≤ R(|G|) for each G ∈ C, what can we say about the growth of R? 4 / 30
  • 6. Infinitely-often lower bound of log n log denotes the logarithm in base 2. Let C be a class of finite structures containing a structure of each size. If Kinv(G) ≤ R(|G|) for each G ∈ C, then for some constant c ∃∞n [log n − c ≤ R(n)] . To see this: for each k there is a number n with log n = k such that any binary description of n has at least k bits. If some structure of size n has a description of length < log n − c, then n has a description of length < k, contradiction. 5 / 30
  • 7. Lower bounds by counting: graphs Let C be the class of finite graphs. If Kinv(G) ≤ R(|G|) for each G ∈ C, then n2 − 6 log n = O(R(n)). “No compression possible.” The number of non-isomorphic undirected graphs with n vertices is at least 2(n 2) n! = 1 n n−1 i=1 2i i , which for large n exceeds 1 n 2n2/6. For each k there are fewer than 2k binary descriptions of length less than k. So for some constant c, for large enough n there is an undirected graph G with n vertices such that n2 − 6 log n ≤ c|σ|, for any binary description σ of any H ∼= G. Hence n2 − 6 log n ≤ cKinv(G). 6 / 30
  • 8. Lower bounds by counting: p-groups Let C be the class of finite p-groups (p a prime). If Kinv(G) ≤ R(|G|) for each G ∈ C, then (log n)3 = O(R(n)). Higman (1960) showed1 that for m > 6 there are at least p 2 27 (m3−6m2) non-isomorphic groups of order pm, for some function τ with limm τ(m) = 0. (They are in fact all nilpotent-2 and of exponent p2.) This implies that for some constant c, for each large enough n a power of p, there is a group G with n elements such that log3 n ≤ c|σ| for any binary description σ of any H ∼= G. 1 See 2007 book by Blackburn, Neumann and Venkataram 7 / 30
  • 9. First-order compressibility within classes of finite structures 8 / 30
  • 10. Main definition: compressibility in first-order logic Let C be a class of finite structures for the same finite symbol set S. Let R: N → N+ be an unbounded function. The class C is R-compressible if for any G ∈ C, there exists a first-order sentence ψG of length O(R(|G|)) such that G |= ψG, and if H |= ψG then G ∼= H. 9 / 30
  • 11. Main definition: compressibility in first-order logic Let C be a class of finite structures for the same finite symbol set S. Let R: N → N+ be an unbounded function. The class C is R-compressible if for any G ∈ C, there exists a first-order sentence ψG of length O(R(|G|)) such that G |= ψG, and if H |= ψG then G ∼= H. The “atomic diagram” of the structure is its trivial description. (For a finite group, this is essentially the multiplication table.) This description has length O(|G|k+1), where k is the maximum arity occurring in the symbol set. 9 / 30
  • 12. Remark on decompression Our descriptions are now first-order sentences φ. Decompression is as follows: the machine takes input φ, and searches for the “lexicographically” first finite model of φ. If found output it. 10 / 30
  • 13. Remark on alphabet of descriptions Descriptions of structures for finite symbol set S use an infinite alphabet we can convert them into binary descriptions (essentially, index the variables in binary to get down to a finite alphabet). 11 / 30
  • 14. Remark on alphabet of descriptions Descriptions of structures for finite symbol set S use an infinite alphabet we can convert them into binary descriptions (essentially, index the variables in binary to get down to a finite alphabet). The length of binary description of φ is at most c|φ| log |φ| where c ≈ log |S|, so this slightly worsens the upper bounds on compressibility for classes we are about to give. Let L(G) denote the least length of a first-order description of G. We have Kinv(G) = O(L(G) log(L(G))). 11 / 30
  • 15. Cycle graphs are log-compressible Let Cn be the undirected cycle graph with n vertices. The class C = {Cn : n ∈ N} is log-compressible. Let n = 2k or n = 2k + 1. Let φn be the sentence the graph is undirected, every vertex has degree 2, ∀x, y Pk(x, y), ∃x, y ¬Pk−1(x, y). Pk(x, y) is a formula of length O(log k) saying that there is a path with ≤ k edges from x to y. (It uses O(log k) quantifiers.) To distinguish whether n is even or odd, note that ∀u∀v∀z[Euv → (Pk−1uz ∨ Pk−1vz)] holds iff n = 2k. 12 / 30
  • 16. Cyclic groups are log-compressible Recall: The class C is R-compressible if for any G ∈ C, there exists a first-order sentence ψG of length |ψG| = O(R(|G|)) such that G |= ψG, and if H |= ψG then G ∼= H. To say that a group G is cyclic of order n, express that ∃g [ the undirected Cayley graph given by g is Cn]. 13 / 30
  • 17. Finite (difference) fields are log-compressible A difference field is a field with a distinguished automorphism. (i) For any finite field Fq, there is a Σ3-sentence ϕq of length O(log q) in the language L(+, ×, 0, 1) describing Fq. (ii) For any finite difference field (Fq, σ) there is a Σ3-sentence ψq,σ of length O(log q) in L(+, ×, 0, 1, σ) describing Fq, σ . 14 / 30
  • 18. Finite (difference) fields are log-compressible A difference field is a field with a distinguished automorphism. (i) For any finite field Fq, there is a Σ3-sentence ϕq of length O(log q) in the language L(+, ×, 0, 1) describing Fq. (ii) For any finite difference field (Fq, σ) there is a Σ3-sentence ψq,σ of length O(log q) in L(+, ×, 0, 1, σ) describing Fq, σ . Proof (i): Let q = pn for a prime p. The sentence φq says that the structure is a field of characteristic p such that ∀x [xpn = x] and ∃y [ypn−1 = y]. These formulas can be replaced by short formulas using a method from the theory of algorithms known as “exponentiation via repeated squaring”. 14 / 30
  • 19. First-order compressibility of finite simple groups: log |G| 15 / 30
  • 20. Short formulas for defining a generated subgroup For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if g ∈ x1, . . . , xk for |G| = n. 16 / 30
  • 21. Short formulas for defining a generated subgroup For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if g ∈ x1, . . . , xk for |G| = n. To build the formulas αgen we use a technique that originated in computational complexity, e.g. to show that the set of true quantified boolean formulas is complete for polynomial space. 16 / 30
  • 22. Short formulas for defining a generated subgroup For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if g ∈ x1, . . . , xk for |G| = n. To build the formulas αgen we use a technique that originated in computational complexity, e.g. to show that the set of true quantified boolean formulas is complete for polynomial space. 16 / 30
  • 23. Short formulas for defining a generated subgroup For each n, k > 0 we can find a first-order formula αgen(g; x1, . . . , xk) of length O(k + log n) such that G |= αgen(g; x1, . . . , xk) if and only if g ∈ x1, . . . , xk for |G| = n. To build the formulas αgen we use a technique that originated in computational complexity, e.g. to show that the set of true quantified boolean formulas is complete for polynomial space. Drawback: this leads to an unbounded number of quantifier alternations. We can avoid them at the cost of somewhat longer formulas: For each each n, k > 0 we can find existential f.o. formula βgen(g; x1, . . . , xk) of length O(k log2 n) such that G |= βgen(g; x1, . . . , xk) if and only if g ∈ x1, . . . , xk for |G| = n. 16 / 30
  • 24. Ree groups2 Let G2(q) be the automorphism group of the octonion algebra over a q-element field Fq, where q has the form 32k+1, k > 0. 2 Rimhak Ree, 1961 17 / 30
  • 25. Ree groups2 Let G2(q) be the automorphism group of the octonion algebra over a q-element field Fq, where q has the form 32k+1, k > 0. τ is the automorphism of G2(q) arising from the symmetry of the underlying (undirected) Dynkin diagram · 6 − · 2 Rimhak Ree, 1961 17 / 30
  • 26. Ree groups2 Let G2(q) be the automorphism group of the octonion algebra over a q-element field Fq, where q has the form 32k+1, k > 0. τ is the automorphism of G2(q) arising from the symmetry of the underlying (undirected) Dynkin diagram · 6 − · σ is the automorphism of G2(q) given by the square root of the Frobenius automorphism x → x3 on Fq (so σ(x) = x3k+1 ). 2 Rimhak Ree, 1961 17 / 30
  • 27. Ree groups2 Let G2(q) be the automorphism group of the octonion algebra over a q-element field Fq, where q has the form 32k+1, k > 0. τ is the automorphism of G2(q) arising from the symmetry of the underlying (undirected) Dynkin diagram · 6 − · σ is the automorphism of G2(q) given by the square root of the Frobenius automorphism x → x3 on Fq (so σ(x) = x3k+1 ). The Ree group 2G2(q) is a subgroup of G2(q): it consists of the elements g such that τ(g) = σ(g). 2 Rimhak Ree, 1961 17 / 30
  • 28. Short presentations for finite simple groups A finite presentation of a group has the form x1, . . . , xk | r1, . . . , rm . E.g. for dihedral groups we have D2n = x, y | x2, yn, x−1yxy . This presentation has length n + constant. Theorem (Guralnick et al., JAMS, 2008) For some constant C0: the nonabelian finite simple groups, possibly except the Ree groups of type 2G2, have a presentation with at most C0 generators and relators length at most C0(log q + log n). q is the size of the underlying field, n the Lie rank of the group. log n + log q ≤ log |G|, so the presentations are O(log |G|) long. 18 / 30
  • 29. Conversion to a short first-order description Suppose that a finite simple group G has a presentation x1, . . . , xk | r1, . . . , rm . Let gi be the image of xi in G. There is a formula ψ(x1, . . . , xk) of length O(log |G| + k + i |ri|) describing the structure (G, g1, . . . , gk). 19 / 30
  • 30. Conversion to a short first-order description Suppose that a finite simple group G has a presentation x1, . . . , xk | r1, . . . , rm . Let gi be the image of xi in G. There is a formula ψ(x1, . . . , xk) of length O(log |G| + k + i |ri|) describing the structure (G, g1, . . . , gk). The formula is x1 = 1 ∧ 1≤i≤m ri = 1 ∧ ∀y αgen(y; x1, . . . , xk). αgen is the formula of length O(k + log |G|) from a previous lemma, expressing that y is generated by the xi within G. The models of ψ are the nontrivial quotients of (G, g1, . . . , gk). Then, since G is simple, ψ describes (G, g1, . . . , gk). 19 / 30
  • 31. Compression for finite groups: first result Theorem Suppose a finite group G has a presentation of length N. Then G has a first-order description of length N + O(log2 |G|). The proof follows the argument in the case of simple groups. The group is determined by: generated by a sequence g1, . . . , gk satisfying the relators the length of a composition series. Using the formulas αgen for generation, this extra information takes length O(log2 |G|). 20 / 30
  • 32. Compression for finite groups: first result Theorem Suppose a finite group G has a presentation of length N. Then G has a first-order description of length N + O(log2 |G|). The proof follows the argument in the case of simple groups. The group is determined by: generated by a sequence g1, . . . , gk satisfying the relators the length of a composition series. Using the formulas αgen for generation, this extra information takes length O(log2 |G|). Corollary (using Guralnick et al, JAMS 2008) The class of finite groups not containing a Ree group 2G2 as a composition factor is log3 -compressible. 20 / 30
  • 33. Short first-order descriptions for Ree groups 2G2(q) is bi-interpretable with the difference field (Fq, σ). The formulas don’t depend on q. (See Ryten’s 2007 PhD thesis at the University of Leeds for a proof.) The class of finite difference fields is log-compressible. log-compressibility is preserved under bi-interpretability. So we can find short first-order descriptions of length O(log n) for the Ree groups. 21 / 30
  • 34. Short first-order descriptions for Ree groups 2G2(q) is bi-interpretable with the difference field (Fq, σ). The formulas don’t depend on q. (See Ryten’s 2007 PhD thesis at the University of Leeds for a proof.) The class of finite difference fields is log-compressible. log-compressibility is preserved under bi-interpretability. So we can find short first-order descriptions of length O(log n) for the Ree groups. There is a slight complication because the interpretation of the appropriate difference fields in the Ree groups needs parameters. To deal with this, we actually show that the class of difference fields is strongly log-compressible, i.e. we can add a list of constants of fixed length and still get a description of length O(log). 21 / 30
  • 35. First-order compressibility of all finite groups: (log |G|)3 22 / 30
  • 36. Preliminary: straight line programs Let G be a finite group, S ⊆ G and B ⊆ G. A straight line program (SLP) L over S is a sequence of group elements such that each element of L is in S, an inverse of an earlier element, or a product of two earlier elements. The reduced length is the number of entries not in S. L computes B from S if L is an SLP over S containing B. 23 / 30
  • 37. Preliminary: straight line programs Let G be a finite group, S ⊆ G and B ⊆ G. A straight line program (SLP) L over S is a sequence of group elements such that each element of L is in S, an inverse of an earlier element, or a product of two earlier elements. The reduced length is the number of entries not in S. L computes B from S if L is an SLP over S containing B. Reachability Lemma (Babai and Szemer´edi, 1984) For each set S ⊆ G, there is a straight line program L over S of reduced length at most (log |G| + 1)2 that computes a preprocessing set A = {z1, . . . , zn}, n ≤ log |G|, as follows: each g in S is of the form q−1p where p, q are products of some of the zi in ascending order; so its reduced length over A is ≤ 2 log |G|. 23 / 30
  • 38. Proof that finite groups G are (log |G|)3 -compressible We fix a composition series 1 = G0 G1 . . . Gr = G with simple factors Hi := Gi/Gi−1, i = 1, . . . r. The length r is bounded by log |G|. 24 / 30
  • 39. Proof that finite groups G are (log |G|)3 -compressible We fix a composition series 1 = G0 G1 . . . Gr = G with simple factors Hi := Gi/Gi−1, i = 1, . . . r. The length r is bounded by log |G|. Pick an “appropriate” sequence ∅ = T0 ⊂ T1 ⊂ . . . ⊂ Tr = T with Ti = Gi. Define the Gi from the sets Ti using the formulas αgen. 24 / 30
  • 40. Proof that finite groups G are (log |G|)3 -compressible We fix a composition series 1 = G0 G1 . . . Gr = G with simple factors Hi := Gi/Gi−1, i = 1, . . . r. The length r is bounded by log |G|. Pick an “appropriate” sequence ∅ = T0 ⊂ T1 ⊂ . . . ⊂ Tr = T with Ti = Gi. Define the Gi from the sets Ti using the formulas αgen. (a) introduce ascending preprocessing sets Ai for the Ti (b) describe each Hi, together with the image of Ti Ti−1 (c) describe each Gi as a group extension 1 → Gi−1 → Gi → Hi → 1 (exact sequence). 24 / 30
  • 41. Introduce preprocessing sets Ai for the Ti Recall: A is preprocessing set for S if A = S and for each g in S the reduced length of g over A is ≤ 2 log |G|. Our sentence describing G starts with a block of existential quantifiers for the generating set T of G, and another block referring to a preprocessing set A. It states how A has been obtained from T via a straight line program of reduced length (log |G| + 1)2. It uses at most that many further existential quantifiers. 25 / 30
  • 42. Introduce preprocessing sets Ai for the Ti Recall: A is preprocessing set for S if A = S and for each g in S the reduced length of g over A is ≤ 2 log |G|. Our sentence describing G starts with a block of existential quantifiers for the generating set T of G, and another block referring to a preprocessing set A. It states how A has been obtained from T via a straight line program of reduced length (log |G| + 1)2. It uses at most that many further existential quantifiers. We build A in levels A0 ⊆ . . . ⊆ Ar = A, where Ai is a preprocessing set for Ti. To do so we successively extend straight line programs computing Ai from Ti. The Ai will allow rapid access to particular elements of Gi (at a cost of 2 log |Gi| many ∃’s). 25 / 30
  • 43. Describe Hi and the image of Ti Ti−1 Recall that Hi = Gi/Gi−1. By the case of simple groups (and the right choice of the Ti) we have an O(log |G|) sentence φi describing (Hi, Ti). We now need to express within G that (Hi, Ti) |= φi . 26 / 30
  • 44. Describe Hi and the image of Ti Ti−1 Recall that Hi = Gi/Gi−1. By the case of simple groups (and the right choice of the Ti) we have an O(log |G|) sentence φi describing (Hi, Ti). We now need to express within G that (Hi, Ti) |= φi . Via the formulas αgen we express that Gi−1 is a normal subgroup of Gi, using a length of O(log |Gi|). We restrict the quantifiers in φi to Gi using αgen and replace each occurrence of “u = v” in φi by “uv−1 ∈ Gi−1”. Since we replace the equality symbols in φi by strings of length O(log |Gi−1|), the resulting formula χi has length O(log |Hi| log |Gi−1|). Then i χi has length O(log2 |G|). 26 / 30
  • 45. Describe Gi as a group extension of Gi−1 by Hi 1 → Gi−1 → Gi → Hi → 1 (exact sequence). Conjugation action of Gi on Gi−1: 27 / 30
  • 46. Describe Gi as a group extension of Gi−1 by Hi 1 → Gi−1 → Gi → Hi → 1 (exact sequence). Conjugation action of Gi on Gi−1: Since Ti−1 = Gi−1, it suffices to determine g−1wg, for each pair g ∈ Ti Ti−1 and w ∈ Ti−1, as an element hg,w ∈ Gi−1. hg,w has length at most 2 log |Gi−1| over Ai−1. There are at most C0 · log |Gi−1| such pairs g, w. (C0 is a bound on the number of generators of Hi. We picked the Ti so that |Ti Ti−1| ≤ C0.) So this can be done by a formula of length O(log2 |Gi−1|). 27 / 30
  • 47. Describe Gi as a group extension of Gi−1 by Hi Use result of Lubotzky and Segal that there is a profinite presentation for Hi with O(log |Hi|) relators. Also use: Lemma: there is d ≤ r · log |Z(Gi−1)|, and there are words w1, . . . wd in ai = Ai Ai−1 of length at most 3 log |Hi| such that the values wm(ai) ∈ Gi−1 determine Gi. This is proved via some cohomology that describes possible group extensions, and the following suggested by Alex Lubotzky. Let A be a finite abelian group (in our case it is the centre of Gi−1). Let X be a set. Let V ≤ AX be a subgroup generated by d elements. There is a set Y ⊆ X of size at most d log |A| such that for each g ∈ V , g Y = 0 ⇒ g = 0. 28 / 30
  • 48. Further directions and open questions Find better first-order compression for small subclasses of the finite simple groups, such as the alternating groups Am for m = 4. 29 / 30
  • 49. Further directions and open questions Find better first-order compression for small subclasses of the finite simple groups, such as the alternating groups Am for m = 4. Compress classes of groups close to simple, such as the almost simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or the central extensions of a simple group. 29 / 30
  • 50. Further directions and open questions Find better first-order compression for small subclasses of the finite simple groups, such as the alternating groups Am for m = 4. Compress classes of groups close to simple, such as the almost simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or the central extensions of a simple group. Short f.o. description for particular groups, such as the baby monster (size 4154781481226426191177580544000000)? 29 / 30
  • 51. Further directions and open questions Find better first-order compression for small subclasses of the finite simple groups, such as the alternating groups Am for m = 4. Compress classes of groups close to simple, such as the almost simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or the central extensions of a simple group. Short f.o. description for particular groups, such as the baby monster (size 4154781481226426191177580544000000)? Find short f.o. descriptions of the simple Lie algebras over C. Descriptions must work within the class of Lie algebras over C. 29 / 30
  • 52. Further directions and open questions Find better first-order compression for small subclasses of the finite simple groups, such as the alternating groups Am for m = 4. Compress classes of groups close to simple, such as the almost simple groups (S ≤ G ≤ Aut(S) for some finite simple group S), or the central extensions of a simple group. Short f.o. description for particular groups, such as the baby monster (size 4154781481226426191177580544000000)? Find short f.o. descriptions of the simple Lie algebras over C. Descriptions must work within the class of Lie algebras over C. Fix a constant c. Develop a model theory for classes of finite structures where the language consists of the first-order formulas of length O(logc ). E.g., strong compressibility is corresponds to being a prime model (each orbit definable). 29 / 30
  • 53. References A. Nies and K. Tent, Describing finite groups by short first-order sentences. Israel J. of Mathematics, to appear. http://arxiv.org/abs/1409.8390 Report by Yuki Maehara under Nies’ supervision, http://arxiv.org/abs/1305.0080 Also see the Wikipedia page on straight line programs. 30 / 30