L11: Algebraic Path Problems with applications to Internet Routing Lecture 9

Similar documents
What Have We Learned from Reverse-Engineering the Internet s Inter-domain Routing Protocol?

L11: Algebraic Path Problems with applications to Internet Routing Lecture 15. Path Weight with functions on arcs?

L11: Algebraic Path Problems with applications to Internet Routing Lectures 7 and 8

L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2015 Lectures 1, 2 / 2, 64and

Building Algebraic Structures with Combinators

CS 4407 Algorithms Lecture: Shortest Path Algorithms

Extensive Form Abstract Economies and Generalized Perfect Recall

PRINCIPLES OF ANALYSIS - LECTURE NOTES

Design and Analysis of Algorithms

Introduction to computability Tutorial 7

CS 173 Lecture 7: Arithmetic (II)

NOTES WEEK 15 DAY 1 SCOT ADAMS

Existence of weak adiabatic limit in almost all models of perturbative QFT

Analysis of Algorithms. Outline. Single Source Shortest Path. Andres Mendez-Vazquez. November 9, Notes. Notes

Algorithms: Lecture 12. Chalmers University of Technology

ADVANCE TOPICS IN ANALYSIS - REAL. 8 September September 2011

Sobolev-Type Extremal Polynomials

Asynchronous Convergence of Policy-Rich Distributed Bellman-Ford Routing Protocols

MATH 387 ASSIGNMENT 2

Draft. Lecture 14 Eigenvalue Problems. MATH 562 Numerical Analysis II. Songting Luo. Department of Mathematics Iowa State University

CMPS 6610 Fall 2018 Shortest Paths Carola Wenk

Public-Key Encryption

Lecture 24 Properties of deals

MTH 505: Number Theory Spring 2017

Algorithm Design and Analysis

Single Source Shortest Paths

COS597D: Information Theory in Computer Science October 19, Lecture 10

4.1.3 Addition of a link between an existing node and the reference node (Case 3):

12.3 Dot Products, 12.4 Cross Products

Draft. Lecture 12 Gaussian Elimination and LU Factorization. MATH 562 Numerical Analysis II. Songting Luo

CMPSCI 611: Advanced Algorithms

Algorithm Design and Analysis

Computer Science is Largely about Abstractions

Donaldson Thomas invariants for A-type square product quivers

CSE101: Design and Analysis of Algorithms. Ragesh Jaiswal, CSE, UCSD

Reexamining Sequential Rationality in Games with Imperfect Recall

On principal eigenpair of temporal-joined adjacency matrix for spreading phenomenon Abstract. Keywords: 1 Introduction

Probability Generating Functions

arxiv: v2 [math.co] 11 Oct 2016

SFWR ENG 3S03: Software Testing

Discrete Optimization 2010 Lecture 2 Matroids & Shortest Paths

NOTES WEEK 02 DAY 1. THEOREM 0.3. Let A, B and C be sets. Then

Single Source Shortest Paths

The Riemann Roch theorem for metric graphs

Time Reversibility and Burke s Theorem

Review++ of linear algebra continues

directed weighted graphs as flow networks the Ford-Fulkerson algorithm termination and running time

Extensive Form Abstract Economies and Generalized Perfect Recall

Random Variables. Andreas Klappenecker. Texas A&M University

Proof Techniques (Review of Math 271)

Lecture 10: Lovász Local Lemma. Lovász Local Lemma

Area of left square = Area of right square c 2 + (4 Area of (a, b)-triangle) = a 2 + b 2 + (4 Area of (a, b)-triangle) c 2 = a 2 + b 2.

Introduction to Algorithms

Lecture 5: Hard Core Predicates

Do not turn this page until you have received the signal to start. Please fill out the identification section above. Good Luck!

Introduction to Algorithms

Gap probabilities in tiling models and Painlevé equations

Digital Microelectronic Circuits ( ) Logical Effort. Lecture 7: Presented by: Adam Teman

Lecture 16 Methods for System of Linear Equations (Linear Systems) Songting Luo. Department of Mathematics Iowa State University

NOTES WEEK 04 DAY 1 SCOT ADAMS

Characterizing Cycle Partition in 2-Row Bulgarian Solitaire

Introduction to Kleene Algebras

Introduction to Algorithms

Shortest paths: label setting

arxiv: v1 [math.nt] 23 May 2017

