Mathlib Map

Theorems · Theorem · linear algebra

LinearEquiv.range

∀ {R : Type u_1} {R₂ : Type u_3} {M : Type u_5} {M₂ : Type u_7} [inst : Semiring R] [inst_1 : Semiring R₂]
  [inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid M₂] {module_M : Module R M} {module_M₂ : Module R₂ M₂}
  {σ₁₂ : R →+* R₂} {σ₂₁ : R₂ →+* R} {re₁₂ : RingHomInvPair σ₁₂ σ₂₁} {re₂₁ : RingHomInvPair σ₂₁ σ₁₂} (e : M ≃ₛₗ[σ₁₂] M₂),
  (↑e).range = ⊤
Defined in
Mathlib.Algebra.Module.Submodule.Equiv
Cited by
26 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiringAddCommMonoidAddCommMonoid

Around this declaration

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

LinearEquiv.range_comp · cited by 5LinearEquiv.range_compAdicCompletion.pow_smul_top_eq_ker_eval · cited by 4AdicCompletion.pow_smul_t…isNoetherian_of_linearEquiv · cited by 4isNoetherian_of_linearEqu…basis_finite_of_finite_spans · cited by 4basis_finite_of_finite_sp…Fintype.range_linearCombination · cited by 4Fintype.range_linearCombi…Module.Basis.constr_range · cited by 2Basis.constr_rangeMatrix.rank_eq_finrank_range_toLin · cited by 2Matrix.rank_eq_finrank_ra…Module.Flat.top_mul_submoduleAlgebra · cited by 1Flat.top_mul_submoduleAlg…Submodule.map_orthogonal_equiv · cited by 1Submodule.map_orthogonal_…ContinuousLinearMap.IsFredholm.of_isInvertible_restrict · cited by 1IsFredholm.of_isInvertibl…Matrix.rank_reindex · cited by 1Matrix.rank_reindexMatrix.rank_submatrix_le · cited by 1Matrix.rank_submatrix_leRootPairing.span_root'_eq_top · cited by 1RootPairing.span_root'_eq…Submodule.isQuotientEquivQuotientPrime_iff · cited by 1Submodule.isQuotientEquiv…LinearMap.dualAnnihilator_ker_eq_range_flip · cited by 1LinearMap.dualAnnihilator…Module · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidRingHom · cited by 10189RingHomTop.top · cited by 9680Top.topSubmodule · cited by 7192SubmoduleLinearEquiv · cited by 3317LinearEquivLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapLinearMap.range · cited by 893LinearMap.rangeRingHomInvPair · cited by 523RingHomInvPairEquiv.surjective · cited by 198Equiv.surjectiveLinearMap.range_eq_top · cited by 107LinearMap.range_eq_topLinearEquiv.toEquiv · cited by 105LinearEquiv.toEquivLinearEquiv.rangeCITED BYCITES

Cites13

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

Cited by26

Results whose statement or proof uses this declaration.