Mathlib Map

Theorems · Theorem · commutative algebra

LinearMap.mem_range

∀ {R : Type u_1} {R₂ : Type u_2} {M : Type u_5} {M₂ : Type u_6} [inst : Semiring R] [inst_1 : Semiring R₂]
  [inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid M₂] [inst_4 : Module R M] [inst_5 : Module R₂ M₂] {τ₁₂ : R →+* R₂}
  [inst_6 : RingHomSurjective τ₁₂] {f : M →ₛₗ[τ₁₂] M₂} {x : M₂}, x ∈ f.range ↔ ∃ y, f y = x
Defined in
Mathlib.Algebra.Module.Submodule.Range
Cited by
16 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiringAddCommMonoidAddCommMonoidModuleModuleRingHomSurjective

Around this declaration

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

Finsupp.range_linearCombination · cited by 24Finsupp.range_linearCombi…LinearMap.exists_range_eq_graph · cited by 2LinearMap.exists_range_eq…LinearMap.eventually_codisjoint_ker_pow_range_pow · cited by 2LinearMap.eventually_codi…Subspace.dualAnnihilator_inf_eq · cited by 2Subspace.dualAnnihilator_…RootPairing.prod_rootFormIn_smul_coroot_mem_range_PolarizationIn · cited by 1RootPairing.prod_rootForm…LieModule.exists_nontrivial_weightSpace_of_isSolvable · cited by 1LieModule.exists_nontrivi…Submodule.index_smul_le · cited by 1Submodule.index_smul_leIdeal.homogeneous_span · cited by 1Ideal.homogeneous_spanHahnEmbedding.Partial.truncLT_eval_mem_range_extendFun · cited by 1Partial.truncLT_eval_mem_…HahnEmbedding.Partial.truncLT_mem_range_extendFun · cited by 1Partial.truncLT_mem_range…Submodule.range_dualMap_mkQ_eq · cited by 1Submodule.range_dualMap_m…LieHom.mem_range · cited by 1LieHom.mem_rangeHahnEmbedding.Partial.exists_sub_mem_ball · cited by 1Partial.exists_sub_mem_ba…RootPairing.prod_rootForm_smul_coroot_mem_range_domRestrict · cited by 0RootPairing.prod_rootForm…Polynomial.sup_aeval_range_eq_top_of_isCoprime · cited by 0Polynomial.sup_aeval_rang…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomSubmodule · cited by 7192SubmoduleLinearMap.range · cited by 893LinearMap.rangeRingHomSurjective · cited by 220RingHomSurjectiveLinearMap.mem_rangeCITED BYCITES

Cites9

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

Cited by16

Results whose statement or proof uses this declaration.