6. DYNAMIC PROGRAMMING II. sequence alignment Hirschberg's algorithm Bellman-Ford distance vector protocols negative cycles in a digraph

CS261: A Second Course in Algorithms Lecture #8: Linear Programming Duality (Part 1)

CS1800: Mathematical Induction. Professor Kevin Gold

The Logical Consistency of Simultaneous Agnostic Hypothesis Tests

CS 151. Red Black Trees & Structural Induction. Thursday, November 1, 12

Local behaviour of Galois representations

Entropy and Ergodic Theory Lecture 7: Rate-distortion theory

Exam 2 Solutions. In class questions

ABSTRACT ALGEBRA 1 COURSE NOTES, LECTURE 11: SYLOW THEORY.

3 Fields, Elementary Matrices and Calculating Inverses

CMPS 2200 Fall Carola Wenk Slides courtesy of Charles Leiserson with small changes by Carola Wenk. 10/8/12 CMPS 2200 Intro.

Crypto math II. Alin Tomescu May 27, Abstract A quick overview on group theory from Ron Rivest s course in Spring 2015.

Coq as a Metatheory for Nuprl with Bar Induction

NP-complete problems. CSE 101: Design and Analysis of Algorithms Lecture 20

L E C T U R E 1 2 : R N A N D V E C T O R S PA C E S. Monday, October 3

Discrete Optimization 2010 Lecture 3 Maximum Flows

Game Theory. 2.1 Zero Sum Games (Part 2) George Mason University, Spring 2018

6. DYNAMIC PROGRAMMING II

NOTES WEEK 13 DAY 2 SCOT ADAMS

CSCE 222 Discrete Structures for Computing. Review for Exam 2. Dr. Hyunyoung Lee !!!

Geometric Spanners With Small Chromatic Number

Midterm Exam 2 Solutions

Review Questions, Final Exam

Udaan School Of Mathematics Class X Chapter 10 Circles Maths

Introduction to Algorithms

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES

Math 110 Answers for Homework 8

Automata theory and its applications

we can assume without loss of generality that x and y are of the form x pabcq and y pbcdq,

cs/ee/ids 143 Communication Networks

I I. R E L A T E D W O R K

An algebraic framework for a unified view of route-vector protocols

Math 5330 Spring Notes Congruences

Lecture 4. Quicksort

CSE 417. Chapter 4: Greedy Algorithms. Many Slides by Kevin Wayne. Copyright 2005 Pearson-Addison Wesley. All rights reserved.

Transcription:

