maximum number of pairwise g-different...

30
Maximum Number of Pairwise G -different Permutations Louie Golowich and Richard Zhou Mentor: Chiheon Kim MIT-PRIMES May 21, 2016 1 Louie Golowich and Richard Zhou G-Different Permutations

Upload: others

Post on 14-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Maximum Number of Pairwise G -different Permutations

Louie Golowich and Richard Zhou

Mentor: Chiheon Kim

MIT-PRIMES

May 21, 2016

1 Louie Golowich and Richard Zhou G -Different Permutations

Page 2: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Colliding permutations

Definition

Two permutations of 1 . . . n are colliding if at some position theircorresponding entries are consecutive integers.

Example:

[1, 2, 3, 4, 5][5, 4, 2, 1, 3]

[1, 2, 3, 4, 5][1, 2, 5, 4, 3]

2 Louie Golowich and Richard Zhou G -Different Permutations

Page 3: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Colliding permutations

Definition

Two permutations of 1 . . . n are colliding if at some position theircorresponding entries are consecutive integers.

Example:

[1, 2, 3, 4, 5][5, 4, 2, 1, 3]

[1, 2, 3, 4, 5][1, 2, 5, 4, 3]

2 Louie Golowich and Richard Zhou G -Different Permutations

Page 4: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Families of pairwise colliding permutations

What is the maximum size of a family of pairwise collidingpermutations of 1 . . . n?

Example:n = 3 n = 4

2 1 31 2 31 3 2

1 2 3 41 2 4 33 1 2 44 1 2 32 3 1 42 4 1 3

3 Louie Golowich and Richard Zhou G -Different Permutations

Page 5: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Families of pairwise colliding permutations

What is the maximum size of a family of pairwise collidingpermutations of 1 . . . n?

Example:n = 3 n = 4

2 1 31 2 31 3 2

1 2 3 41 2 4 33 1 2 44 1 2 32 3 1 42 4 1 3

3 Louie Golowich and Richard Zhou G -Different Permutations

Page 6: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Known results

Theorem

The maximum size of a family of pairwise colliding permutations is atmost

( nbn/2c

).

This upper bound is conjectured to be tight, and has been verified forn < 8.

The best lower bound currently known is ∼ 1.7n.(Note that upper bound is ∼ 2n.)

4 Louie Golowich and Richard Zhou G -Different Permutations

Page 7: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

G -different permutations

Definition

For any graph G , let two permutations σ and π of subsets of V (G ) beG -different if there exists a position i for which (σ(i), π(i)) ∈ E (G ).

Definition

For any graph G with n vertices, let F (G ) be the maximum size of afamily of pairwise G -different permutations.

If L(n) is a path on n vertices, then L(n)-different permutations areequivalent to colliding permutations.

We want to bound F (L(n)) as n→∞.

5 Louie Golowich and Richard Zhou G -Different Permutations

Page 8: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

G -different permutations

Definition

For any graph G , let two permutations σ and π of subsets of V (G ) beG -different if there exists a position i for which (σ(i), π(i)) ∈ E (G ).

Definition

For any graph G with n vertices, let F (G ) be the maximum size of afamily of pairwise G -different permutations.

If L(n) is a path on n vertices, then L(n)-different permutations areequivalent to colliding permutations.

We want to bound F (L(n)) as n→∞.

5 Louie Golowich and Richard Zhou G -Different Permutations

Page 9: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Bipartite Graphs

Bipartite graph:

Complete bipartite graph: Each vertex in one set connected to everyvertex in the other set.

6 Louie Golowich and Richard Zhou G -Different Permutations

Page 10: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Complete Bipartite Graphs: A Basic Result

Lemma

Let Ka,n−a be a complete bipartite graph with a vertices on one side andn − a vertices on the other. Then F (Ka,n−a) =

(na

).

Note that any bipartite graph G with a vertices on one side and n − a onthe other satisfies F (G ) ≤ F (Ka,n−a) =

(na

)

7 Louie Golowich and Richard Zhou G -Different Permutations

Page 11: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Complete Bipartite Graphs: A Basic Result

Lemma

Let Ka,n−a be a complete bipartite graph with a vertices on one side andn − a vertices on the other. Then F (Ka,n−a) =

(na

).

Note that any bipartite graph G with a vertices on one side and n − a onthe other satisfies F (G ) ≤ F (Ka,n−a) =

(na

)

7 Louie Golowich and Richard Zhou G -Different Permutations

Page 12: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Focus of Our Project: Bipartite Graphs

