Need some help understanding boundary operator on simplicies

  • Context: Graduate 
  • Thread starter Thread starter cpsinkule
  • Start date Start date
  • Tags Tags
    Boundary Operator
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 3K views
cpsinkule
Messages
174
Reaction score
24
I am currently reading up on some algebraic topology\differential geometry and have reached the section on de Rham theory. This is my first encounter with such notions and I am a little confused by what is meant when one applies a boundary operator to a simplex. Conceptually, I know that it takes a n-simplex to its boundary n-1 simplex, ,but quantitatively I am confused by the actual formula. How does one add simplicies? Do you sum their respective coordinate values, or do the list of points ie. v0,v1,v2,v3 constitute an algebraic "object" which is to be thought of as a whole and not it's constituent points? I apologize if I am not making much sense here .
 
Physics news on Phys.org
The sum of a number of n-simplices is called an n-chain. You can view this as a collection of oriented simplices. It does not have many particular properties other than the fact that you can use algebraic rules such as subtracting, adding, and multiply by integers. One important thing with regards to orientation is how you can switch the simplex vertices around and that a minus sign appears when you change the orientation of the simplex.
 
Orodruin said:
The sum of a number of n-simplices is called an n-chain. You can view this as a collection of oriented simplices. It does not have many particular properties other than the fact that you can use algebraic rules such as subtracting, adding, and multiply by integers. One important thing with regards to orientation is how you can switch the simplex vertices around and that a minus sign appears when you change the orientation of the simplex.
so am I correct when thinking that the "sum" of multiple simplicies is nothing more than the union of them?
 
No, at least not completely. In a chain, you can have the same simplex appearing more than once (and if you integrate over that chain you integrate over that simplex twice) or appear with a negative coefficient. Therefore the usual union and intersections do not really describe the arithmetics you can do with a chain. For example, if you have a simplex (or chain) ##s##, then ##s+s = 2s##, while ##s \cup s = s##.
 
Orodruin said:
No, at least not completely. In a chain, you can have the same simplex appearing more than once (and if you integrate over that chain you integrate over that simplex twice) or appear with a negative coefficient. Therefore the usual union and intersections do not really describe the arithmetics you can do with a chain. For example, if you have a simplex (or chain) ##s##, then ##s+s = 2s##, while ##s \cup s = s##.
thanks for the reply, also the book I am reading doesn't specify the structure of the C(k) group of chains. What is the action of this group? all it says is that it is generated by an n-simplex and that any element of this group is called an n-chain. I guess I just have no idea what the group action is? is it addition of simplicies?
 
Last edited:
well, the book says this: "we now assign an orientation to every l-simplex |σi| of the simplical complex K and write it as <σi>. We denote by Cl(K) the free abelian group generated by <σi>. Any element of this group is called an l-chain of K." my question is, how does σi generate this group? is this group infinite or finite? the index i here is not specified to be finite or infinite either.
 
Orodruin said:
Are you familiar with what a free abelian group is? If not it might help to start there as you will get a lot of the definitions and properties from it. If you do not have a textbook that describes this, you can always try http://en.wikipedia.org/wiki/Free_abelian_group
so basically it is just linear combinations of the l-simplicies?
 
cpsinkule said:
so basically it is just linear combinations of the l-simplicies?
The simplices need to be oriented. Then you are correct.
 
Conceptually, I know that it takes a n-simplex to its boundary n-1 simplex, ,but quantitatively I am confused by the actual formula.

Maybe you realize this already, but it's a union of n-1-simplices, not one of them. Like for a tetrahedron (3-simplex), you have the four faces, each one being a 2-simplex. The alternating sign in the formula is also a bit perplexing. One way to think of it is in terms of lower-dimensional examples, thinking of the orientation as a counter-clockwise/clockwise rule, but you still need a bit of a leap of faith that it keeps working in higher dimensions (hard to talk about without pictures). One thing is that it will make the boundary of a boundary 0, as it must be, because everything cancels out in pairs due to the alternating signs, so it sort of works, but there's something unsatisfying about it. I haven't thought through the details of this stuff lately, but I think I did manage to make it crystal clear to myself at one point. It's unlikely I will have time to sort it out again in the next couple days, since I have a job interview to prepare for, but if I do, maybe I'll take the opportunity to post again and explain it.
 
An orientation of a simplex may be thought of as an ordering of its vertices and is usually symbolized by a k-tuple, ##< σ_{j_{1}}, ... σ_{j_{k}}>##.

For instance for a 2-simplex, ##< σ_{0},σ_{1},σ_{2}>## and ##< σ_{1},σ_{2},σ_{0}>## are possible orientations.

Just as with orientation of space, two k-tuples are said to determine the same orientation of they differ by an even permutation of the vertices. and the opposite orientation if they differ by an odd permutation. For instance, the two orientations of the two simplex above are the same.

Oriented simplices are just symbols and as such one can think of the formal free abelian group generated by them. This group is completely formal.

More generally whenever one has a collection of symbols, one can think of the free abelian group that they generate. This group is just all formal finite integer linear combinations of the symbols with the requirement that the symbols must commute and that multiplication by integers is associative.

So if a and b are symbols then one says that na + mb is the same as the symbol, mb + na
and (n+m)a is the same as na + ma. One also says that 0a is the same as 0b and denote this as 0.

With simplices one treats opposite orientations as the negatives of each other in the chain group.
For instance,

## <σ_{0},σ_{1},σ_{2}> = - <σ_{1},σ_{0},σ_{2}>## and so their sum is equal to zero.The boundary operator

The boundary of an oriented k-simplex is defined to be a signed sum of the oriented simplices that are obtained by removing one vertex at a time. These are oriented faces of ##<σ>##.

I have seen two ways of defining the boundary.

One way is to take the alternating sum of the oriented k-1 faces by removing one vertex at a time sequentially..
For instance,

##∂ <σ_{0},σ_{1},σ_{2}> = <σ_{1},σ_{2}> - <σ_{0},σ_{2}> + <σ_{0},σ_{1}>##

The other way is to preassign orientations to each simplex and then define an "incidence number" that lines the boundary simplices up in the right way.

I am not sure which method your book uses.
 
Last edited:
thanks for all the great replies, they've helped a lot