[back] [prev] [next] [index] [root]

 


AlffGapNumbers

Returns the gap numbers of a divisor.

Syntax:

L := AlffGapNumbers( D [, P] );
L := AlffGapNumbers( F [, P] );

list
  L  
containing the gap numbers
alff divisor
  D  
alff
  F  
equivalent to taking D = 0

See also:  AlffWeierstrassPlaces, AlffWronskian, AlffWronskianOrders, AlffDiff, AlffDifferentiation

Description:

Let F/k be an algebraic function field, D a divisor and P a place of degree one. An integer m >= 1 is a D-gap number of P if \dim \bigl( D + (m-1)P \bigr) = \dim(D + mP) holds. The D-gap numbers m satisfy 1 <= m <= 2g-1-\deg(D) and their cardinality equals the index of speciality i(D). If P of degree one is given as argument this function returns the sequence of its D-gap numbers. The sequences of D-gap numbers are independent of constant field extensions for perfect k and are the same for all but a finite number of places P of degree one (consider e.g. k algebraically closed). If P is omitted in the function call, this uniform sequence is returned. The places P which have different sequences of D-gap numbers are called D-Weierstra\ss{} places. The constant field k is required to be exact.


Example:



<- back[back] [prev] [next] [index] [root]