Arbitrary graphs are too general: we have focused on bipartite graphs

Path and complete bipartite graph are extremes:I Path has the least number of edges among connected bipartite graphsI Complete bipartite graph has the most

Conjectured to have same maximal pairwise colliding family size

What happens in the in-between cases?

8 Louie Golowich and Richard Zhou G -Different Permutations

Page 13: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Focus of Our Project: Bipartite Graphs

Arbitrary graphs are too general: we have focused on bipartite graphs

Path and complete bipartite graph are extremes:I Path has the least number of edges among connected bipartite graphsI Complete bipartite graph has the most

Conjectured to have same maximal pairwise colliding family size

What happens in the in-between cases?

8 Louie Golowich and Richard Zhou G -Different Permutations

Page 14: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Focus of Our Project: Bipartite Graphs

Arbitrary graphs are too general: we have focused on bipartite graphs

Path and complete bipartite graph are extremes:I Path has the least number of edges among connected bipartite graphsI Complete bipartite graph has the most

Conjectured to have same maximal pairwise colliding family size

What happens in the in-between cases?

8 Louie Golowich and Richard Zhou G -Different Permutations

Page 15: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Recursion for putting lower bounds on F (G )

Lemma

Let (x , y) be an edge in G . Then F (G ) ≥ F (G − {x}) + F (G − {y}).

x

yG

9 Louie Golowich and Richard Zhou G -Different Permutations

Page 16: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Recursion for putting lower bounds on F (G )

Lemma

Let (x , y) be an edge in G . Then F (G ) ≥ F (G − {x}) + F (G − {y}).

x

y

y

x

G

G – {x}

G – {y}

Remove x

Remove y

10 Louie Golowich and Richard Zhou G -Different Permutations

Page 17: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Recursion for putting lower bounds on F (G )

Consider a family {π1, π2, . . . , πF (G−{x})} of pairwise G -differentpermutations of V (G − {x}) and a family {σ1, σ2, . . . , σF (G−{y})} ofpairwise G -different permutations of V (G − {y}).

Then concatenate x and y back on:

F (G − {x}) + F (G − {y})G -different permutations

of V (G )

x π1

x π2...

x πF (G−{x})

F (G − {x}) permutations

of V (G − {x})

y σ1

y σ2...

y σF (G−{y})

F (G − {y}) permutations

of V (G − {y})

11 Louie Golowich and Richard Zhou G -Different Permutations

Page 18: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Complete bipartite graph with matching removed

Theorem

Let G (n, a) be the bipartite graph with n vertices, a of which are in thefirst subset and n − a of which are in the second subset, such that G (n, a)is complete with a maximal matching removed. Then for all n ≥ 3,

F (G (n, a)) =

(n

a

).

Strict equality in the above equation requires a sufficient base case.

For the base case here, a simple construction givesF (G (n, 1)) = F (G (n, 2)) = 3.

12 Louie Golowich and Richard Zhou G -Different Permutations

Page 19: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Complete bipartite graph with matching removed

Theorem

Let G (n, a) be the bipartite graph with n vertices, a of which are in thefirst subset and n − a of which are in the second subset, such that G (n, a)is complete with a maximal matching removed. Then for all n ≥ 3,

F (G (n, a)) =

(n

a

).

Strict equality in the above equation requires a sufficient base case.

For the base case here, a simple construction givesF (G (n, 1)) = F (G (n, 2)) = 3.

12 Louie Golowich and Richard Zhou G -Different Permutations

Page 20: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Two variable recursion for bounding F (G )

Recursion: F (G (n, a)) ≥ F (G (n − 1, a− 1)) + F (G (n − 1, a)).

11 1

1 1 11 3 3 1

1 4 6 4 11 5 10 10 5 1

n = 0:n = 1:n = 2:n = 3:

a = 0a = 1a = 2a = 3

13 Louie Golowich and Richard Zhou G -Different Permutations

Page 21: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Maximum degree of complement a constant

Definition

Let F (n, a,∆c) be the minimum value of F (G ) over all bipartite graphs Gwith n vertices, a of which are in the first subset, such that the maximumdegree of the complement of G is ∆c .

Theorem

For any constant nonnegative integer ∆c , there exists a constant s suchthat

F (n, a,∆c) ≥ s

(n

a

)for all n and a.

14 Louie Golowich and Richard Zhou G -Different Permutations

Page 22: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Maximum degree of complement a constant

Definition

