Theorems · Definition · order theory
FiniteMulArchimedeanClass.lift
{M : Type u_1} →
[inst : CommGroup M] →
[inst_1 : LinearOrder M] →
[inst_2 : IsOrderedMonoid M] →
{α : Type u_2} →
(f : { a // a ≠ 1 } → α) →
(∀ (a b : { a // a ≠ 1 }),
FiniteMulArchimedeanClass.mk ↑a ⋯ = FiniteMulArchimedeanClass.mk ↑b ⋯ → f a = f b) →
FiniteMulArchimedeanClass M → αLift a f : {a : M // a ≠ 1} → α function to FiniteMulArchimedeanClass M → α.
- Defined in
- Mathlib.Algebra.Order.Archimedean.Class
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topproof · cited by 9,680
- LinearOrderstatement and proof · cited by 8,572
- WithTop.someproof · cited by 1,128
- CommGroupstatement and proof · cited by 990
- IsOrderedMonoidstatement and proof · cited by 577
- Subtype.propstatement · cited by 505
- MulArchimedeanClassproof · cited by 81
- WithTop.untopproof · cited by 36
- FiniteMulArchimedeanClassstatement and proof · cited by 21
- FiniteMulArchimedeanClass.mkstatement and proof · cited by 14
- MulArchimedeanClass.liftproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- FiniteMulArchimedeanClass.liftOrderHomproof · cited by 1
- FiniteMulArchimedeanClass.lift_mkstatement · cited by 1
- FiniteMulArchimedeanClass.lift.congr_simpstatement and proof · cited by 0