Theorems · Definition · order theory
LTSeries.map
{α : Type u_1} →
{β : Type u_2} → [inst : Preorder α] → [inst_1 : Preorder β] → LTSeries α → (f : α → β) → StrictMono f → LTSeries βFor two preorders α, β, if f : α → β is strictly monotonic, then a strict chain of α
can be pushed out to a strict chain of β by
a₀ < a₁ < ... < aₙ ↦ f a₀ < f a₁ < ... < f aₙ
- Defined in
- Mathlib.Order.RelSeries
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- StrictMonostatement and proof · cited by 706
- RelSeries.lengthproof · cited by 195
- RelSeries.toFunproof · cited by 114
- LTSeriesstatement and proof · cited by 87
- LTSeries.mkproof · cited by 3
Cited by15
Results whose statement or proof uses this declaration.
- LTSeries.map_lengthstatement and proof · cited by 7
- Order.krullDim_le_of_strictMonoproof · cited by 6
- ringKrullDim_quotient_succ_le_of_nonZeroDivisorproof · cited by 3
- Order.height_coe_withTopproof · cited by 3
- Order.height_eq_krullDim_Iicproof · cited by 2
- Order.height_le_height_apply_of_strictMonoproof · cited by 2
- Module.supportDim_le_supportDim_quotSMulTop_succ_of_mem_jacobsonproof · cited by 2
- Ideal.height_eq_height_add_of_liesOver_of_hasGoingDownproof · cited by 1
- Module.supportDim_quotSMulTop_succ_le_of_notMem_minimalPrimesproof · cited by 1
- Order.height_coe_withBotproof · cited by 1
- LTSeries.head_mapstatement · cited by 0
- LTSeries.last_mapstatement · cited by 0