Mathlib Map

Theorems · Theorem · group theory

DirectSum.decompose_coe

∀ {ι : Type u_1} {M : Type u_3} {σ : Type u_4} [inst : DecidableEq ι] [inst_1 : AddCommMonoid M] [inst_2 : SetLike σ M]
  [inst_3 : AddSubmonoidClass σ M] (ℳ : ι → σ) [inst_4 : DirectSum.Decomposition ℳ] {i : ι} (x : ↥(ℳ i)),
  (DirectSum.decompose ℳ) ↑x = (DirectSum.of (fun i => ↥(ℳ i)) i) x
Defined in
Mathlib.Algebra.DirectSum.Decomposition
Cited by
17 results in Mathlib
Foundations
Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqAddCommMonoidSetLikeAddSubmonoidClassDirectSum.Decomposition

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

DirectSum.decompose_of_mem · cited by 7DirectSum.decompose_of_memDirectSum.coe_decompose_mul_add_of_right_mem · cited by 2DirectSum.coe_decompose_m…GradedTensorProduct.tmul_coe_mul_coe_tmul · cited by 2GradedTensorProduct.tmul_…DirectSum.coe_decompose_mul_add_of_left_mem · cited by 1DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_left_mem · cited by 1DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_left_mem_zero · cited by 1DirectSum.coe_decompose_m…DirectSum.isIdempotentElem_idempotent · cited by 1DirectSum.isIdempotentEle…AlgebraicGeometry.ProjIsoSpecTopComponent.FromSpec.carrier.asIdeal.homogeneous · cited by 1asIdeal.homogeneousGradedRing.projZeroRingHom'_apply_coe · cited by 1GradedRing.projZeroRingHo…GradedTensorProduct.comm_coe_tmul_coe · cited by 0GradedTensorProduct.comm_…DirectSum.coe_decompose_mul_of_left_mem_of_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_left_mem_of_not_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem_of_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem_of_not_le · cited by 0DirectSum.coe_decompose_m…DFunLike.coe · cited by 62936DFunLike.coeAddCommMonoid · cited by 12281AddCommMonoidEquiv · cited by 8337EquivAddMonoidHom · cited by 3230AddMonoidHomSetLike · cited by 1084SetLikeDirectSum · cited by 446DirectSumEquiv.apply_symm_apply · cited by 346Equiv.apply_symm_applyAddSubmonoidClass · cited by 346AddSubmonoidClassDirectSum.of · cited by 122DirectSum.ofDirectSum.decompose · cited by 93DirectSum.decomposeDirectSum.Decomposition · cited by 57DirectSum.DecompositionDirectSum.decompose_symm_of · cited by 7DirectSum.decompose_symm_…DirectSum.decompose_coeCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by17

Results whose statement or proof uses this declaration.