Theorems · Definition · commutative algebra
Module.DirectLimit.congr
{R : Type u_1} →
[inst : Semiring R] →
{ι : Type u_2} →
[inst_1 : Preorder ι] →
{G : ι → Type u_3} →
[inst_2 : (i : ι) → AddCommMonoid (G i)] →
[inst_3 : (i : ι) → Module R (G i)] →
{f : (i j : ι) → i ≤ j → G i →ₗ[R] G j} →
[inst_4 : DecidableEq ι] →
{G' : ι → Type u_5} →
[inst_5 : (i : ι) → AddCommMonoid (G' i)] →
[inst_6 : (i : ι) → Module R (G' i)] →
{f' : (i j : ι) → i ≤ j → G' i →ₗ[R] G' j} →
(e : (i : ι) → G i ≃ₗ[R] G' i) →
(∀ (i j : ι) (h : i ≤ j), ↑(e j) ∘ₗ f i j h = f' i j h ∘ₗ ↑(e i)) →
Module.DirectLimit G f ≃ₗ[R] Module.DirectLimit G' f'Consider direct limits lim G and lim G' with direct system f and f' respectively, any
family of equivalences eᵢ : Gᵢ ≅ G'ᵢ such that e ∘ f = f' ∘ e induces an equivalence
lim G ≅ lim G'.
- Defined in
- Mathlib.Algebra.Colimit.Module
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Preorderstatement and proof · cited by 7,952
- LinearEquivstatement and proof · cited by 3,317
- LinearMap.compstatement and proof · cited by 1,642
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.toLinearMapstatement and proof · cited by 1,171
- Module.DirectLimitstatement · cited by 41
- LinearEquiv.ofLinearMapproof · cited by 9
Cited by5
Results whose statement or proof uses this declaration.
- TensorProduct.directLimitRightproof · cited by 3
- Module.DirectLimit.congr_apply_ofstatement · cited by 1
- Module.DirectLimit.congr_symm_apply_ofstatement · cited by 1
- Module.DirectLimit.congr.congr_simpstatement and proof · cited by 0
- TensorProduct.directLimitRight_tmul_ofproof · cited by 0