Theorems · Definition · group theory
AddLocalization.liftOn
{M : Type u_1} →
[inst : AddCommMonoid M] →
{S : AddSubmonoid M} →
{p : Sort u} →
AddLocalization S →
(f : M → ↥S → p) → (∀ {a c : M} {b d : ↥S}, (AddLocalization.r S) (a, b) (c, d) → f a b = f c d) → pNon-dependent recursion principle for AddLocalizations: given elements f a b : p
for all a b, such that r S (a, b) (c, d) implies f a b = f c d,
then f is defined on the whole Localization S.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- AddSubmonoidstatement and proof · cited by 1,178
- AddConstatement · cited by 138
- AddLocalizationstatement and proof · cited by 38
- AddLocalization.rstatement and proof · cited by 14
- AddLocalization.recproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- AddLocalization.liftOn₂proof · cited by 2
- AddLocalization.liftOn_mkstatement · cited by 1
- AddLocalization.liftOn_mk'statement and proof · cited by 0