Theorems · Definition · order theory
ArchimedeanClass
(M : Type u_1) → [inst : AddCommGroup M] → [inst_1 : LinearOrder M] → [IsOrderedAddMonoid M] → Type u_1
ArchimedeanClass M is the quotient of the additive group M by additive archimedean
equivalence, where two elements a and b are in the same class iff
(∃ m : ℕ, |b| ≤ m • |a|) ∧ (∃ n : ℕ, |a| ≤ n • |b|).
- Defined in
- Mathlib.Algebra.Order.Archimedean.Class
- Cited by
- 247 results in Mathlib
- Foundations
- Depth 21 from the axioms, rests on 241 definitions · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- Antisymmetrizationproof · cited by 25
- ArchimedeanOrderproof · cited by 7
Cited by283
Results whose statement or proof uses this declaration.
- ArchimedeanClass.mkstatement · cited by 174
- FiniteArchimedeanClassproof · cited by 100
- HahnEmbedding.IsPartialstatement · cited by 39
- ArchimedeanClass.FiniteElement.mkstatement · cited by 23
- ArchimedeanClass.addValuationstatement · cited by 15
- ArchimedeanClass.mk_negstatement · cited by 15
- HahnEmbedding.Partial.evalstatement · cited by 13
- HahnEmbedding.Seed.baseEmbeddingstatement · cited by 11
- FiniteArchimedeanClass.withTopOrderIsostatement · cited by 9
- ArchimedeanClass.mk_eq_mkstatement · cited by 8
- ArchimedeanClass.orderHomstatement · cited by 8
- ArchimedeanClass.mk_eq_top_iffstatement · cited by 7
Showing the 200 most cited of 283.