English
The cotangent space is defined as a type synonym P.ker.Cotangent, offering a convenient viewpoint for first-order neighborhood information.
Русский
Котантантное пространство задаётся как синоним типа P.ker.Cotangent, обеспечивая удобную точку зрения на окрестности первого порядка.
LaTeX
$$$\\mathrm{Cotangent} := P.ker.\\Cotangent$$$
Lean4
/-- The cotangent space of an extension.
This is a type synonym so that `P.Ring` can act on it through the action of `S` without creating
a diamond. -/
def Cotangent : Type _ :=
P.ker.Cotangent