Theorems · Definition · order theory
FiniteArchimedeanClass
(M : Type u_1) → [inst : AddCommGroup M] → [inst_1 : LinearOrder M] → [IsOrderedAddMonoid M] → Type (max 0 u_1)
FiniteArchimedeanClass M is the quotient of the non-zero elements 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|).
It is defined as the subtype of non-top elements of ArchimedeanClass M
(⊤ : ArchimedeanClass M is the archimedean class of 0).
This is useful since the family of non-top archimedean classes is linearly independent.
- Defined in
- Mathlib.Algebra.Order.Archimedean.Class
- Cited by
- 100 results in Mathlib
- Foundations
- Depth 32 from the axioms, rests on 375 definitions · uses propext, Classical.choice, 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
- Top.topproof · cited by 9,680
- LinearOrderstatement and proof · cited by 8,572
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- ArchimedeanClassproof · cited by 247
Cited by144
Results whose statement or proof uses this declaration.
- HahnEmbedding.IsPartialstatement · cited by 39
- HahnEmbedding.Partialproof · cited by 39
- FiniteArchimedeanClass.mkstatement · cited by 28
- FiniteArchimedeanClass.ballstatement and proof · cited by 23
- HahnEmbedding.ArchimedeanStrata.stratumstatement · cited by 20
- HahnEmbedding.Partial.evalstatement · cited by 13
- HahnEmbedding.Seed.baseEmbeddingstatement and proof · cited by 11
- FiniteArchimedeanClass.closedBallstatement and proof · cited by 10
- FiniteArchimedeanClass.withTopOrderIsostatement · cited by 9
- HahnEmbedding.Partial.evalCoeffstatement and proof · cited by 8
- HahnEmbedding.Seed.coeffstatement · cited by 7
- HahnEmbedding.Partial.evalCoeff_eqstatement and proof · cited by 7