Loogle!
Result
Found 266 declarations mentioning Submodule.subtype. Of these, only the first 200 are shown.
- Submodule.subtype π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] {module_M : Module R M} (p : Submodule R M) : β₯p ββ[R] M - LinearMap.subtype_comp_codRestrict π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} (f : M βββ[Οββ] Mβ) (p : Submodule Rβ Mβ) (h : β (b : M), f b β p) : p.subtype βββ LinearMap.codRestrict p f h = f - Submodule.injective_subtype π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] {module_M : Module R M} (p : Submodule R M) : Function.Injective βp.subtype - Submodule.subtype_injective π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] {module_M : Module R M} (p : Submodule R M) : Function.Injective βp.subtype - Submodule.coe_subtype π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] {module_M : Module R M} (p : Submodule R M) : βp.subtype = Subtype.val - Submodule.subtype_apply π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] {module_M : Module R M} {p : Submodule R M} (x : β₯p) : p.subtype x = βx - Submodule.subtype_comp_inclusion π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u_1} {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] (p q : Submodule R M) (h : p β€ q) : q.subtype ββ Submodule.inclusion h = p.subtype - LinearMap.subtype_comp_restrict π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} {f : M βββ[Οββ] Mβ} {p : Submodule R M} {q : Submodule Rβ Mβ} (hf : β x β p, f x β q) : q.subtype βββ f.restrict hf = f.domRestrict p - Module.End.submodule_pow_eq_zero_of_pow_eq_zero π Mathlib.Algebra.Module.Submodule.LinearMap
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {N : Submodule R M} {g : Module.End R β₯N} {G : Module.End R M} (h : G ββ N.subtype = N.subtype ββ g) {k : β} (hG : G ^ k = 0) : g ^ k = 0 - Submodule.map_comap_subtype π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (p p' : Submodule R M) : Submodule.map p.subtype (Submodule.comap p.subtype p') = p β p' - LinearMap.comap_domRestrict π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} (p : Submodule Rβ Mβ) (f : Mβ βββ[Οββ] M) (p' : Submodule R M) : Submodule.comap (f.domRestrict p) p' = Submodule.comap p.subtype (Submodule.comap f p') - Submodule.disjoint_iff_comap_eq_bot π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p q : Submodule R M} : Disjoint p q β Submodule.comap p.subtype q = β₯ - LinearMap.map_domRestrict π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} [RingHomSurjective Οββ] (p : Submodule Rβ Mβ) (f : Mβ βββ[Οββ] M) (p' : Submodule Rβ β₯p) : Submodule.map (f.domRestrict p) p' = Submodule.map f (Submodule.map p.subtype p') - LinearMap.comap_codRestrict π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} (p : Submodule R M) (f : Mβ βββ[Οββ] M) (hf : β (c : Mβ), f c β p) (p' : Submodule R β₯p) : Submodule.comap (LinearMap.codRestrict p f hf) p' = Submodule.comap f (Submodule.map p.subtype p') - LinearMap.map_codRestrict π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} [RingHomSurjective Οββ] (p : Submodule R M) (f : Mβ βββ[Οββ] M) (h : β (c : Mβ), f c β p) (p' : Submodule Rβ Mβ) : Submodule.map (LinearMap.codRestrict p f h) p' = Submodule.comap p.subtype (Submodule.map f p') - LinearMap.comap_restrict π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} {p : Submodule Rβ Mβ} {q : Submodule R M} {f : Mβ βββ[Οββ] M} (h : β x β p, f x β q) (p' : Submodule R β₯q) : Submodule.comap (f.restrict h) p' = Submodule.comap p.subtype (Submodule.comap f (Submodule.map q.subtype p')) - LinearMap.map_restrict π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} [RingHomSurjective Οββ] {p : Submodule Rβ Mβ} {q : Submodule R M} {f : Mβ βββ[Οββ] M} (h : β x β p, f x β q) (p' : Submodule Rβ β₯p) : Submodule.map (f.restrict h) p' = Submodule.comap q.subtype (Submodule.map f (Submodule.map p.subtype p')) - Submodule.comapSubtypeEquivOfLe π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p q : Submodule R M} (hpq : p β€ q) : β₯(Submodule.comap q.subtype p) ββ[R] β₯p - Submodule.comapSubtypeEquivOfLe_apply_coe π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p q : Submodule R M} (hpq : p β€ q) (x : β₯(Submodule.comap q.subtype p)) : β((Submodule.comapSubtypeEquivOfLe hpq) x) = ββx - Submodule.comapSubtypeEquivOfLe_symm_apply π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p q : Submodule R M} (hpq : p β€ q) (x : β₯p) : (Submodule.comapSubtypeEquivOfLe hpq).symm x = β¨β¨βx, β―β©, β―β© - Submodule.ker_subtype π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) : p.subtype.ker = β₯ - LinearMap.ker_domRestrict π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} (p : Submodule R M) (f : M βββ[Οββ] Mβ) : (f.domRestrict p).ker = Submodule.comap p.subtype f.ker - LinearMap.ker_restrict π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} {p : Submodule R M} {q : Submodule Rβ Mβ} {f : M βββ[Οββ] Mβ} (hf : β x β p, f x β q) : (f.restrict hf).ker = Submodule.comap p.subtype f.ker - LinearMap.ker_submoduleMap π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (p : Submodule R M) : (f.submoduleMap p).ker = Submodule.comap p.subtype f.ker - LinearMap.le_ker_iff_comp_subtype_eq_zero π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} {N : Submodule R M} {f : M βββ[Οββ] Mβ} : N β€ f.ker β f βββ N.subtype = 0 - LinearMap.exists_ne_zero_of_sSup_eq_top π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} {f : M βββ[Οββ] Mβ} (h : f β 0) (s : Set (Submodule R M)) (hs : sSup s = β€) : β m β s, f βββ m.subtype β 0 - LinearMap.comp_ker_subtype π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} (f : M βββ[Οββ] Mβ) : f βββ f.ker.subtype = 0 - Submodule.range_subtype π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) : p.subtype.range = p - Submodule.map_subtype_le π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) (p' : Submodule R β₯p) : Submodule.map p.subtype p' β€ p - Submodule.map_subtype_top π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) : Submodule.map p.subtype β€ = p - LinearMap.subtype_comp_rangeRestrict π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) : f.range.subtype βββ f.rangeRestrict = f - Submodule.comap_subtype_self π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) : Submodule.comap p.subtype p = β€ - Submodule.map_subtype_range_inclusion π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] {p p' : Submodule R M} (h : p β€ p') : Submodule.map p'.subtype (Submodule.inclusion h).range = p - Submodule.comap_subtype_eq_top π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] {p p' : Submodule R M} : Submodule.comap p.subtype p' = β€ β p β€ p' - Submodule.range_inclusion π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p q : Submodule R M) (h : p β€ q) : (Submodule.inclusion h).range = Submodule.comap q.subtype p - LinearMap.range_codRestrict π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : Rβ β+* R} [RingHomSurjective Οββ] (p : Submodule R M) (f : Mβ βββ[Οββ] M) (hf : β (c : Mβ), f c β p) : (LinearMap.codRestrict p f hf).range = Submodule.comap p.subtype f.range - LinearMap.range_restrict π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {Rβ : Type u_2} {M : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) {p : Submodule R M} {q : Submodule Rβ Mβ} (h : β x β p, f x β q) : (f.restrict h).range = Submodule.comap q.subtype (Submodule.map f p) - Submodule.comap_subtype_le_iff π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] {p q r : Submodule R M} : Submodule.comap p.subtype q β€ Submodule.comap p.subtype r β p β q β€ p β r - Submodule.map_subtype_embedding_eq π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) (p' : Submodule R β₯p) : (Submodule.MapSubtype.orderEmbedding p) p' = Submodule.map p.subtype p' - Submodule.coe_mapIic_apply π Mathlib.Algebra.Module.Submodule.Range
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) (q : Submodule R β₯p) : β(p.mapIic q) = Submodule.map p.subtype q - LinearEquiv.toLinearMap_ofTop π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] {module_M : Module R M} (p : Submodule R M) {h : p = β€} : β(LinearEquiv.ofTop p h) = p.subtype - Submodule.equivSubtypeMap π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) (q : Submodule R β₯p) : β₯q ββ[R] β₯(Submodule.map p.subtype q) - Submodule.comap_equiv_self_of_inj_of_le_apply π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {M : Type u_4} {N : Type u_8} [Semiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {f : M ββ[R] N} {p : Submodule R N} (hf : Function.Injective βf) (h : p β€ f.range) (x : β₯(Submodule.comap f p)) : (Submodule.comap_equiv_self_of_inj_of_le hf h) x = (LinearMap.codRestrict p (f ββ (Submodule.comap f p).subtype) β―) x - Submodule.equivSubtypeMap_symm_apply π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p : Submodule R M} {q : Submodule R β₯p} (x : β₯(Submodule.map p.subtype q)) : ββ((p.equivSubtypeMap q).symm x) = βx - Submodule.equivSubtypeMap_apply π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p : Submodule R M} {q : Submodule R β₯p} (x : β₯q) : β((p.equivSubtypeMap q) x) = (p.subtype.domRestrict q) x - Submodule.map_subtype_span_singleton π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {p : Submodule R M} (x : β₯p) : Submodule.map p.subtype (R β x) = R β βx - Submodule.isCompl_comap_subtype_of_isCompl_of_le π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_10} {M : Type u_11} [Ring R] [AddCommGroup M] [Module R M] {p q r : Submodule R M} (hβ : IsCompl q r) (hβ : q β€ p) : IsCompl (Submodule.comap p.subtype q) (Submodule.comap p.subtype r) - Submodule.biSup_comap_subtype_eq_top π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {ΞΉ : Type u_9} (s : Set ΞΉ) (p : ΞΉ β Submodule R M) : β¨ i β s, Submodule.comap (β¨ i β s, p i).subtype (p i) = β€ - Finsupp.restrictDom_comp_subtype π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} {R : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] (s : Set Ξ±) [DecidablePred fun x => x β s] : Finsupp.restrictDom M R s ββ (Finsupp.supported M R s).subtype = LinearMap.id - Finsupp.linearCombination_restrict π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (s : Set Ξ±) : Finsupp.linearCombination R (s.domRestrict v) = (Submodule.span R (v '' s)).subtype ββ Finsupp.linearCombinationOn Ξ± M R v s ββ β(Finsupp.supportedEquivFinsupp s).symm - LinearIndependent.linearCombination_comp_repr π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] (hv : LinearIndependent R v) : Finsupp.linearCombination R v ββ hv.repr = (Submodule.span R (Set.range v)).subtype - Submodule.finrank_map_subtype_eq π Mathlib.LinearAlgebra.Dimension.Finrank
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) (q : Submodule R β₯p) : Module.finrank R β₯(Submodule.map p.subtype q) = Module.finrank R β₯q - Submodule.sup_eq_range π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] (p q : Submodule R M) : p β q = (p.subtype.coprod q.subtype).range - Submodule.exists_eq_graph π Mathlib.LinearAlgebra.Prod
{S : Type u_4} {H : Type u_6} {I : Type u_7} [Semiring S] [AddCommMonoid H] [Module S H] [AddCommMonoid I] [Module S I] {G : Submodule S (H Γ I)} (hfβ : Function.Bijective (Prod.fst β βG.subtype)) : β f, G = f.graph - Submodule.exists_equiv_eq_graph π Mathlib.LinearAlgebra.Prod
{S : Type u_4} {H : Type u_6} {I : Type u_7} [Semiring S] [AddCommMonoid H] [Module S H] [AddCommMonoid I] [Module S I] {G : Submodule S (H Γ I)} (hGβ : Function.Bijective (Prod.fst β βG.subtype)) (hGβ : Function.Bijective (Prod.snd β βG.subtype)) : β e, G = (βe).graph - LinearMap.kerComplementEquivRange_symm_apply π Mathlib.LinearAlgebra.Prod
{R : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Ring R] [AddCommGroup M] [AddCommGroup Mβ] [Module R M] [Module R Mβ] (f : M ββ[R] Mβ) {C : Submodule R M} (h : IsCompl C f.ker) (aβ : β₯f.range) : (f.kerComplementEquivRange h).symm aβ = (LinearEquiv.ofInjective (LinearMap.codRestrict f.range (f ββ C.subtype) β―) β―).toEquiv.symm ((LinearEquiv.ofTop (LinearMap.codRestrict f.range (f ββ C.subtype) β―).range β―).toEquiv.symm aβ) - Submodule.strictMono_comap_prod_map π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) : StrictMono fun m => (Submodule.comap p.subtype m, Submodule.map p.mkQ m) - LinearMap.ker_le_range_iff π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} {Rβ : Type u_3} {Mβ : Type u_4} {Rβ : Type u_5} {Mβ : Type u_6} [Ring R] [Ring Rβ] [Ring Rβ] [AddCommMonoid M] [AddCommGroup Mβ] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} {g : Mβ βββ[Οββ] Mβ} : g.ker β€ f.range β f.range.mkQ ββ g.ker.subtype = 0 - Submodule.dualRestrict_def π Mathlib.LinearAlgebra.Dual.Defs
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (W : Submodule R M) : W.dualRestrict = W.subtype.dualMap - iSupIndep.linearEquiv_apply π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Ring R] [AddCommGroup N] [Module R N] {p : ΞΉ β Submodule R N} (ind : iSupIndep p) (iSup_top : β¨ i, p i = β€) (x : Ξ β (i : ΞΉ), β₯(p i)) : (ind.linearEquiv iSup_top) x = (DFinsupp.sumAddHom fun i => (p i).subtype.toAddMonoidHom) x - Submodule.iSup_eq_range_dfinsupp_lsum π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [Semiring R] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (p : ΞΉ β Submodule R N) : iSup p = ((DFinsupp.lsum β) fun i => (p i).subtype).range - Submodule.biSup_eq_range_dfinsupp_lsum π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [Semiring R] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (p : ΞΉ β Prop) [DecidablePred p] (S : ΞΉ β Submodule R N) : β¨ i, β¨ (_ : p i), S i = (((DFinsupp.lsum β) fun i => (S i).subtype) ββ DFinsupp.filterLinearMap R (fun i => β₯(S i)) p).range - Submodule.mem_iSup_iff_exists_dfinsupp π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [Semiring R] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (p : ΞΉ β Submodule R N) (x : N) : x β iSup p β β f, ((DFinsupp.lsum β) fun i => (p i).subtype) f = x - lsum_comp_mapRange_toSpanSingleton π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Semiring R] [AddCommMonoid N] [Module R N] [(m : R) β Decidable (m β 0)] (p : ΞΉ β Submodule R N) {v : ΞΉ β N} (hv : β (i : ΞΉ), v i β p i) : ((DFinsupp.lsum β) fun i => (p i).subtype) ββ (DFinsupp.mapRange.linearMap fun i => LinearMap.toSpanSingleton R β₯(p i) β¨v i, β―β©) ββ β(finsuppLequivDFinsupp R) = Finsupp.linearCombination R v - iSupIndep_of_dfinsupp_lsum_injective π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Semiring R] [AddCommMonoid N] [Module R N] (p : ΞΉ β Submodule R N) (h : Function.Injective β((DFinsupp.lsum β) fun i => (p i).subtype)) : iSupIndep p - Submodule.mem_biSup_iff_exists_dfinsupp π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [Semiring R] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (p : ΞΉ β Prop) [DecidablePred p] (S : ΞΉ β Submodule R N) (x : N) : x β β¨ i, β¨ (_ : p i), S i β β f, ((DFinsupp.lsum β) fun i => (S i).subtype) (DFinsupp.filter p f) = x - iSupIndep_iff_forall_dfinsupp π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Semiring R] [AddCommMonoid N] [Module R N] (p : ΞΉ β Submodule R N) : iSupIndep p β β (i : ΞΉ) (x : β₯(p i)) (v : Ξ β (i : ΞΉ), β₯(p i)), ((DFinsupp.lsum β) fun i => (p i).subtype) (DFinsupp.erase i v) = βx β x = 0 - iSupIndep.dfinsupp_lsum_injective π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Ring R] [AddCommGroup N] [Module R N] {p : ΞΉ β Submodule R N} (h : iSupIndep p) : Function.Injective β((DFinsupp.lsum β) fun i => (p i).subtype) - iSupIndep_iff_dfinsupp_lsum_injective π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Ring R] [AddCommGroup N] [Module R N] (p : ΞΉ β Submodule R N) : iSupIndep p β Function.Injective β((DFinsupp.lsum β) fun i => (p i).subtype) - LinearMap.subToSupQuotient π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : β₯p ββ[R] β₯(p β p') β§Έ Submodule.comap (p β p').subtype p' - LinearMap.comap_leq_ker_subToSupQuotient π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : Submodule.comap p.subtype (p β p') β€ (LinearMap.subToSupQuotient p p').ker - LinearMap.quotientInfToSupQuotient π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : β₯p β§Έ Submodule.comap p.subtype p β Submodule.comap p.subtype p' ββ[R] β₯(p β p') β§Έ Submodule.comap (p β p').subtype p' - LinearMap.quotientInfEquivSupQuotient π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : (β₯p β§Έ Submodule.comap p.subtype p β Submodule.comap p.subtype p') ββ[R] β₯(p β p') β§Έ Submodule.comap (p β p').subtype p' - LinearMap.quotientInfEquivSupQuotient_injective π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : Function.Injective β(LinearMap.quotientInfToSupQuotient p p') - LinearMap.quotientInfEquivSupQuotient_surjective π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : Function.Surjective β(LinearMap.quotientInfToSupQuotient p p') - LinearMap.quotientInfEquivSupQuotient_apply_mk π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) (x : β₯p) : have map := Submodule.inclusion β―; (LinearMap.quotientInfEquivSupQuotient p p') (Submodule.Quotient.mk x) = Submodule.Quotient.mk (map x) - LinearMap.quotientInfEquivSupQuotient_symm_apply_left π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) (x : β₯(p β p')) (hx : βx β p) : (LinearMap.quotientInfEquivSupQuotient p p').symm (Submodule.Quotient.mk x) = Submodule.Quotient.mk β¨βx, hxβ© - LinearMap.quotientInfEquivSupQuotient_symm_apply_right π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) {x : β₯(p β p')} (hx : βx β p') : (LinearMap.quotientInfEquivSupQuotient p p').symm (Submodule.Quotient.mk x) = 0 - LinearMap.quotientInfEquivSupQuotient_symm_apply_eq_zero_iff π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] {p p' : Submodule R M} {x : β₯(p β p')} : (LinearMap.quotientInfEquivSupQuotient p p').symm (Submodule.Quotient.mk x) = 0 β βx β p' - LinearMap.coe_quotientInfToSupQuotient π Mathlib.LinearAlgebra.Isomorphisms
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : β(LinearMap.quotientInfToSupQuotient p p') = β(LinearMap.quotientInfEquivSupQuotient p p') - Module.End.invtSubmodule.map_subtype_mem_of_mem_invtSubmodule π Mathlib.Algebra.Module.Submodule.Invariant
{R : Type u_1} {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] (f : Module.End R M) {p : Submodule R M} (hp : p β f.invtSubmodule) {q : Submodule R β₯p} (hq : q β Module.End.invtSubmodule (LinearMap.restrict f hp)) : Submodule.map p.subtype q β f.invtSubmodule - LinearMap.IsProj.subtype_comp_codRestrict π Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] {U : Submodule S M} {f : M ββ[S] M} (hf : LinearMap.IsProj U f) : U.subtype ββ hf.codRestrict = f - LinearMap.surjective_comp_subtype_of_isComplemented π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p : Submodule R E} {M : Type u_6} [AddCommMonoid M] (h : IsComplemented p) [Module R M] : Function.Surjective fun f => f ββ p.subtype - LinearMap.ofIsCompl_subtype_zero_eq π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (hpq : IsCompl p q) : LinearMap.ofIsCompl hpq p.subtype 0 = p.projection q hpq - Submodule.linearProjOfIsCompl_comp_subtype π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (h : IsCompl p q) : p.projectionOnto q h ββ p.subtype = LinearMap.id - Submodule.projectionOnto_comp_subtype π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (h : IsCompl p q) : p.projectionOnto q h ββ p.subtype = LinearMap.id - Submodule.subtype_comp_projectionOnto_add_eq_id π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (h : IsCompl p q) : p.subtype ββ p.projectionOnto q h + q.subtype ββ q.projectionOnto p β― = LinearMap.id - Submodule.toLinearMap_symm_quotientEquivOfIsCompl π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (h : IsCompl p q) : β(p.quotientEquivOfIsCompl q h).symm = p.mkQ ββ q.subtype - LinearMap.ker_id_sub_eq_of_proj π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p : Submodule R E} {f : E ββ[R] β₯p} (hf : β (x : β₯p), f βx = x) : (LinearMap.id - p.subtype ββ f).ker = p - LinearMap.ofIsCompl_eq' π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {F : Type u_3} [AddCommGroup F] [Module R F] {p q : Submodule R E} (h : IsCompl p q) {Ο : β₯p ββ[R] F} {Ο : β₯q ββ[R] F} {Ο : E ββ[R] F} (hΟ : Ο = Ο ββ p.subtype) (hΟ : Ο = Ο ββ q.subtype) : LinearMap.ofIsCompl h Ο Ο = Ο - Submodule.projectionOnto_comp_subtype_eq_zero π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (h : IsCompl p q) : p.projectionOnto q h ββ q.subtype = 0 - Submodule.coe_prodEquivOfIsCompl π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] (p q : Submodule R E) (h : IsCompl p q) : β(p.prodEquivOfIsCompl q h) = p.subtype.coprod q.subtype - Submodule.isIdempotentElemEquiv_symm_apply_coe π Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] (p : Submodule R E) (f : { f // β (x : β₯p), f βx = x }) : β(p.isIdempotentElemEquiv.symm f) = p.subtype ββ βf - LinearMap.exact_subtype_mkQ π Mathlib.Algebra.Exact.Basic
{R : Type u_8} {N : Type u_10} [Ring R] [AddCommGroup N] [Module R N] (Q : Submodule R N) : Function.Exact βQ.subtype βQ.mkQ - LinearMap.exact_subtype_ker_map π Mathlib.Algebra.Exact.Basic
{R : Type u_8} {N : Type u_10} {P : Type u_11} [Ring R] [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (g : N ββ[R] P) : Function.Exact βg.ker.subtype βg - Function.Exact.linearMap_rangeRestrict π Mathlib.Algebra.Exact.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} {P : Type u_6} [Semiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} : Function.Exact βf βg β Function.Exact βf.range.subtype βg.rangeRestrict - Function.Exact.iff_linearMap_rangeRestrict π Mathlib.Algebra.Exact.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} {P : Type u_6} [Semiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} : Function.Exact βf βg β Function.Exact βf.range.subtype βg.rangeRestrict - Submodule.set_smul_eq_map π Mathlib.Algebra.Module.Submodule.Finsupp
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] (sR : Set R) (N : Submodule R M) [SMulCommClass R R β₯N] : sR β’ N = Submodule.map (N.subtype ββ (Finsupp.lsum R) (DistribSMul.toLinearMap R β₯N)) (Finsupp.supported (β₯N) R sR) - Subalgebra.toSubmodule_subtype π Mathlib.Algebra.Algebra.Subalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (S : Subalgebra R A) : (Subalgebra.toSubmodule S).subtype = βS.val - DirectSum.isInternal_biSup_submodule_of_iSupIndep π Mathlib.Algebra.DirectSum.Module
{R : Type u} [Ring R] {ΞΉ : Type v} [dec_ΞΉ : DecidableEq ΞΉ] {M : Type u_1} [AddCommGroup M] [Module R M] {A : ΞΉ β Submodule R M} (s : Set ΞΉ) (h : iSupIndep fun i => A βi) : DirectSum.IsInternal fun i => Submodule.comap (β¨ i β s, A i).subtype (A βi) - skewAdjointPart_comp_subtype_skewAdjoint π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] : skewAdjointPart R ββ (skewAdjoint.submodule R A).subtype = LinearMap.id - selfAdjointPart_comp_subtype_selfAdjoint π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] : selfAdjointPart R ββ (selfAdjoint.submodule R A).subtype = LinearMap.id - skewAdjointPart_comp_subtype_selfAdjoint π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] : skewAdjointPart R ββ (selfAdjoint.submodule R A).subtype = 0 - selfAdjointPart_comp_subtype_skewAdjoint π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] : selfAdjointPart R ββ (skewAdjoint.submodule R A).subtype = 0 - StarModule.decomposeProdAdjoint_symm_apply π Mathlib.Algebra.Star.Module
(R : Type u_1) (A : Type u_2) [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] (a : β₯(selfAdjoint A) Γ β₯(skewAdjoint A)) : (StarModule.decomposeProdAdjoint R A).symm a = (selfAdjoint.submodule R A).subtype a.1 + (skewAdjoint.submodule R A).subtype a.2 - Submodule.smithNormalFormOfLE π Mathlib.LinearAlgebra.FreeModule.PID
{ΞΉ : Type u_1} {R : Type u_2} [CommRing R] {M : Type u_3} [AddCommGroup M] [Module R M] [IsDomain R] [IsPrincipalIdealRing R] [Finite ΞΉ] (b : Module.Basis ΞΉ R M) (N O : Submodule R M) (N_le_O : N β€ O) : (o : β) Γ (n : β) Γ Module.Basis.SmithNormalForm (Submodule.comap O.subtype N) (Fin o) n - Module.Basis.SmithNormalForm.coord_apply_embedding_eq_smul_coord π Mathlib.LinearAlgebra.FreeModule.PID
{ΞΉ : Type u_1} {R : Type u_2} [CommRing R] {M : Type u_3} [AddCommGroup M] [Module R M] {n : β} {N : Submodule R M} (snf : Module.Basis.SmithNormalForm N ΞΉ n) {i : Fin n} : snf.bM.coord (snf.f i) ββ N.subtype = snf.a i β’ snf.bN.coord i - Submodule.map_range_rTensor_subtype_lid π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {Q : Type u_2} [CommSemiring R] [AddCommMonoid Q] [Module R Q] {I : Submodule R R} : Submodule.map (β(TensorProduct.lid R Q)) (LinearMap.rTensor Q I.subtype).range = I β’ β€ - Submodule.exists_fg_le_subset_range_rTensor_subtype π Mathlib.RingTheory.TensorProduct.Finite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (s : Set (TensorProduct R N M)) (hs : s.Finite) : β J, β (_ : J.FG), s β β(LinearMap.rTensor M J.subtype).range - Submodule.exists_fg_le_eq_rTensor_subtype π Mathlib.RingTheory.TensorProduct.Finite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R N M) : β J, β (_ : J.FG), β y, x = (LinearMap.rTensor M J.subtype) y - LinearPMap.coe_vadd π Mathlib.LinearAlgebra.LinearPMap
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] {Ο : R β+* S} {E : Type u_4} [AddCommGroup E] [Module R E] {F : Type u_5} [AddCommGroup F] [Module S F] (f : E βββ[Ο] F) (g : E βββ.[Ο] F) : β(f +α΅₯ g) = β(f βββ g.domain.subtype) + βg - LinearMap.exists_extend π Mathlib.LinearAlgebra.Basis.VectorSpace
{K : Type u_3} {V : Type u_4} {V' : Type u_5} [DivisionRing K] [AddCommGroup V] [AddCommGroup V'] [Module K V] [Module K V'] {p : Submodule K V} (f : β₯p ββ[K] V') : β g, g ββ p.subtype = f - LinearMap.exists_extend_of_notMem π Mathlib.LinearAlgebra.Basis.VectorSpace
{K : Type u_3} {V : Type u_4} {V' : Type u_5} [DivisionRing K] [AddCommGroup V] [AddCommGroup V'] [Module K V] [Module K V'] {p : Submodule K V} {v : V} (f : β₯p ββ[K] V') (hv : v β p) (y : V') : β g, g ββ p.subtype = f β§ g v = y - Module.fgSystem.equiv_comp_of π Mathlib.Algebra.Colimit.Finiteness
{R : Type u_1} {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] [DecidableEq (Submodule R M)] (N : { N // N.FG }) : β(Module.fgSystem.equiv R M) ββ Module.DirectLimit.of R { N // N.FG } (fun i => β₯βi) (Module.fgSystem R M) N = (βN).subtype - Submodule.FG.exists_rTensor_fg_inclusion_eq π Mathlib.Algebra.Colimit.TensorProduct
{R : Type u_1} {M : Type u_2} {P : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid P] [Module R P] {N : Submodule R P} (hN : N.FG) {x y : TensorProduct R (β₯N) M} (eq : (LinearMap.rTensor M N.subtype) x = (LinearMap.rTensor M N.subtype) y) : β N', N'.FG β§ β (h : N β€ N'), (LinearMap.rTensor M (Submodule.inclusion h)) x = (LinearMap.rTensor M (Submodule.inclusion h)) y - lTensor_mkQ π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (Q : Type u_5) [AddCommGroup Q] [Module R Q] (N : Submodule R M) : (LinearMap.lTensor Q N.mkQ).ker = (LinearMap.lTensor Q N.subtype).range - rTensor_mkQ π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (Q : Type u_5) [AddCommGroup Q] [Module R Q] (N : Submodule R M) : (LinearMap.rTensor Q N.mkQ).ker = (LinearMap.rTensor Q N.subtype).range - LinearMap.lTensor_range π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {N : Type u_3} {P : Type u_4} (Q : Type u_5) [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] {g : N ββ[R] P} : (LinearMap.lTensor Q g).range = (LinearMap.lTensor Q g.range.subtype).range - LinearMap.rTensor_range π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {N : Type u_3} {P : Type u_4} (Q : Type u_5) [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] {g : N ββ[R] P} : (LinearMap.rTensor Q g).range = (LinearMap.rTensor Q g.range.subtype).range - Ideal.map_includeRight_eq π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {A : Type u_2} {B : Type u_3} [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (I : Ideal B) : Submodule.restrictScalars R (Ideal.map Algebra.TensorProduct.includeRight I) = (LinearMap.lTensor A (Submodule.restrictScalars R I).subtype).range - Ideal.map_includeLeft_eq π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {A : Type u_2} {B : Type u_3} [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (I : Ideal A) : Submodule.restrictScalars R (Ideal.map Algebra.TensorProduct.includeLeft I) = (LinearMap.rTensor B (Submodule.restrictScalars R I).subtype).range - TensorProduct.AlgebraTensorModule.range_lTensor_idealMap π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] (A : Type u_2) {B : Type u_3} [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (S : Type u_4) [CommSemiring S] [Algebra R S] [Algebra S A] [IsScalarTower R S A] (I : Ideal B) : ((TensorProduct.AlgebraTensorModule.lTensor S A) (βR (Submodule.subtype I))).range = Submodule.restrictScalars S (Ideal.map Algebra.TensorProduct.includeRight I) - TensorProduct.exists_finite_submodule_left_of_setFinite π Mathlib.LinearAlgebra.TensorProduct.Finiteness
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (s : Set (TensorProduct R M N)) (hs : s.Finite) : β M', Module.Finite R β₯M' β§ s β β(LinearMap.rTensor N M'.subtype).range - TensorProduct.exists_finite_submodule_right_of_setFinite π Mathlib.LinearAlgebra.TensorProduct.Finiteness
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (s : Set (TensorProduct R M N)) (hs : s.Finite) : β N', Module.Finite R β₯N' β§ s β β(LinearMap.lTensor M N'.subtype).range - Module.Flat.iff_lTensor_injectiveβ π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommSemiring R] [AddCommMonoid M] [Module R M] : Module.Flat R M β β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] (N : Submodule R P), Function.Injective β(LinearMap.lTensor M N.subtype) - Module.Flat.iff_rTensor_injectiveβ π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommSemiring R] [AddCommMonoid M] [Module R M] : Module.Flat R M β β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] (N : Submodule R P), Function.Injective β(LinearMap.rTensor M N.subtype) - Module.Flat.mk π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommSemiring R] [AddCommMonoid M] [Module R M] (out : β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] [Module.Finite R P] (N : Submodule R P), N.FG β Function.Injective β(LinearMap.rTensor M N.subtype)) : Module.Flat R M - Module.Flat.out π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid M} {instβΒ² : Module R M} [self : Module.Flat R M] β¦P : Type uβ¦ [AddCommMonoid P] [Module R P] [Module.Finite R P] (N : Submodule R P) : N.FG β Function.Injective β(LinearMap.rTensor M N.subtype) - Module.flat_iff π Mathlib.RingTheory.Flat.Basic
(R : Type u) (M : Type v) [CommSemiring R] [AddCommMonoid M] [Module R M] : Module.Flat R M β β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] [Module.Finite R P] (N : Submodule R P), N.FG β Function.Injective β(LinearMap.rTensor M N.subtype) - LinearMap.rTensor_injective_iff_subtype π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {N : Type u_1} {P : Type u_2} {Q : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [AddCommMonoid Q] [Module R Q] {f : N ββ[R] P} (hf : Function.Injective βf) (e : P ββ[R] Q) : Function.Injective β(LinearMap.rTensor M f) β Function.Injective β(LinearMap.rTensor M (βe ββ f).range.subtype) - LinearMap.subtype_compMultilinearMap_codRestrict π Mathlib.LinearAlgebra.Multilinear.Basic
{R : Type uR} {ΞΉ : Type uΞΉ} {Mβ : ΞΉ β Type vβ} {Mβ : Type vβ} [Semiring R] [(i : ΞΉ) β AddCommMonoid (Mβ i)] [AddCommMonoid Mβ] [(i : ΞΉ) β Module R (Mβ i)] [Module R Mβ] (f : MultilinearMap R Mβ Mβ) (p : Submodule R Mβ) (h : β (v : (i : ΞΉ) β Mβ i), f v β p) : p.subtype.compMultilinearMap (f.codRestrict p h) = f - LinearMap.subtype_compAlternatingMap_codRestrict π Mathlib.LinearAlgebra.Alternating.Basic
{R : Type u_1} [Semiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_7} (f : M [β^ΞΉ]ββ[R] N) (p : Submodule R N) (h : β (v : ΞΉ β M), f v β p) : p.subtype.compAlternatingMap (f.codRestrict p h) = f - ModuleCat.mono_as_hom'_subtype π Mathlib.Algebra.Category.ModuleCat.EpiMono
{R : Type u} [Ring R] {X : ModuleCat R} (U : Submodule R βX) : CategoryTheory.Mono (ModuleCat.ofHom U.subtype) - LinearMap.range_dualMap_eq_dualAnnihilator_ker_of_subtype_range_surjective π Mathlib.LinearAlgebra.Dual.Lemmas
{R : Type u_1} {M : Type u_2} {M' : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup M'] [Module R M'] (f : M ββ[R] M') (hf : Function.Surjective βf.range.subtype.dualMap) : f.dualMap.range = f.ker.dualAnnihilator - ModuleCat.kernelIsoKer_hom_ker_subtype π Mathlib.Algebra.Category.ModuleCat.Kernels
{R : Type u} [Ring R] {G H : ModuleCat R} (f : G βΆ H) : CategoryTheory.CategoryStruct.comp (ModuleCat.kernelIsoKer f).hom (ModuleCat.ofHom (ModuleCat.Hom.hom f).ker.subtype) = CategoryTheory.Limits.kernel.ΞΉ f - ModuleCat.kernelIsoKer_inv_kernel_ΞΉ π Mathlib.Algebra.Category.ModuleCat.Kernels
{R : Type u} [Ring R] {G H : ModuleCat R} (f : G βΆ H) : CategoryTheory.CategoryStruct.comp (ModuleCat.kernelIsoKer f).inv (CategoryTheory.Limits.kernel.ΞΉ f) = ModuleCat.ofHom (ModuleCat.Hom.hom f).ker.subtype - Module.Baer.iff_surjective π Mathlib.Algebra.Module.Injective
{M : Type u_1} [AddCommGroup M] {R : Type u} [CommRing R] [Module R M] : Module.Baer R M β β (I : Ideal R), Function.Surjective β(LinearMap.lcomp R M (Submodule.subtype I)) - CategoryTheory.ShortComplex.moduleCatLeftHomologyData_i_hom π Mathlib.Algebra.Homology.ShortComplex.ModuleCat
{R : Type u} [Ring R] (S : CategoryTheory.ShortComplex (ModuleCat R)) : ModuleCat.Hom.hom S.moduleCatLeftHomologyData.i = (ModuleCat.Hom.hom S.g).ker.subtype - TensorProduct.quotientTensorEquiv π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} (N : Type u_3) [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (m : Submodule R M) : TensorProduct R (M β§Έ m) N ββ[R] TensorProduct R M N β§Έ (TensorProduct.map m.subtype LinearMap.id).range - TensorProduct.tensorQuotientEquiv π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} (M : Type u_2) {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (n : Submodule R N) : TensorProduct R M (N β§Έ n) ββ[R] TensorProduct R M N β§Έ (TensorProduct.map LinearMap.id n.subtype).range - TensorProduct.quotientTensorQuotientEquiv π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (m : Submodule R M) (n : Submodule R N) : TensorProduct R (M β§Έ m) (N β§Έ n) ββ[R] TensorProduct R M N β§Έ (TensorProduct.map m.subtype LinearMap.id).range β (TensorProduct.map LinearMap.id n.subtype).range - TensorProduct.quotientTensorEquiv_apply_tmul_mk π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (m : Submodule R M) (x : M) (y : N) : (TensorProduct.quotientTensorEquiv N m) (Submodule.Quotient.mk x ββ[R] y) = Submodule.Quotient.mk (x ββ[R] y) - TensorProduct.tensorQuotientEquiv_apply_mk_tmul π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (n : Submodule R N) (x : M) (y : N) : (TensorProduct.tensorQuotientEquiv M n) (x ββ[R] Submodule.Quotient.mk y) = Submodule.Quotient.mk (x ββ[R] y) - TensorProduct.quotientTensorEquiv_symm_apply_mk_tmul π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (m : Submodule R M) (x : M) (y : N) : (TensorProduct.quotientTensorEquiv N m).symm (Submodule.Quotient.mk (x ββ[R] y)) = Submodule.Quotient.mk x ββ[R] y - TensorProduct.tensorQuotientEquiv_symm_apply_tmul_mk π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (n : Submodule R N) (x : M) (y : N) : (TensorProduct.tensorQuotientEquiv M n).symm (Submodule.Quotient.mk (x ββ[R] y)) = x ββ[R] Submodule.Quotient.mk y - TensorProduct.quotientTensorQuotientEquiv_apply_tmul_mk_tmul_mk π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (m : Submodule R M) (n : Submodule R N) (x : M) (y : N) : (TensorProduct.quotientTensorQuotientEquiv m n) (Submodule.Quotient.mk x ββ[R] Submodule.Quotient.mk y) = Submodule.Quotient.mk (x ββ[R] y) - TensorProduct.AlgebraTensorModule.tensorQuotientEquiv π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} (A : Type u_2) (B : Type u_3) [CommRing R] [CommRing A] [Algebra R A] [CommRing B] [Algebra R B] (M : Type u_4) [AddCommGroup M] [Module R M] [Module A M] [IsScalarTower R A M] {N : Type u_5} [AddCommGroup N] [Module R N] [Module B N] [IsScalarTower R B N] (n : Submodule B N) : TensorProduct R M (N β§Έ n) ββ[A] TensorProduct R M N β§Έ ((TensorProduct.AlgebraTensorModule.lTensor A M) (βR n.subtype)).range - TensorProduct.quotientTensorQuotientEquiv_symm_apply_mk_tmul π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (m : Submodule R M) (n : Submodule R N) (x : M) (y : N) : (TensorProduct.quotientTensorQuotientEquiv m n).symm (Submodule.Quotient.mk (x ββ[R] y)) = Submodule.Quotient.mk x ββ[R] Submodule.Quotient.mk y - TensorProduct.AlgebraTensorModule.tensorQuotientEquiv_apply_tmul π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} (A : Type u_2) (B : Type u_3) [CommRing R] [CommRing A] [Algebra R A] [CommRing B] [Algebra R B] (M : Type u_4) [AddCommGroup M] [Module R M] [Module A M] [IsScalarTower R A M] {N : Type u_5} [AddCommGroup N] [Module R N] [Module B N] [IsScalarTower R B N] (n : Submodule B N) (x : M) (y : N) : (TensorProduct.AlgebraTensorModule.tensorQuotientEquiv A B M n) (x ββ[R] Submodule.Quotient.mk y) = Submodule.Quotient.mk (x ββ[R] y) - TensorProduct.AlgebraTensorModule.tensorQuotientEquiv_symm_apply_mk_tmul π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} (A : Type u_2) (B : Type u_3) [CommRing R] [CommRing A] [Algebra R A] [CommRing B] [Algebra R B] (M : Type u_4) [AddCommGroup M] [Module R M] [Module A M] [IsScalarTower R A M] {N : Type u_5} [AddCommGroup N] [Module R N] [Module B N] [IsScalarTower R B N] (n : Submodule B N) (x : M) (y : N) : (TensorProduct.AlgebraTensorModule.tensorQuotientEquiv A B M n).symm (Submodule.Quotient.mk (x ββ[R] y)) = x ββ[R] Submodule.Quotient.mk y - Ideal.subtype_rTensor_range π Mathlib.RingTheory.TensorProduct.Quotient
{R : Type u_1} [CommRing R] (M : Type u_2) [AddCommGroup M] [Module R M] (I : Ideal R) : (β(TensorProduct.lid R M) ββ LinearMap.rTensor M (Submodule.subtype I)).range = I β’ β€ - covBy_iff_quot_is_simple π Mathlib.RingTheory.SimpleModule.Basic
{R : Type u_2} [Ring R] {M : Type u_4} [AddCommGroup M] [Module R M] {A B : Submodule R M} (hAB : A β€ B) : A β B β IsSimpleModule R (β₯B β§Έ Submodule.comap B.subtype A) - JordanHolderLattice.Iso.linearEquiv π Mathlib.RingTheory.SimpleModule.Basic
{R : Type u_2} [Ring R] {M : Type u_4} [AddCommGroup M] [Module R M] {X Y : Submodule R M Γ Submodule R M} (h : JordanHolderLattice.Iso X Y) : (β₯X.2 β§Έ Submodule.comap X.2.subtype X.1) ββ[R] β₯Y.2 β§Έ Submodule.comap Y.2.subtype Y.1 - Ideal.map_toCotangent_ker π Mathlib.RingTheory.Ideal.Cotangent
{R : Type u} [CommRing R] (I : Ideal R) : Submodule.map (Submodule.subtype I) I.toCotangent.ker = I ^ 2 - Ideal.mapCotangent_ker_of_surjective π Mathlib.RingTheory.Ideal.Cotangent
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] (surj : Function.Surjective β(algebraMap A B)) {I : Ideal B} {J : Ideal A} (eq : Ideal.comap (algebraMap A B) I = RingHom.ker (algebraMap A B) β J) : (J.mapCotangent I (Algebra.ofId A B) β―).ker = Submodule.map J.toCotangent (Submodule.comap (Submodule.subtype J) (RingHom.ker (algebraMap A B) β J)) - Ideal.to_quotient_square_comp_toCotangent π Mathlib.RingTheory.Ideal.Cotangent
{R : Type u} [CommRing R] (I : Ideal R) : I.cotangentToQuotientSquare ββ I.toCotangent = Submodule.mkQ (I ^ 2) ββ Submodule.subtype I - DirectSum.decompose_lhom_ext π Mathlib.Algebra.DirectSum.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [DecidableEq ΞΉ] [Semiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) [DirectSum.Decomposition β³] {N : Type u_5} [AddCommMonoid N] [Module R N] β¦f g : M ββ[R] Nβ¦ (h : β (i : ΞΉ), f ββ (β³ i).subtype = g ββ (β³ i).subtype) : f = g - DirectSum.decomposeLinearEquiv_symm_comp_lof π Mathlib.Algebra.DirectSum.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [DecidableEq ΞΉ] [Semiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) [DirectSum.Decomposition β³] (i : ΞΉ) : β(DirectSum.decomposeLinearEquiv β³).symm ββ DirectSum.lof R ΞΉ (fun x => β₯(β³ x)) i = (β³ i).subtype - exteriorPower.subtype_comp_map_eq π Mathlib.LinearAlgebra.ExteriorPower.Basic
{R : Type u} [CommRing R] {n : β} {M : Type u_1} {N : Type u_2} [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (f : M ββ[R] N) : (β[R]^n N).subtype ββ exteriorPower.map n f = (ExteriorAlgebra.map f).toLinearMap ββ (β[R]^n M).subtype - exteriorPower.ΞΉMulti_family_span π Mathlib.LinearAlgebra.ExteriorPower.Basic
(R : Type u) [CommRing R] {n : β} {M : Type u_1} [AddCommGroup M] [Module R M] {I : Type u_4} [LinearOrder I] (v : I β M) : (exteriorPower.map n (Submodule.span R (Set.range v)).subtype).range = Submodule.span R (Set.range (exteriorPower.ΞΉMulti_family R n v)) - ModuleCat.imageIsoRange_hom_subtype π Mathlib.Algebra.Category.ModuleCat.Images
{R : Type u} [Ring R] {G H : ModuleCat R} (f : G βΆ H) : CategoryTheory.CategoryStruct.comp (ModuleCat.imageIsoRange f).hom (ModuleCat.ofHom (ModuleCat.Hom.hom f).range.subtype) = CategoryTheory.Limits.image.ΞΉ f - ModuleCat.imageIsoRange_inv_image_ΞΉ π Mathlib.Algebra.Category.ModuleCat.Images
{R : Type u} [Ring R] {G H : ModuleCat R} (f : G βΆ H) : CategoryTheory.CategoryStruct.comp (ModuleCat.imageIsoRange f).inv (CategoryTheory.Limits.image.ΞΉ f) = ModuleCat.ofHom (ModuleCat.Hom.hom f).range.subtype - ModuleCat.imageIsoRange_hom_subtype_assoc π Mathlib.Algebra.Category.ModuleCat.Images
{R : Type u} [Ring R] {G H : ModuleCat R} (f : G βΆ H) {Z : ModuleCat R} (h : ModuleCat.of R βH βΆ Z) : CategoryTheory.CategoryStruct.comp (ModuleCat.imageIsoRange f).hom (CategoryTheory.CategoryStruct.comp (ModuleCat.ofHom (ModuleCat.Hom.hom f).range.subtype) h) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.image.ΞΉ f) h - ModuleCat.imageIsoRange_inv_image_ΞΉ_assoc π Mathlib.Algebra.Category.ModuleCat.Images
{R : Type u} [Ring R] {G H : ModuleCat R} (f : G βΆ H) {Z : ModuleCat R} (h : H βΆ Z) : CategoryTheory.CategoryStruct.comp (ModuleCat.imageIsoRange f).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.image.ΞΉ f) h) = CategoryTheory.CategoryStruct.comp (ModuleCat.ofHom (ModuleCat.Hom.hom f).range.subtype) h - PresheafOfModules.Submodule.ΞΉ_app_hom_apply π Mathlib.Algebra.Category.ModuleCat.Presheaf.Submodule
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {R : CategoryTheory.Functor Cα΅α΅ RingCat} {M : PresheafOfModules R} (N : M.Submodule) (X : Cα΅α΅) (a : β(N.toPresheafOfModules.presheaf.obj X)) : (ModuleCat.Hom.hom (N.ΞΉ.app X)) a = (CategoryTheory.ConcreteCategory.hom (AddCommGrpCat.ofHom (N.obj X).subtype.toAddMonoidHom)) a - Submodule.toLinearMap_subtypeL π Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Restrict
{R : Type u_1} [Semiring R] {M : Type u_2} [TopologicalSpace M] [AddCommMonoid M] [Module R M] (p : Submodule R M) : βp.subtypeL = p.subtype - Submodule.isEmbedding_subtype π Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Restrict
{R : Type u_1} [Semiring R] {M : Type u_2} [TopologicalSpace M] [AddCommMonoid M] [Module R M] (p : Submodule R M) : Topology.IsEmbedding βp.subtype - Submodule.isClosedEmbedding_subtype π Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Restrict
{R : Type u_1} [Semiring R] {M : Type u_2} [TopologicalSpace M] [AddCommMonoid M] [Module R M] (p : Submodule R M) (hp : IsClosed βp) : Topology.IsClosedEmbedding βp.subtype - Submodule.coe_subtypeL π Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Restrict
{R : Type u_1} [Semiring R] {M : Type u_2} [TopologicalSpace M] [AddCommMonoid M] [Module R M] (p : Submodule R M) : βp.subtypeL = βp.subtype - Submodule.coe_subtypeL' π Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Restrict
{R : Type u_1} [Semiring R] {M : Type u_2} [TopologicalSpace M] [AddCommMonoid M] [Module R M] (p : Submodule R M) : βp.subtypeL = βp.subtype - Module.Flat.ker_lTensor_eq π Mathlib.RingTheory.Flat.Equalizer
{R : Type u_1} (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} {P : Type u_5} [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (f : N ββ[R] P) [Module.Flat R M] : ((TensorProduct.AlgebraTensorModule.lTensor S M) f).ker = ((TensorProduct.AlgebraTensorModule.lTensor S M) f.ker.subtype).range - Module.Flat.eqLocus_lTensor_eq π Mathlib.RingTheory.Flat.Equalizer
{R : Type u_1} (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} {P : Type u_5} [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (f g : N ββ[R] P) [Module.Flat R M] : ((TensorProduct.AlgebraTensorModule.lTensor S M) f).eqLocus ((TensorProduct.AlgebraTensorModule.lTensor S M) g) = ((TensorProduct.AlgebraTensorModule.lTensor S M) (f.eqLocus g).subtype).range - LinearMap.tensorKer_coe π Mathlib.RingTheory.Flat.Equalizer
{R : Type u_1} (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} {P : Type u_5} [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (f : N ββ[R] P) (x : TensorProduct R M β₯f.ker) : β((LinearMap.tensorKer S M f) x) = (LinearMap.lTensor M f.ker.subtype) x - LinearMap.tensorEqLocus_coe π Mathlib.RingTheory.Flat.Equalizer
{R : Type u_1} (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} {P : Type u_5} [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (f g : N ββ[R] P) (x : TensorProduct R M β₯(f.eqLocus g)) : β((LinearMap.tensorEqLocus S M f g) x) = (LinearMap.lTensor M (f.eqLocus g).subtype) x - LinearMap.lTensor_ker_subtype_tensorKerEquiv_symm π Mathlib.RingTheory.Flat.Equalizer
{R : Type u_1} (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} {P : Type u_5} [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (f : N ββ[R] P) [Module.Flat R M] (x : β₯((TensorProduct.AlgebraTensorModule.lTensor S M) f).ker) : (LinearMap.lTensor M f.ker.subtype) ((LinearMap.tensorKerEquiv S M f).symm x) = βx - LinearMap.lTensor_eqLocus_subtype_tensoreqLocusEquiv_symm π Mathlib.RingTheory.Flat.Equalizer
{R : Type u_1} (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} {P : Type u_5} [AddCommGroup N] [AddCommGroup P] [Module R N] [Module R P] (f g : N ββ[R] P) [Module.Flat R M] (x : β₯(((TensorProduct.AlgebraTensorModule.lTensor S M) f).eqLocus ((TensorProduct.AlgebraTensorModule.lTensor S M) g))) : (LinearMap.lTensor M (f.eqLocus g).subtype) ((LinearMap.tensorEqLocusEquiv S M f g).symm x) = βx - Module.End.eigenspace_restrict_le_eigenspace π Mathlib.LinearAlgebra.Eigenspace.Basic
{R : Type v} {M : Type w} [CommRing R] [AddCommGroup M] [Module R M] (f : Module.End R M) {p : Submodule R M} (hfp : β x β p, f x β p) (ΞΌ : R) : Submodule.map p.subtype (Module.End.eigenspace (LinearMap.restrict f hfp) ΞΌ) β€ f.eigenspace ΞΌ - Submodule.inf_genEigenspace π Mathlib.LinearAlgebra.Eigenspace.Basic
{R : Type v} {M : Type w} [CommRing R] [AddCommGroup M] [Module R M] (f : Module.End R M) (p : Submodule R M) {k : ββ} {ΞΌ : R} (hfp : β x β p, f x β p) : p β (f.genEigenspace ΞΌ) k = Submodule.map p.subtype ((Module.End.genEigenspace (LinearMap.restrict f hfp) ΞΌ) k) - Module.End.genEigenspace_restrict π Mathlib.LinearAlgebra.Eigenspace.Basic
{R : Type v} {M : Type w} [CommRing R] [AddCommGroup M] [Module R M] (f : Module.End R M) (p : Submodule R M) (k : ββ) (ΞΌ : R) (hfp : β x β p, f x β p) : (Module.End.genEigenspace (LinearMap.restrict f hfp) ΞΌ) k = Submodule.comap p.subtype ((f.genEigenspace ΞΌ) k) - LieSubmodule.incl_coe π Mathlib.Algebra.Lie.Submodule
{R : Type u} {L : Type v} {M : Type w} [CommRing R] [LieRing L] [AddCommGroup M] [Module R M] [LieRingModule L M] (N : LieSubmodule R L M) : βN.incl = (βN).subtype - LieSubmodule.toEnd_comp_subtype_mem π Mathlib.Algebra.Lie.OfAssociative
{R : Type u} {L : Type v} {M : Type w} [CommRing R] [LieRing L] [LieAlgebra R L] [AddCommGroup M] [Module R M] [LieRingModule L M] [LieModule R L M] (N : LieSubmodule R L M) (x : L) (m : M) (hm : m β βN) : ((LieModule.toEnd R L M) x ββ (βN).subtype) β¨m, hmβ© β βN - LieSubmodule.toEnd_restrict_eq_toEnd π Mathlib.Algebra.Lie.OfAssociative
{R : Type u} {L : Type v} {M : Type w} [CommRing R] [LieRing L] [LieAlgebra R L] [AddCommGroup M] [Module R M] [LieRingModule L M] [LieModule R L M] (N : LieSubmodule R L M) (x : L) (h : β (m : M) (hm : m β βN), ((LieModule.toEnd R L M) x ββ (βN).subtype) β¨m, hmβ© β βN := β―) : LinearMap.restrict ((LieModule.toEnd R L M) x) h = (LieModule.toEnd R L β₯N) x - LieIdeal.incl_coe π Mathlib.Algebra.Lie.Ideal
{R : Type u} {L : Type v} [CommRing R] [LieRing L] [LieAlgebra R L] (I : LieIdeal R L) : βI.incl = (LieIdeal.toLieSubalgebra R L I).subtype - Submodule.inf_iInf_maxGenEigenspace_of_forall_mapsTo π Mathlib.LinearAlgebra.Eigenspace.Pi
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] (f : ΞΉ β Module.End R M) {ΞΌ : ΞΉ β R} (p : Submodule R M) (hfp : β (i : ΞΉ), Set.MapsTo β(f i) βp βp) : p β β¨ i, (f i).maxGenEigenspace (ΞΌ i) = Submodule.map p.subtype (β¨ i, Module.End.maxGenEigenspace (LinearMap.restrict (f i) β―) (ΞΌ i)) - Module.End.iInf_maxGenEigenspace_restrict_map_subtype_eq π Mathlib.LinearAlgebra.Eigenspace.Pi
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] (f : ΞΉ β Module.End R M) {ΞΌ : ΞΉ β R} (i : ΞΉ) (h : β (j : ΞΉ), Set.MapsTo β(f j) β((f i).maxGenEigenspace (ΞΌ i)) β((f i).maxGenEigenspace (ΞΌ i))) : Submodule.map ((f i).maxGenEigenspace (ΞΌ i)).subtype (β¨ j, (fun j => Module.End.maxGenEigenspace (LinearMap.restrict (f j) β―) (ΞΌ j)) j) = β¨ j, (f j).maxGenEigenspace (ΞΌ j) - LinearMap.BilinForm.inf_orthogonal_self_le_ker_restrict π Mathlib.LinearAlgebra.BilinearForm.Orthogonal
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] {B : LinearMap.BilinForm R M} {W : Submodule R M} (bβ : B.IsRefl) : W β B.orthogonal W β€ Submodule.map W.subtype (LinearMap.ker (B.restrict W)) - LinearMap.BilinForm.toLin_restrict_ker_eq_inf_orthogonal π Mathlib.LinearAlgebra.BilinearForm.Orthogonal
{V : Type u_5} {K : Type u_6} [Field K] [AddCommGroup V] [Module K V] (B : LinearMap.BilinForm K V) (W : Subspace K V) (b : B.IsRefl) : Submodule.map (Submodule.subtype W) (LinearMap.domRestrict B W).ker = W β B.orthogonal β€ - LinearMap.BilinForm.ker_restrict_eq_of_codisjoint π Mathlib.LinearAlgebra.BilinearForm.Orthogonal
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] {p q : Submodule R M} (hpq : Codisjoint p q) {B : LinearMap.BilinForm R M} (hB : β x β p, β y β q, (B x) y = 0) : LinearMap.ker (B.restrict p) = Submodule.comap p.subtype (LinearMap.ker B) - LinearMap.BilinForm.toLin_restrict_ker_eq_inf_ker π Mathlib.LinearAlgebra.BilinearForm.Orthogonal
{V : Type u_5} {K : Type u_6} [Field K] [AddCommGroup V] [Module K V] (B : LinearMap.BilinForm K V) (W : Subspace K V) : Submodule.map (Submodule.subtype W) (LinearMap.domRestrict B W).ker = W β LinearMap.ker B - LieDerivation.IsKilling.ad_mem_ker_killingForm_ad_range_of_mem_orthogonal π Mathlib.Algebra.Lie.Derivation.Killing
{R : Type u_1} {L : Type u_2} [Field R] [LieRing L] [LieAlgebra R L] [Module.Finite R L] {D : LieDerivation R L L} (hD : D β (killingForm R (LieDerivation R L L)).orthogonal (LieDerivation.ad R L).range.toSubmodule) (x : L) : (LieDerivation.ad R L) (D x) β Submodule.map (LieDerivation.ad R L).range.subtype (LinearMap.ker (killingForm R β₯(LieDerivation.ad R L).range)) - Module.injOn_dualMap_subtype_span_range_range π Mathlib.LinearAlgebra.Reflection
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [IsAddTorsionFree M] {r : ΞΉ βͺ M} {c : ΞΉ β Module.Dual R M} (hfin : (Set.range βr).Finite) (h_two : β (i : ΞΉ), (c i) (r i) = 2) (h_mapsTo : β (i : ΞΉ), Set.MapsTo (β(Module.preReflection (r i) (c i))) (Set.range βr) (Set.range βr)) : Set.InjOn (β(Submodule.span R (Set.range βr)).subtype.dualMap) (Set.range c) - Module.Dual.eq_of_preReflection_mapsTo' π Mathlib.LinearAlgebra.Reflection
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [CharZero R] [IsDomain R] [Module.IsTorsionFree R M] {x : M} {Ξ¦ : Set M} (hΞ¦β : Ξ¦.Finite) (hx : x β Submodule.span R Ξ¦) {f g : Module.Dual R M} (hfβ : f x = 2) (hfβ : Set.MapsTo (β(Module.preReflection x f)) Ξ¦ Ξ¦) (hgβ : g x = 2) (hgβ : Set.MapsTo (β(Module.preReflection x g)) Ξ¦ Ξ¦) : (Submodule.span R Ξ¦).subtype.dualMap f = (Submodule.span R Ξ¦).subtype.dualMap g - Module.Flat.iff_lTensor_injective' π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β (I : Ideal R), Function.Injective β(LinearMap.lTensor M (Submodule.subtype I)) - Module.Flat.iff_rTensor_injective' π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β (I : Ideal R), Function.Injective β(LinearMap.rTensor M (Submodule.subtype I)) - Module.Flat.iff_lTensor_injective π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β β¦I : Ideal Rβ¦, I.FG β Function.Injective β(LinearMap.lTensor M (Submodule.subtype I)) - Module.Flat.iff_rTensor_injective π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β β¦I : Ideal Rβ¦, I.FG β Function.Injective β(LinearMap.rTensor M (Submodule.subtype I)) - Module.Flat.iff_lift_lsmul_comp_subtype_injective π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β β¦I : Ideal Rβ¦, I.FG β Function.Injective β(TensorProduct.lift (LinearMap.lsmul R M ββ Submodule.subtype I)) - Ideal.subtype_isoBaseOfIsPrincipal_eq_mul π Mathlib.RingTheory.Ideal.IsPrincipal
{R : Type u_1} [CommRing R] [IsDomain R] {I : Ideal R} [hprinc : Submodule.IsPrincipal I] (h : I β β₯) : Submodule.subtype I ββ β(Ideal.isoBaseOfIsPrincipal h) = (LinearMap.mul R R) (Submodule.IsPrincipal.generator I) - RootPairing.injOn_dualMap_subtype_span_root_coroot π Mathlib.LinearAlgebra.RootSystem.Basic
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (P : RootPairing ΞΉ R M N) [Finite ΞΉ] [IsAddTorsionFree M] : Set.InjOn (β((Submodule.span R (Set.range βP.root)).subtype.dualMap ββ P.flip)) (Set.range βP.coroot) - DirectSum.decomposeTensor_apply π Mathlib.LinearAlgebra.TensorProduct.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) (N : Type u_5) [AddCommMonoid N] [Module R N] {i : ΞΉ} : DirectSum.decomposeTensor β³ N i = (LinearMap.rTensor N (β³ i).subtype).range
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59