Theorems · Theorem · order theory
HahnSeries.lt_iff
∀ {Γ : Type u_1} {R : Type u_2} [inst : LinearOrder Γ] [inst_1 : Zero R] [inst_2 : PartialOrder R]
(a b : Lex (HahnSeries Γ R)),
a < b ↔ ∃ i, (∀ j < i, (ofLex a).coeff j = (ofLex b).coeff j) ∧ (ofLex a).coeff i < (ofLex b).coeff i- Defined in
- Mathlib.RingTheory.HahnSeries.Lex
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
- Assumes
- LinearOrderZeroPartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- LinearOrderstatement and proof · cited by 8,572
- Equivstatement · cited by 8,337
- PartialOrderstatement and proof · cited by 6,410
- HahnSeriesstatement and proof · cited by 528
- Lexstatement and proof · cited by 370
- HahnSeries.coeffstatement · cited by 235
- ofLexstatement · cited by 127
Cited by5
Results whose statement or proof uses this declaration.
- HahnSeries.leadingCoeff_pos_iffproof · cited by 2
- HahnEmbedding.Partial.eval_ltproof · cited by 1
- HahnEmbedding.Seed.baseEmbedding_posproof · cited by 1
- HahnSeries.abs_lt_abs_of_orderTop_ofLexproof · cited by 1