Theorems · Definition · group theory
DivisibleHull.liftOn
{M : Type u_1} →
[inst : AddCommMonoid M] →
{α : Type u_2} →
DivisibleHull M →
(f : M → ℕ+ → α) →
(∀ (m m' : M) (s s' : ℕ+), DivisibleHull.mk m s = DivisibleHull.mk m' s' → f m s = f m' s') → αIf f : M → ℕ+ → α respects the equivalence on localization,
lift it to a function DivisibleHull M → α.
- Defined in
- Mathlib.GroupTheory.DivisibleHull
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- nonZeroDivisorsproof · cited by 895
- PNatstatement and proof · cited by 392
- OrderMonoidIso.symmproof · cited by 44
- DivisibleHullstatement and proof · cited by 30
- DivisibleHull.mkstatement and proof · cited by 19
- PNat.equivNonZeroDivisorsNatproof · cited by 6
- LocalizedModule.liftOnproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- DivisibleHull.liftOn.congr_simpstatement and proof · cited by 0
- DivisibleHull.liftOn_mkstatement · cited by 0