Mathlib Map

Theorems · Theorem · linear algebra

Submodule.mem_sup

∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {x : M}
  {p p' : Submodule R M}, x ∈ p ⊔ p' ↔ ∃ y ∈ p, ∃ z ∈ p', y + z = x
Defined in
Mathlib.LinearAlgebra.Span.Defs
Cited by
73 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModule

Around this declaration

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

Ideal.comap_map_of_surjective · cited by 30Ideal.comap_map_of_surjec…Submodule.comap_map_eq · cited by 23Submodule.comap_map_eqIdeal.radical_eq_sInf · cited by 21Ideal.radical_eq_sInfSubmodule.fg_of_fg_map_of_fg_inf_ker · cited by 7Submodule.fg_of_fg_map_of…Submodule.mem_span_finite_of_mem_span · cited by 6Submodule.mem_span_finite…LieSubmodule.mem_sup · cited by 5LieSubmodule.mem_supLinearPMap.supSpanSingleton_apply_mk · cited by 5LinearPMap.supSpanSinglet…Ideal.mem_span_singleton_sup · cited by 4Ideal.mem_span_singleton_…Submodule.sup_smul · cited by 4Submodule.sup_smulIdeal.sup_mul_eq_of_coprime_left · cited by 4Ideal.sup_mul_eq_of_copri…Module.End.independent_genEigenspace · cited by 4End.independent_genEigens…LieAlgebra.IsKilling.sl2SubmoduleOfRoot_eq_sup · cited by 3IsKilling.sl2SubmoduleOfR…Ideal.sup_eq_top_iff_isCoprime · cited by 3Ideal.sup_eq_top_iff_isCo…Ideal.sup_mul_eq_of_coprime_right · cited by 3Ideal.sup_mul_eq_of_copri…AffineSubspace.mem_affineSpan_insert_iff · cited by 3AffineSubspace.mem_affine…Module · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidSetLike.coe · cited by 8199SetLike.coeSubmodule · cited by 7192Submoduleadd_zero · cited by 2707add_zerozero_add · cited by 2366zero_addadd_comm · cited by 1535add_commSubmodule.span · cited by 1504Submodule.spanadd_assoc · cited by 746add_assocle_sup_left · cited by 265le_sup_leftsmul_add · cited by 263smul_addle_sup_right · cited by 242le_sup_rightAddMemClass.add_mem · cited by 229AddMemClass.add_memSubmodule.smul_mem · cited by 204Submodule.smul_memSubmodule.mem_supCITED BYCITES

Cites18

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

Cited by73

Results whose statement or proof uses this declaration.