@@ -47,21 +47,21 @@ This document will explain this point of view in some detail.
4747
4848##### Some terminology/conventions
4949
50- Let `` p `` be an element of type M , which is defined by some assignment of numbers `` x_1,..., x_m `` ,
51- say `` (x_1,..., x_m) = (a_1,...,1_m ) ``
50+ Let `` p `` be an element of type `` M `` , which is defined by some assignment of numbers `` x_1, \dots, x_m `` ,
51+ say `` (x_1, \dots, x_m) = (a_1, \dots, a_m ) ``
5252
53- A _ function_ `` f:M \to K `` on `` M `` is (for simplicity) a polynomial `` K[x_1, ... x_m] ``
53+ A _ function_ `` f:M \to K `` on `` M `` is (for simplicity) a polynomial `` K[x_1, \dots, x_m] ``
5454
55- The tangent space `` T_pM `` of `` T `` at point `` p `` is the `` K `` -vector space spanned by derivations `` d/dx `` .
55+ The tangent space `` T_pM `` of `` M `` at point `` p `` is the `` K `` -vector space spanned by derivations `` d/dx `` .
5656The tangent space acts linearly on the space of functions. They act as usual on functions. Our starting point is
5757that we know how to write down `` d/dx(f) = df/dx `` .
5858
5959The collection of tangent spaces `` {T_pM} `` for `` p\in M `` is called the _ tangent bundle_ of `` M `` .
6060
6161Let `` df `` denote the first order information of `` f `` at each point. This is called the differential of `` f `` .
6262If the derivatives of `` f `` and `` g `` agree at `` p `` , we say that `` df `` and `` dg `` represent the same cotangent at `` p `` .
63- The covectors `` dx_1, ... , dx_m `` form the basis of the cotangent space `` T^*_pM `` at `` p `` . Notice that this vector space is
64- dual to `` T_p ``
63+ The covectors `` dx_1, \dots , dx_m `` form the basis of the cotangent space `` T^*_pM `` at `` p `` . Notice that this vector space is
64+ dual to `` T_pM `` .
6565
6666The collection of cotangent spaces `` {T^*_pM} `` for `` p\in M `` is called the _ cotangent bundle_ of `` M `` .
6767
0 commit comments