L11: Algebraic Path Problems with applications to Internet Routing Lecture 9 Timothy G. Griffin timothy.griffin@cl.cam.ac.uk Computer Laboratory University of Cambridge, UK Michaelmas Term, 2017 tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 91 / 34 Widest shortest-paths Metric of the form pd, bq, where d is distance pmin, `q and b is capacity pmax, minq. Metrics are compared lexicographically, with distance considered first. Such things are found in the vast literature on Quality-of-Service (QoS) metrics for Internet routing. wsp sp ˆ bw tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 92 / 34

Widest shortest-paths 4 (1,100) (1,100) 0 (1,10) 1 (2,90) 2 (1,5) (1,100) 3 tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 93 / 34 Weights are globally optimal (we have a semiring) Widest shortest-path weights computed by Dijkstra and Bellman-Ford R 0 1 2 3 4» 0 p0, Jq p1, 10q p3, 10q p2, 5q p2, 10q 1 p1, 10q p0, Jq p2, 100q p1, 5q p1, 100q 2 p3, 10q p2, 100q p0, Jq p1, 100q p1, 100q 3 p2, 5q p1, 5q p1, 100q p0, Jq p2, 100q 4 p2, 10q p1, 100q p1, 100q p2, 100q p0, Jq fi ffi ffi ffi ffi fl tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 94 / 34

But what about the paths themselves? Four optimal paths of weight p3, 10q. P optimal p0, 2q tp0, 1, 2q, p0, 1, 4, 2qu P optimal p2, 0q tp2, 1, 0q, p2, 4, 1, 0qu There are standard ways to extend Bellman-Ford and Dijkstra to compute paths (or the associated next hops). Do these extended algorithms find all optimal paths? tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 95 / 34 Surprise! Four optimal paths of weight p3, 10q P optimal p0, 2q tp0, 1, 2q, p0, 1, 4, 2qu P optimal p2, 0q tp2, 1, 0q, p2, 4, 1, 0qu Paths computed by (extended) Dijkstra P Dijkstra p0, 2q tp0, 1, 2q, p0, 1, 4, 2qu P Dijkstra p2, 0q tp2, 4, 1, 0qu Notice that 0 s paths cannot both be implemented with next-hop forwarding since P Dijkstra p1, 2q tp1, 4, 2qu. Paths computed by (extended) distributed Bellman-Ford P Bellman p0, 2q tp0, 1, 4, 2qu P Bellman p2, 0q tp2, 1, 0q, p2, 4, 1, 0qu tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 96 / 34

Optimal paths from 0 to 2. Computed by Dijkstra but not by Bellman-Ford 4 (1,100) (1,100) 0 (1,10) 1 (2,90) 2 (1,5) (1,100) tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 97 / 34 3 Optimal paths from 2 to 1. Computed by Bellman-Ford but not by Dijkstra 4 (1,100) (1,100) 0 (1,10) 1 (2,90) 2 (1,5) (1,100) tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 98 / 34 3

Observations For distributed Bellman-Ford For Dijkstra s algorithm next-hop-pathspaq computed-pathspaq Ď optimal-pathspaq next-hop-pathspaq Ď computed-pathspaq Ď optimal-pathspaq tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routingc 2017 Lecture 99 / 34 How can we understand this (algebaically)? The Algorithm to Algebra (A2A) method original metric ` complex algorithm Ñ modified metric ` matrix equations (generic algorithm) We can capture path computation with this algebra sp ˆ bw ˆ pathspeq But this algebra is not distributive! LCpsp ˆ bwq LKppathspEqq tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 910 / 34

Towards a non-classical theory of algebraic path finding We need theory that can accept algebras that violate distributivity. Global optimality A pi, jq à wppq, ppppi, jq Left local optimality (distributed Bellman-Ford) L pa b Lq I. Right local optimality (Dijkstra s Algorithm) R pr b Aq I. Embrace the fact that all three notions can be distinct. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 911 / 34 Left-Local Optimality Say that L is a left locally-optimal solution when L pa b Lq I. That is, for i j we have Lpi, jq à qpv Api, qq b Lpq, jq Lpi, jq is the best possible value given the values Lpq, jq, for all out-neighbors q of source i. Rows Lpi, _q represents out-trees from i (think Bellman-Ford). Columns Lp_, iq represents in-trees to i. Works well with hop-by-hop forwarding from i. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 912 / 34

Right-Local Optimality Say that R is a right locally-optimal solution when R pr b Aq I. That is, for i j we have Rpi, jq à qpv Rpi, qq b Apq, jq Rpi, jq is the best possible value given the values Rpq, jq, for all in-neighbors q of destination j. Rows Lpi, _q represents out-trees from i (think Dijkstra). Columns Lp_, iq represents in-trees to i. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 913 / 34 With and Without Distributivity With distributivity For (bounded) semirings, the three optimality problems are essentially the same locally optimal solutions are globally optimal solutions. Without distributivity A L R It may be that A, L, and R exists but are all distinct. Back and Forth L pa b Lq I ðñ L T pl T b T A T q I where b T is matrix multiplication defined with a b T b b b a tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 914 / 34

Dijkstra s Algorithm Classical Dijkstra Given adjacency matrix A over a selective semiring and source vertex i P V, Dijkstra s algorithm will compute A pi, _q such that A pi, jq à w A ppq. Non-Classical Dijkstra ppppi,jq If we drop assumptions of distributivity, then given adjacency matrix A and source vertex i P V, Dijkstra s algorithm will compute Rpi, _q such that @j P V : Rpi, jq Ipi, jq à qpv Rpi, qq b Apq, jq. Routing in Equilibrium, João Luís Sobrinho and Timothy G. Griffin, MTNS 2010. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 915 / 34 Dijkstra s algorithm Input : adjacency matrix A and source vertex i P V, Output : the i-th row of R, Rpi, _q. begin S Ð tiu Rpi, iq Ð 1 for each q P V tiu : Rpi, qq Ð Api, qq while S V begin find q P V S such that Rpi, qq is ď L -minimal S Ð S Y tqu for each j P V S Rpi, jq Ð Rpi, jq prpi, qq b Apq, jqq end end tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 916 / 34

Classical proofs of Dijkstra s algorithm (for global optimality) assume Semiring Axioms ASp q : a pb cq pa bq c CMp q : a b b a IDp q : 0 a a ASpbq : a b pb b cq pa b bq b c IDLpbq : 1 b a a IDRpbq : a b 1 a ANLpbq : 0 b a 0 ANRpbq : a b 0 0 LD : a b pb cq pa b bq pa b cq RD : pa bq b c pa b cq pb b cq tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 917 / 34 Classical proofs of Dijkstra s algorithm assume Additional axioms SLp q : a b P ta, bu ANp q : 1 a 1 Note that we can derive right absorption, RA : a pa b bq a and this gives (right) inflationarity, @a, b : a ď a b b. a pa b bq pa b 1q pa b bq a b p1 bq a b 1 a tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 918 / 34

What will we assume? Very little! Semiring /////////// Axioms ASp q : a pb cq pa bq c CMp q : a b b a IDp q : 0 a a ASpbq //////// : a////////////// b pb b cq // pa ////////////// b bq b c IDLpbq : 1 b a a IDRpbq ///////// : a////// b 1 // a/ ANLpbq ////////// : 0////// b a // 0/ ANRpbq ////////// : a////// b 0 // 0/ LD /// : a////////////// b pb cq // pa ///////////////////// b bq pa b cq RD //// : pa ////////////// bq b c // pa ///////////////////// b cq pb b cq tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 919 / 34 What will we assume? Additional axioms SLp q : a b P ta, bu ANLp q : 1 a 1 RA : a pa b bq a Note that we can no longer derive RA, so we must assume it. Again, RA says that a ď a b b. We don t use SL explicitly in the proofs, but it is implicit in the algorithm s definition of q k. We do not use ASp q and CMp q explicitly, but these assumptions are implicit in the use of the big- notation. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 920 / 34

Under these weaker assumptions... Theorem (Sobrinho/Griffin) Given adjacency matrix A and source vertex i P V, Dijkstra s algorithm will compute Rpi, _q such that @j P V : Rpi, jq Ipi, jq à qpv Rpi, qq b Apq, jq. That is, it computes one row of the solution for the right equation R RA I. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 921 / 34 Dijkstra s algorithm, annotated version Subscripts make proofs by induction easier... begin S 1 Ð tiu R 1 pi, iq Ð 1 for each q P V S 1 : R 1 pi, qq Ð Api, qq for each k 2, 3,..., V begin find q k P V S k 1 such that R k 1 pi, q k q is ď L -minimal S k Ð S k 1 Y tq k u for each j P V S k R k pi, jq Ð R k 1 pi, jq pr k 1 pi, q k q b Apq k, jqq end end tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 922 / 34

Main Claim, annotated @k : 1 ď k ď V ùñ @j P S k : R k pi, jq Ipi, jq à qps k R k pi, qq bapq, jq We will use Observation 1 (no backtracking) : @k : 1 ď k ă V ùñ @j P S k`1 : R k`1 pi, jq R k pi, jq Observation 2 (Dijkstra is greedy ): @k : 1 ď k ď V ùñ @q P S k : @w P V S k : R k pi, qq ď R k pi, wq Observation 3 (Accurate estimates): @k : 1 ď k ď V ùñ @w P V S k : R k pi, wq à R k pi, qqbapq, wq qps k tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 923 / 34 Observation 1 @k : 1 ď k ă V ùñ @j P S k`1 : R k`1 pi, jq R k pi, jq Proof: This is easy to see by inspection of the algorithm. Once a node is put into S its weight never changes again. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 924 / 34

The algorithm is greedy Observation 2 @k : 1 ď k ď V ùñ @q P S k : @w P V S k : R k pi, qq ď R k pi, wq By induction. Base : Since S 1 tiu and R 1 pi, iq 1, we need to show that 1 ď Api, wq 1 1 Api, wq. This follows from ANLp q. Induction: Assume @q P S k : @w P V S k : R k pi, qq ď R k pi, wq and show @q P S k`1 : @w P V S k`1 : R k`1 pi, qq ď R k`1 pi, wq. Since S k`1 S k Y tq k`1 u, this means showing p1q p2q @q P S k : @w P V S k`1 : R k`1 pi, qq ď R k`1 pi, wq @w P V S k`1 : R k`1 pi, q k`1 q ď R k`1 pi, wq tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 925 / 34 By Observation 1, showing p1q is the same as @q P S k : @w P V S k`1 : R k pi, qq ď R k`1 pi, wq which expands to (by definition of R k`1 pi, wq) @q P S k : @w P V S k`1 : R k pi, qq ď R k pi, wq pr k pi, q k`1 qbapq k`1, wqq But R k pi, qq ď R k pi, wq by the induction hypothesis, and R k pi, qq ď pr k pi, q k`1 q b Apq k`1, wqq by the induction hypothesis and RA. Since a ď L b ^ a ď L c ùñ a ď L pb cq, we are done. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 926 / 34

By Observation 1, showing p2q is the same as showing which expands to @w P V S k`1 : R k pi, q k`1 q ď R k`1 pi, wq @w P V S k`1 : R k pi, q k`1 q ď R k pi, wq pr k pi, q k`1 q b Apq k`1, wqq But R k pi, q k`1 q ď R k pi, wq since q k`1 was chosen to be minimal, and R k pi, q k`1 q ď pr k pi, q k`1 q b Apq k`1, wqq by RA. Since a ď L b ^ a ď L c ùñ a ď L pb cq, we are done. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 927 / 34 Observation 3 Observation 3 @k : 1 ď k ď V ùñ @w P V S k : R k pi, wq à qps k R k pi, qqbapq, wq Proof: By induction: Base : easy, since à qps 1 R 1 pi, qq b Apq, wq 1 b Api, wq Api, wq R 1 pi, wq Induction step. Assume @w P V S k : R k pi, wq à qps k R k pi, qq b Apq, wq and show @w P V S k`1 : R k`1 pi, wq à R k`1 pi, qq b Apq, wq qps k`1 tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 928 / 34

By Observation 1, and a bit of rewriting, this means we must show @w P V S k`1 : R k`1 pi, wq R k pi, q k`1 qbapq k`1, wq à qps k R k pi, qqbapq Using the induction hypothesis, this becomes @w P V S k`1 : R k`1 pi, wq R k pi, q k`1 q b Apq k`1, wq R k pi, wq But this is exactly how R k`1 pi, wq is computed in the algorithm. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 929 / 34 Proof of Main Claim Main Claim @k : 1 ď k ď V ùñ @j P S k : R k pi, jq Ipi, jq à qps k R k pi, qq bapq, jq Proof : By induction on k. Base case: S 1 tiu and the claim is easy. Induction: Assume that @j P S k : R k pi, jq Ipi, jq à qps k R k pi, qq b Apq, jq We must show that @j P S k`1 : R k`1 pi, jq Ipi, jq à R k`1 pi, qq b Apq, jq qps k`1 tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 930 / 34

Since S k`1 S k Y tq k`1 u, this means we must show p1q p2q @j P S k : R k`1 pi, jq Ipi, jq À qps k`1 R k`1 pi, qq b Apq, jq R k`1 pi, q k`1 q Ipi, q k`1 q À qps k`1 R k`1 pi, qq b Apq, q k`1 q By use Observation 1, showing p1q is the same as showing @j P S k : R k pi, jq Ipi, jq à R k pi, qq b Apq, jq, qps k`1 which is equivalent to @j P S k : R k pi, jq Ipi, jq pr k pi, q k`1 qbapq k`1, jqq à R k pi, qqbapq, jq qps k By the induction hypothesis, this is equivalent to @j P S k : R k pi, jq R k pi, jq pr k pi, q k`1 q b Apq k`1, jqq, tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 931 / 34 Put another way, @j P S k : R k pi, jq ď R k pi, q k`1 q b Apq k`1, jq By observation 2 we know R k pi, jq ď R k pi, q k`1 q, and so R k pi, jq ď R k pi, q k`1 q ď R k pi, q k`1 q b Apq k`1, jq by RA. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 932 / 34

To show p2q, we use Observation 1 and Ipi, q k`1 q 0 to obtain R k pi, q k`1 q à R k pi, qq b Apq, q k`1 q qps k`1 which, since Apq k`1, q k`1 q 0, is the same as R k pi, q k`1 q à R k pi, qq b Apq, q k`1 q qps k This then follows directly from Observation 3. tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 933 / 34 Finding Left Local Solutions? L pa b Lq I ðñ L T pl T b T A T q I where R T pa T b T R T q I ðñ R pr b Aq I a b T b b b a Replace RA with LA, LA : @a, b : a ď b b a tgg22 (cl.cam.ac.uk) L11: Algebraic Path Problems with applications to Internet T.G.Griffin Routing c 2017 Lecture 934 / 34