Documentation

FormalConjectures.ForMathlib.AlgebraicGeometry.VectorBundle

A vector bundle is a sheaf of modules that is locally isomorphic to a free sheaf.

  • OpensIndex : Type u

    The index type for the open cover on which the vector bundle is free.

  • opens : self.OpensIndexC

    The indexed family of opens on which the vector bundle is free.

  • coversTop : J.CoversTop self.opens

    The indexed family of opens covers the base.

  • BasisIndex : self.OpensIndexType v

    The indexed family of types that index local bases for the vector bundle.

  • locallyFree (i : self.OpensIndex) : M.over (self.opens i) free (self.BasisIndex i)

    The restriction of the vector bundle to one of the opens is free.

Instances For
    Instances For

      A class for vector bundles of constant finite rank.

      Instances