Commit 2024-09-05 10:13 f9affb42
View on Github →feat(KrullDimension): height refactor, initial stuff (#16480)
This refactors and extends the definition of height
. Notable changes:
- Everything put into
namespace Order
- Type of
krullDim
changed fromWithBot (WithTop Nat)
toWithBot ENat
. - Type of
height
changed fromWithBot (WithTop Nat)
toENat
. - Definition of
height
viaLTSeries
rather than krullDim From the Carleson project.