Mathlib Map

Theorems · Theorem · order theory

Order.krullDim_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) → Order.krullDim α ≤ (↑m + 1) * Order.krullDim β + ↑m
Defined in
Mathlib.Order.KrullDimension
Cited by
1 results in Mathlib
Foundations
Depth 63 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.

Cites23

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
  • 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
  • iSupproof · cited by 2,415
  • le_reflproof · cited by 2,061
  • WithBotstatement and proof · cited by 1,498
  • OrderHomstatement and proof · cited by 934

Cited by1

Results whose statement or proof uses this declaration.