Theorems · Theorem · order theory
Order.height_le_of_krullDim_preimage_le
∀ {α : Type u_1} {β : Type u_2} [inst : Preorder α] [inst_1 : PartialOrder β] {m : ℕ} (f : α →o β),
(∀ (x : β), Order.krullDim ↑(⇑f ⁻¹' {x}) ≤ ↑m) → ∀ (x : α), Order.height x ≤ (↑m + 1) * Order.height (f x) + ↑m- Defined in
- Mathlib.Order.KrullDimension
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PreorderPartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites63
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Top.topproof · cited by 9,680
- Preorderstatement and proof · cited by 7,952
- Set.Elemstatement and proof · cited by 7,166
- PartialOrderstatement and proof · cited by 6,410
- ENatstatement and proof · cited by 4,985
- Set.preimagestatement and proof · cited by 4,946
- LE.le.transproof · cited by 3,151
- Nat.cast_oneproof · cited by 2,501
- LT.lt.leproof · cited by 2,189
- le_antisymmproof · cited by 2,068
Cited by2
Results whose statement or proof uses this declaration.
- Order.krullDim_le_of_krullDim_preimage_leproof · cited by 1
- Order.coheight_le_of_krullDim_preimage_leproof · cited by 0