Theorems · Theorem · order theory
Order.krullDim_eq_iSup_height_of_nonempty
∀ {α : Type u_1} [inst : Preorder α] [Nonempty α], Order.krullDim α = ↑(⨆ a, Order.height a)The Krull dimension is the supremum of the elements' heights.
This version of the lemma assumes that α is nonempty. In this case, the coercion from ℕ∞ to
WithBot ℕ∞ is on the outside of the right-hand side, which is usually more convenient.
If α were empty, then krullDim α = ⊥. See krullDim_eq_iSup_height for the more general
version, with the coercion under the supremum.
- Defined in
- Mathlib.Order.KrullDimension
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- ENatstatement and proof · cited by 4,985
- Bot.botproof · cited by 4,720
- Set.rangeproof · cited by 4,705
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- WithBotstatement and proof · cited by 1,498
- WithBot.somestatement · cited by 541
- RelSeries.lengthproof · cited by 195
- iSup_leproof · cited by 190
- RelSeries.lastproof · cited by 114
- LTSeriesproof · cited by 87
Cited by4
Results whose statement or proof uses this declaration.
- Order.krullDim_eq_iSup_heightproof · cited by 3
- Order.krullDim_WithTopproof · cited by 2
- Order.krullDim_eq_iSup_coheight_of_nonemptyproof · cited by 1
- Order.krullDim_eq_iSup_height_add_coheight_of_nonemptyproof · cited by 0