Theorems · Theorem · group theory
AddLocalization.ndrec_mk
∀ {M : Type u_1} [inst : AddCommMonoid M] {S : AddSubmonoid M} {p : AddLocalization S → Sort u}
(f : (a : M) → (b : ↥S) → p (AddLocalization.mk a b))
(H : ∀ {a c : M} {b d : ↥S} (h : (AddLocalization.r S) (a, b) (c, d)), ⋯ ▸ f a b = f c d) (a : M) (b : ↥S),
AddLocalization.rec f H (AddLocalization.mk a b) = f a b- Cited by
- 0 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.
Cites9
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.mkstatement and proof · cited by 28
- AddLocalization.rstatement and proof · cited by 14
- AddLocalization.mk_eq_mk_iffstatement and proof · cited by 5
- AddLocalization.recstatement · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.