Theorems · Theorem · commutative algebra
Ring.DirectLimit.map_apply_of
∀ {ι : Type u_1} [inst : Preorder ι] {G : ι → Type u_2} [inst_1 : (i : ι) → CommRing (G i)]
{f : (i j : ι) → i ≤ j → G i →+* G j} {G' : ι → Type u_4} [inst_2 : (i : ι) → CommRing (G' i)]
{f' : (i j : ι) → i ≤ j → G' i →+* G' j} (g : (i : ι) → G i →+* G' i)
(hg : ∀ (i j : ι) (h : i ≤ j), (g j).comp (f i j h) = (f' i j h).comp (g i)) {i : ι} (x : G i),
(Ring.DirectLimit.map g hg) ((Ring.DirectLimit.of G (fun x x_1 h => ⇑(f x x_1 h)) i) x) =
(Ring.DirectLimit.of G' (fun x x_1 h => ⇑(f' x x_1 h)) i) ((g i) x)- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 116 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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- RingHom.compstatement and proof · cited by 899
- Ring.DirectLimitstatement and proof · cited by 26
- Ring.DirectLimit.ofstatement and proof · cited by 21
- Ring.DirectLimit.lift_ofproof · cited by 5
- Ring.DirectLimit.mapstatement · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.map_compproof · cited by 0
- Ring.DirectLimit.map_idproof · cited by 0
- Ring.DirectLimit.congr_apply_ofproof · cited by 0
- Ring.DirectLimit.congr_symm_apply_ofproof · cited by 0