Theorems · Definition · order theory
MulArchimedeanClass
(M : Type u_1) → [inst : CommGroup M] → [inst_1 : LinearOrder M] → [IsOrderedMonoid M] → Type u_1
MulArchimedeanClass M is the quotient of the group M by multiplicative archimedean
equivalence, where two elements a and b are in the same class iff
(∃ m : ℕ, |b|ₘ ≤ |a|ₘ ^ m) ∧ (∃ n : ℕ, |a|ₘ ≤ |b|ₘ ^ n).
- Defined in
- Mathlib.Algebra.Order.Archimedean.Class
- Cited by
- 81 results in Mathlib
- Foundations
- Depth 21 from the axioms · 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.
- LinearOrderstatement and proof · cited by 8,572
- CommGroupstatement and proof · cited by 990
- IsOrderedMonoidstatement and proof · cited by 577
- Antisymmetrizationproof · cited by 25
- MulArchimedeanOrderproof · cited by 7
Cited by98
Results whose statement or proof uses this declaration.
- MulArchimedeanClass.mkstatement · cited by 63
- FiniteMulArchimedeanClassproof · cited by 21
- MulArchimedeanClass.mk_invstatement · cited by 9
- MulArchimedeanClass.mk_eq_mkstatement · cited by 6
- MulArchimedeanClass.mk_lt_mkstatement · cited by 6
- MulArchimedeanClass.subgroupstatement and proof · cited by 6
- MulArchimedeanClass.orderHomstatement · cited by 5
- MulArchimedeanClass.subsemigroupstatement and proof · cited by 5
- MulArchimedeanClass.min_le_mk_mulstatement · cited by 4
- FiniteMulArchimedeanClass.subgroupstatement · cited by 4
- MulArchimedeanClass.mk_eq_top_iffstatement · cited by 3
- MulArchimedeanClass.mk_left_le_mk_mulstatement · cited by 3