Let F (n, a,∆c) be the minimum value of F (G ) over all bipartite graphs Gwith n vertices, a of which are in the first subset, such that the maximumdegree of the complement of G is ∆c .

Theorem

For any constant nonnegative integer ∆c , there exists a constant s suchthat

F (n, a,∆c) ≥ s

(n

a

)for all n and a.

14 Louie Golowich and Richard Zhou G -Different Permutations

Page 23: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Two variable recursion for bounding F (G )

Removing a vertex cannot increase ∆c .Recursion: F (G (n, a)) ≥ F (G (n − 1, a− 1)) + F (G (n − 1, a)).

11 1

1 11 1

1 11 1

1 11 1

n = 0:n = 1:n = 2:n = 3:

a = 0a = 1a = 2a = 3

11 2 1

1 3 3 1

15 Louie Golowich and Richard Zhou G -Different Permutations

Page 24: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Increasing the maximum degree of complement

Theorem

limn→∞

1

nlog2 F

(n,⌊n

2

⌋, o(n)

)= 1.

Loosely speaking, this means that if ∆c = o(n), then F (G ) grows onthe order of 2n as n→∞ when G is balanced (a = n − a).

This theorem makes us ask: how much can we increase ∆c whilekeeping F (G ) on the order of 2n?

Conjecture

limn→∞

1

nlog2 F

(n,⌊n

2

⌋,n

c

)= 1

where c > 2.

16 Louie Golowich and Richard Zhou G -Different Permutations

Page 25: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Increasing the maximum degree of complement

Theorem

limn→∞

1

nlog2 F

(n,⌊n

2

⌋, o(n)

)= 1.

Loosely speaking, this means that if ∆c = o(n), then F (G ) grows onthe order of 2n as n→∞ when G is balanced (a = n − a).

This theorem makes us ask: how much can we increase ∆c whilekeeping F (G ) on the order of 2n?

Conjecture

limn→∞

1

nlog2 F

(n,⌊n

2

⌋,n

c

)= 1

where c > 2.

16 Louie Golowich and Richard Zhou G -Different Permutations

Page 26: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Union of disjoint graphs

Previously known: If G1 and G2 are disjoint graphs, then

F (G1 ∪ G2) ≥ F (G1) · F (G2).

Therefore if F (G1) ≈ 2|V (G1)| and F (G2) ≈ 2|V (G2)| then

F (G1 ∪ G2) ≈ 2|V (G1)|+|V (G2)| = 2|V (G1∪G2)|.

When formalized, this idea can be used to show that the union ofmany disjoint subgraphs is on the order of 2n.

17 Louie Golowich and Richard Zhou G -Different Permutations

Page 27: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Formalizing the union of disjoint subgraphs

Theorem

Let G be a balanced bipartite graph consisting of the union of k disjointbalanced complete bipartite graphs G1,G2, . . . ,Gk . If

k = O

(n

log2 n

),

then

limn→∞

1

nlog2 F (G ) = 1.

Corollary

There exists a graph G with maximum degree O(log2 n) such that

limn→∞

1

nlog2 F (G ) = 1.

18 Louie Golowich and Richard Zhou G -Different Permutations

Page 28: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Formalizing the union of disjoint subgraphs

Theorem

Let G be a balanced bipartite graph consisting of the union of k disjointbalanced complete bipartite graphs G1,G2, . . . ,Gk . If

k = O

(n

log2 n

),

then

limn→∞

1

nlog2 F (G ) = 1.

Corollary

There exists a graph G with maximum degree O(log2 n) such that

limn→∞

1

nlog2 F (G ) = 1.

18 Louie Golowich and Richard Zhou G -Different Permutations

Page 29: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Future Work

Conjecture

limn→∞

1

nlog2 F

(n,⌊n

2

⌋,n

c

)= 1

where c > 2.

Current strategy:

Partition graph into large, balanced bi-cliques

Apply union of disjoint subgraphs strategy

Issue: removing large cliques disrupts structure of graph

In sparser graphs, large bi-cliques cannot always be found: must bepartitioned into other types of subgraphs.

19 Louie Golowich and Richard Zhou G -Different Permutations

Page 30: Maximum Number of Pairwise G-different Permutationsmath.mit.edu/research/highschool/primes/materials... · Previously known: If G 1 and G 2 are disjoint graphs, then F(G 1 [G 2) F(G

Acknowledgements

We would like to thank:

Our mentor Chiheon Kim

Head mentor Dr. Khovanova

Our parents

MIT PRIMES

20 Louie Golowich and Richard Zhou G -Different Permutations