Path: blob/master/sage/schemes/generic/notes/inverse_image.txt
4108 views
Let X = V((F_1(X_i),...,F_n(X_i))) and Y = V((G_1(Y_j),...,G_m(Y_j))),1and suppose that X -> Y is defined by (H_1(X_i),...,h_r(X_i)).2Then the preimage scheme of a point (y_1,...,y_r) in the affine setting3is just generated by H_k(X_i)-y_k (together with the F_j(X_i)), or in4the projective (over a field) setting by cross products to define the5homogeneous submodules, so y_j H_k(X_i) - y_k H_j(X_i).67To find the preimage of a general subscheme Z of Y, just evaluate the8defining polynomials for Z at the point (H_1(X_i),...,H_r(X_i)).910In Magma one can't form subschemes T/S of X/R where S->R. The morphism11structures would have to handle phi: T/S -> X/R, but otherwise it is12well-defined (provided the morphism S->R on base schemes is defined).13This would let one form the preimage scheme of a point in X(S), for14which we give an error.1516Note that the preimage of a point under any morphism is defined to be17the preimage scheme (of the closed point as a scheme). If this seems18to be an abuse of notation, then one could define phi.preimage_scheme(P);19Magma just uses existing notation @@ and it had to be decided what the20meaning would be in the context of scheme maps.2122(David Kohel, 27/01/2006)2324Alternatively, note that the preimage_scheme of Z under pi is the base25extension of pi: X -> Y by i: Z -> Y, and is constructed as a fiber26product of X \times_Y Z.2728(David Kohel, 30/01/2006)2930