ArticleslgStudy

science

Loop-erased random walk

Loop-erased random walk is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Loop-erased random walk rather than just read about it. In short: In mathematics, loop-erased random walk is a model for a random simple path with important applications in combinatorics, physics and quantum field theory. It is intimately connected to the uniform spanning tree, a model for a random tree.

Loop-erased random walk — main illustration
Loop-erased random walk — illustration

Key takeaways

  • Loop-erased random walk belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Loop-erased random walk to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Loop-erased random walk from memory before moving on to harder problems.

Reference excerpt

In mathematics, loop-erased random walk is a model for a random simple path with important applications in combinatorics, physics and quantum field theory. It is intimately connected to the uniform spanning tree, a model for a random tree. It is a case of the more general topic of random walks.

Definition Assume G is some graph and γ {\displaystyle \gamma } is some path of length n on G. In other words, γ ( 1 ) , … , γ ( n ) {\displaystyle \gamma (1),\dots ,\gamma (n)} are vertices of G such that γ ( i ) {\displaystyle \gamma (i)} and γ ( i + 1 ) {\displaystyle \gamma (i+1)} are connected by an edge. Then the loop erasure of γ {\displaystyle \gamma } is a new simple path created by erasing all the loops of γ {\displaystyle \gamma } in chronological order. Formally, we define indices i j {\displaystyle i_{j}} inductively using

i 1 = 1 {\displaystyle i_{1}=1\,}

i j + 1 = max { k : γ ( k ) = γ ( i j ) } + 1 {\displaystyle i_{j+1}=\max\{k:\gamma (k)=\gamma (i_{j})\}+1\,}

where "max" here means up to the length of the path γ {\displaystyle \gamma } . The induction stops when for some i j {\displaystyle i_{j}} we have γ ( i j ) = γ ( n ) {\displaystyle \gamma (i_{j})=\gamma (n)} . In words, to find i j + 1 {\displaystyle i_{j+1}} , we hold γ ( i j ) {\displaystyle \gamma (i_{j})} in one hand, and with the other hand, we trace back from the end: γ ( n ) , γ ( n − 1 ) , . . . {\displaystyle \gamma (n),\gamma (n-1),...} , until we either hit some γ ( k ) = γ ( i j ) {\displaystyle \gamma (k)=\gamma (i_{j})} , in which case we set i j + 1 = k + 1 {\displaystyle i_{j+1}=k+1} , or we end up at γ ( i j ) {\displaystyle \gamma (i_{j})} , in which case we set i j + 1 = i j + 1 {\displaystyle i_{j+1}=i_{j}+1} . Assume the induction stops at J i.e. γ ( i J ) = γ ( n ) {\displaystyle \gamma (i_{J})=\gamma (n)} is the last i J {\displaystyle i_{J}} . Then the loop erasure of γ {\displaystyle \gamma } , denoted by L E ( γ ) {\displaystyle \mathrm {LE} (\gamma )} is a simple path of length J defined by

L E ( γ ) ( j ) = γ ( i j ) . {\displaystyle \mathrm {LE} (\gamma )(j)=\gamma (i_{j}).\,}

Now let G be some graph, let v be a vertex of G, and let R be a random walk on G starting from v. Let T be some stopping time for R. Then the loop-erased random walk until time T is LE(R([1,T])). In other words, take R from its beginning until T — that's a (random) path — erase all the loops in chronological order as above — you get a random simple path. The stopping time T may be fixed, i.e. one may perform n steps and then loop-erase. However, it is usually more natural to take T to be the hitting time in some set. For example, let G be the graph Z2 and let R be a random walk starting from the point (0,0). Let T be the time when R first hits the circle of radius 100 (we mean here of course a discretized circle). LE(R) is called the loop-erased random walk starting at (0,0) and stopped at the circle.

… excerpt ends here. Continue reading the full article.

Illustrations

Loop-erased random walk: A loop-erased random walk in 2D for 
  
    
      
        
          10
          
            6
          
        
      
    
    {\displaystyle 10^{6}}
  
 steps.
A loop-erased random walk in 2D for 10 6 {\displaystyle 10^{6}} steps.

Worked examples

Example 1 — a first encounter with Loop-erased random walk

Start with the simplest possible case. Write down what Loop-erased random walk claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Loop-erased random walk before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Loop-erased random walk ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Loop-erased random walk

In research
Loop-erased random walk appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Loop-erased random walk in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Loop-erased random walk is common in secondary-school and first-year university syllabi. It links to neighbouring topics Random graphs, Variants of random walks, so understanding it makes those chapters shorter.
In everyday life
Look for Loop-erased random walk outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Loop-erased random walk in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Loop-erased random walk means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Loop-erased random walk out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Loop-erased random walk in simple terms?

In mathematics, loop-erased random walk is a model for a random simple path with important applications in combinatorics, physics and quantum field theory. It is intimately connected to the uniform spanning tree, a model for a random tree.

Why does Loop-erased random walk matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Loop-erased random walk?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Loop-erased random walk.

Tags

  • Random graphs
  • Variants of random walks

Keep exploring