Theorems · Theorem · category theory
DirectLimit.lift_vadd
∀ {R : Type u_1} {ι : Type u_2} [inst : Preorder ι] {G : ι → Type u_3} {H : ι → Type u_4} {C : Type u_5}
{T : ⦃i j : ι⦄ → i ≤ j → Type u_6} {f : (x x_1 : ι) → (h : x ≤ x_1) → T h}
[inst_1 : (i j : ι) → (h : i ≤ j) → FunLike (T h) (G i) (G j)] [inst_2 : (i : ι) → FunLike (H i) (G i) C]
[inst_3 : DirectedSystem G fun x1 x2 x3 => ⇑(f x1 x2 x3)] [inst_4 : IsDirectedOrder ι]
[inst_5 : (i : ι) → VAdd R (G i)] [inst_6 : VAdd R C]
[inst_7 : ∀ (i j : ι) (h : i ≤ j), AddActionHomClass (T h) R (G i) (G j)]
[∀ (i : ι), AddActionHomClass (H i) R (G i) C] (g : (i : ι) → H i)
(h : ∀ (i j : ι) (h : i ≤ j) (x : G i), (g i) x = (g j) ((f i j h) x)) (r : R) (x : DirectLimit G f),
DirectLimit.lift f (fun x => ⇑(g x)) h (r +ᵥ x) = r +ᵥ DirectLimit.lift f (fun x => ⇑(g x)) h x- Defined in
- Mathlib.Algebra.Colimit.DirectLimit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Preorderstatement and proof · cited by 7,952
- FunLikestatement and proof · cited by 2,560
- HVAdd.hVAddstatement and proof · cited by 1,820
- VAddstatement and proof · cited by 616
- IsDirectedOrderstatement and proof · cited by 316
- DirectedSystemstatement and proof · cited by 174
- DirectLimitstatement and proof · cited by 103
- DirectLimit.liftstatement · cited by 29
- DirectLimit.inductionproof · cited by 17
- AddActionHomClassstatement and proof · cited by 9
- map_vaddproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.