Documentation

Mathlib.LinearAlgebra.RootSystem.RootPairingCat

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: #

TODO #

Implementation details #

This is mostly copied from ModuleCat.

structure RootPairingCat (R : Type u) [CommRing R] :
Type (max u (v + 1))

Objects in the category of root pairings.

Instances For