Theorems · Theorem · commutative algebra
AddCommGroup.DirectLimit.lift_of
∀ {ι : Type u_2} [inst : Preorder ι] {G : ι → Type u_3} [inst_1 : (i : ι) → AddCommMonoid (G i)]
{f : (i j : ι) → i ≤ j → G i →+ G j} [inst_2 : DecidableEq ι] (P : Type u_4) [inst_3 : AddCommMonoid P]
(g : (i : ι) → G i →+ P) (Hg : ∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) ((f i j hij) x) = (g i) x) (i : ι)
(x : G i), (AddCommGroup.DirectLimit.lift G f P g Hg) ((AddCommGroup.DirectLimit.of G f i) x) = (g i) x- Defined in
- Mathlib.Algebra.Colimit.Module
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Preorderstatement and proof · cited by 7,952
- AddMonoidHomstatement and proof · cited by 3,230
- AddCommGroup.DirectLimitstatement · cited by 16
- AddCommGroup.DirectLimit.ofstatement · cited by 13
- Module.DirectLimit.lift_ofproof · cited by 11
- AddMonoidHom.toNatLinearMapproof · cited by 8
- AddCommGroup.DirectLimit.liftstatement · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- AddCommGroup.DirectLimit.map_apply_ofproof · cited by 4
- AddCommGroup.DirectLimit.lift_of'proof · cited by 0
- AddCommGroup.DirectLimit.lift_comp_ofproof · cited by 0