Loop concatenation
Contents
[hide]Definition
Loop concatenation is a special case of path concatenation. We use I:=[0,1]⊂R to denote the closed unit interval in R.
Let (X,J) be a topological space and let ℓ1:I→X and ℓ2:I→X be loops in (X,J) based at b∈X[Note 1]; then we can concatenate the loops:
- ℓ1∗ℓ2:I→X by (ℓ1∗ℓ2):t↦{ℓ1(2t)for t∈[0,12]ℓ2(2t−1)for t∈[12,1][Note 2] - we claim this is also a loop based at b (see Claim 1)
- In words: the loop ℓ1∗ℓ2 first does ℓ1 but at double the speed, thus completing ℓ1 by t=12. Then, as ℓ1 ends at b we're in a position to start ℓ2. We do this at double speed, thus completing ℓ2 by time t=12.
Loops also lend themselves to other concatenations, all permutations of concatenations of ℓ1, ℓ−11, ℓ2 and ℓ−12 exist.
Caveats
Loop concatenation is not associative, that is:
- (ℓ1∗ℓ2)∗ℓ3≠ℓ1∗(ℓ2∗ℓ3)
Notice the loop (ℓ1∗ℓ2)∗ℓ3 does ℓ1 at 4x the normal speed, completing it by t=14, then embarks on ℓ2 at 4x the speed also, completing that by t=24=12, then embarks on ℓ3 at double speed, completing it by t=1.
Whereas, ℓ1∗(ℓ2∗ℓ3) does ℓ1 at double speed, completing it by t=12, then embarks on ℓ2 at 4x speed, completing it by t=34, then embarks on ℓ3 at 4x speed, completing it by t=1.
Although the image of both loops is the same (that is: ((ℓ1∗ℓ2)∗ℓ3)(I)=(ℓ1∗(ℓ2∗ℓ3))(I), they are clearly different. However (ℓ1∗ℓ2)∗ℓ3 and ℓ1∗(ℓ2∗ℓ3) are path homotopic, or homotopic rel {0,1}
See: The fundamental group for more information.
See also
Notes
- Jump up ↑ That is: TODO: Put definition of loop based at b∈X here
- Jump up ↑ We include t=12 in both parts as a nod to the pasting lemma.