The category of root pairings #
This file defines the category of root pairings, following the definition of category of root data given in SGA III Exp. 21 Section 6.
Main definitions: #
RootPairingCat: Objects are root pairings.
TODO #
- Forgetful functors
 - Functions passing between module maps and root pairing homs
 
Implementation details #
This is mostly copied from ModuleCat.
Objects in the category of root pairings.
- weight : Type v
The weight space of a root pairing.
 - weightIsAddCommGroup : AddCommGroup self.weight
 - coweight : Type v
The coweight space of a root pairing.
 - coweightIsAddCommGroup : AddCommGroup self.coweight
 - index : Type v
The set that indexes roots and coroots.
 - pairing : RootPairing self.index R self.weight self.coweight
The root pairing structure.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.