Loogle!
Result
Found 242 declarations mentioning Submodule.comap. Of these, only the first 200 are shown.
- Submodule.comap_id π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) : Submodule.comap LinearMap.id p = p - Submodule.comap π 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β} (f : M βββ[Οββ] Mβ) (p : Submodule Rβ Mβ) : Submodule R M - Submodule.comap_top π 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β} (f : M βββ[Οββ] Mβ) : Submodule.comap f β€ = β€ - Submodule.comap_injective_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) : Function.Injective (Submodule.comap f) - Submodule.comap_surjective_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) : Function.Surjective (Submodule.comap f) - Submodule.comap_zero π 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β} (q : Submodule Rβ Mβ) : Submodule.comap 0 q = β€ - Submodule.le_comap_map π 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 Οββ] (f : M βββ[Οββ] Mβ) (p : Submodule R M) : p β€ Submodule.comap f (Submodule.map f p) - Submodule.map_comap_le π 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 Οββ] (f : M βββ[Οββ] Mβ) (q : Submodule Rβ Mβ) : Submodule.map f (Submodule.comap f q) β€ q - Submodule.gc_map_comap π 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 Οββ] (f : M βββ[Οββ] Mβ) : GaloisConnection (Submodule.map f) (Submodule.comap f) - Submodule.comap_iInf π 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β} {ΞΉ : Sort u_7} (f : M βββ[Οββ] Mβ) (p : ΞΉ β Submodule Rβ Mβ) : Submodule.comap f (β¨ i, p i) = β¨ i, Submodule.comap f (p i) - Submodule.comap_map_eq_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) (p : Submodule R M) : Submodule.comap f (Submodule.map f p) = p - Submodule.map_comap_eq_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) (p : Submodule Rβ Mβ) : Submodule.map f (Submodule.comap f p) = p - Submodule.comap_coe π 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β} (f : M βββ[Οββ] Mβ) (p : Submodule Rβ Mβ) : β(Submodule.comap f p) = βf β»ΒΉ' βp - Submodule.comap_inf π 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β} (q q' : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) : Submodule.comap f (q β q') = Submodule.comap f q β Submodule.comap f q' - Submodule.comap_strictMono_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) : StrictMono (Submodule.comap f) - Submodule.comap_mono π 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β} {f : M βββ[Οββ] Mβ} {q q' : Submodule Rβ Mβ} : q β€ q' β Submodule.comap f q β€ Submodule.comap f q' - Submodule.map_inf_eq_map_inf_comap π 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 Οββ] {f : M βββ[Οββ] Mβ} {p : Submodule R M} {p' : Submodule Rβ Mβ} : Submodule.map f p β p' = Submodule.map f (p β Submodule.comap f p') - Submodule.mem_comap π 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β} {x : M} {f : M βββ[Οββ] Mβ} {p : Submodule Rβ Mβ} : x β Submodule.comap f p β f x β p - Submodule.gciMapComap π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) : GaloisCoinsertion (Submodule.map f) (Submodule.comap f) - Submodule.giMapComap π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) : GaloisInsertion (Submodule.map f) (Submodule.comap f) - Submodule.map_le_iff_le_comap π 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 Οββ] {f : M βββ[Οββ] Mβ} {p : Submodule R M} {q : Submodule Rβ Mβ} : Submodule.map f p β€ q β p β€ Submodule.comap f q - Submodule.comap_iInf_map_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) {ΞΉ : Sort u_7} (S : ΞΉ β Submodule R M) : Submodule.comap f (β¨ i, Submodule.map f (S i)) = iInf S - Submodule.map_iInf_comap_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) {ΞΉ : Sort u_7} (S : ΞΉ β Submodule Rβ Mβ) : Submodule.map f (β¨ i, Submodule.comap f (S i)) = iInf S - Submodule.comap_equiv_eq_map_symm π 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β} {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (e : M βββ[Οββ] Mβ) (K : Submodule Rβ Mβ) : Submodule.comap (βe) K = Submodule.map (βe.symm) K - Submodule.map_equiv_eq_comap_symm π 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β} {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (e : M βββ[Οββ] Mβ) (K : Submodule R M) : Submodule.map (βe) K = Submodule.comap (βe.symm) K - Submodule.comap_comp π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} {M : Type u_4} {Mβ : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : Mβ βββ[Οββ] Mβ) (p : Submodule Rβ Mβ) : Submodule.comap (g βββ f) p = Submodule.comap f (Submodule.comap g p) - Submodule.map_inf_comap_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) (p q : Submodule Rβ Mβ) : Submodule.map f (Submodule.comap f p β Submodule.comap f q) = p β q - Submodule.comap_inf_map_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) (p q : Submodule R M) : Submodule.comap f (Submodule.map f p β Submodule.map f q) = p β q - 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' - Submodule.comap_finsetInf π 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β} {ΞΉ : Type u_7} (f : M βββ[Οββ] Mβ) (s : Finset ΞΉ) (p : ΞΉ β Submodule Rβ Mβ) : Submodule.comap f (s.inf p) = s.inf fun i => Submodule.comap f (p i) - LinearMap.submoduleComap π 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β} (f : M βββ[Οββ] Mβ) (q : Submodule Rβ Mβ) : β₯(Submodule.comap f q) βββ[Οββ] β₯q - Submodule.comap_le_comap_iff_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) {p q : Submodule Rβ Mβ} : Submodule.comap f p β€ Submodule.comap f q β p β€ q - Submodule.comap_lt_comap_iff_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) {p q : Submodule Rβ Mβ} : Submodule.comap f p < Submodule.comap f q β p < q - Submodule.comap_lt_of_lt_map_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) {p : Submodule R M} {q : Submodule Rβ Mβ} (h : q < Submodule.map f p) : Submodule.comap f q < p - Submodule.le_map_of_comap_le_of_surjective π 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β} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) (h : Submodule.comap f q β€ p) : q β€ Submodule.map f p - Submodule.lt_map_of_comap_lt_of_surjective π 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β} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) (h : Submodule.comap f q < p) : q < Submodule.map f p - Submodule.comap_neg π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} {Mβ : Type u_5} [Ring R] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module R Mβ] {f : M ββ[R] Mβ} {p : Submodule R Mβ} : Submodule.comap (-f) p = Submodule.comap f p - Submodule.inf_comap_le_comap_add π 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β} (q : Submodule Rβ Mβ) (fβ fβ : M βββ[Οββ] Mβ) : Submodule.comap fβ q β Submodule.comap fβ q β€ Submodule.comap (fβ + fβ) q - Submodule.comap_iSup_map_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) {ΞΉ : Sort u_7} (S : ΞΉ β Submodule R M) : Submodule.comap f (β¨ i, Submodule.map f (S i)) = iSup S - Submodule.map_iSup_comap_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) {ΞΉ : Sort u_7} (S : ΞΉ β Submodule Rβ Mβ) : Submodule.map f (β¨ i, Submodule.comap f (S i)) = iSup S - Submodule.le_comap_pow_of_le_comap π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (p : Submodule R M) {f : M ββ[R] M} (h : p β€ Submodule.comap f p) (k : β) : p β€ Submodule.comap (f ^ k) p - Submodule.comap_le_comap_smul π Mathlib.Algebra.Module.Submodule.Map
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [CommSemiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) (c : Rβ) : Submodule.comap f q β€ Submodule.comap (c β’ f) q - Submodule.map_sup_comap_of_surjective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) (p q : Submodule Rβ Mβ) : Submodule.map f (Submodule.comap f p β Submodule.comap f q) = p β q - Submodule.comap_sup_map_of_injective π 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 Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Injective βf) (p q : Submodule R M) : Submodule.comap f (Submodule.map f p β Submodule.map f q) = p β q - 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 = β₯ - Submodule.orderIsoMapComap_apply' π 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β} {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (e : M βββ[Οββ] Mβ) (p : Submodule R M) : (Submodule.orderIsoMapComap e) p = Submodule.comap (βe.symm) 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') - Submodule.orderIsoMapComap_symm_apply π 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 Οββ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (p : Submodule Rβ Mβ) : (Submodule.orderIsoMapComap f).symm p = Submodule.comap (βf) p - Submodule.comap_smul π Mathlib.Algebra.Module.Submodule.Map
{K : Type u_7} {V : Type u_8} {Vβ : Type u_9} [Semifield K] [AddCommMonoid V] [Module K V] [AddCommMonoid Vβ] [Module K Vβ] (f : V ββ[K] Vβ) (p : Submodule K Vβ) (a : K) (h : a β 0) : Submodule.comap (a β’ f) p = Submodule.comap f p - Submodule.comap_smul' π Mathlib.Algebra.Module.Submodule.Map
{K : Type u_7} {V : Type u_8} {Vβ : Type u_9} [Semifield K] [AddCommMonoid V] [Module K V] [AddCommMonoid Vβ] [Module K Vβ] (f : V ββ[K] Vβ) (p : Submodule K Vβ) (a : K) : Submodule.comap (a β’ f) p = β¨ (_ : a β 0), Submodule.comap f p - Submodule.AddMonoidHom.coe_toIntLinearMap_comap π Mathlib.Algebra.Module.Submodule.Map
{A : Type u_7} {Aβ : Type u_8} [AddCommGroup A] [AddCommGroup Aβ] (f : A β+ Aβ) (s : AddSubgroup Aβ) : Submodule.comap f.toIntLinearMap (AddSubgroup.toIntSubmodule s) = AddSubgroup.toIntSubmodule (AddSubgroup.comap f s) - Submodule.orderIsoMapComapOfBijective_symm_apply π 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 Οββ] (f : M βββ[Οββ] Mβ) (hf : Function.Bijective βf) (p : Submodule Rβ Mβ) : (RelIso.symm (Submodule.orderIsoMapComapOfBijective f hf)) p = Submodule.comap 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')) - LinearMap.submoduleComap_surjective_of_surjective π 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β} (f : M βββ[Οββ] Mβ) (q : Submodule Rβ Mβ) (hf : Function.Surjective βf) : Function.Surjective β(f.submoduleComap q) - LinearMap.submoduleComap_apply_coe π 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β} (f : M βββ[Οββ] Mβ) (q : Submodule Rβ Mβ) (c : β₯(Submodule.comap f q)) : β((f.submoduleComap q) c) = f βc - 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.comap_bot π 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β) : Submodule.comap f β₯ = f.ker - LinearMap.ker_le_comap π 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.ker β€ Submodule.comap f p - LinearMap.ker_comp π Mathlib.Algebra.Module.Submodule.Ker
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} {M : Type u_5} {Mβ : Type u_6} {Mβ : Type u_7} [Semiring R] [Semiring Rβ] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module Rβ Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : Mβ βββ[Οββ] Mβ) : (g βββ f).ker = Submodule.comap f g.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.comap_injective π 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β} (hf : f.range = β€) : Function.Injective (Submodule.comap f) - Submodule.map_comap_eq π 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β) (q : Submodule Rβ Mβ) : Submodule.map f (Submodule.comap f q) = f.range β q - LinearMap.range_le_iff_comap π 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β} : f.range β€ p β Submodule.comap f p = β€ - Submodule.map_comap_eq_of_le π 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β} (h : p β€ f.range) : Submodule.map f (Submodule.comap f p) = p - Submodule.map_comap_eq_self π 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β} {q : Submodule Rβ Mβ} (h : q β€ f.range) : Submodule.map f (Submodule.comap f q) = q - LinearMap.comap_le_comap_iff π 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β} (hf : f.range = β€) {p p' : Submodule Rβ Mβ} : Submodule.comap f p β€ Submodule.comap f p' β p β€ p' - 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.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 - LinearEquiv.ofSubmodule' π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} [Module R M] [Module Rβ Mβ] (f : M βββ[Οββ] Mβ) (U : Submodule Rβ Mβ) : β₯(Submodule.comap (βf) U) βββ[Οββ] β₯U - Submodule.comap_equiv_self_of_inj_of_le π 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) : β₯(Submodule.comap f p) ββ[R] β₯p - LinearEquiv.ofSubmodule'_toLinearMap π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} [Module R M] [Module Rβ Mβ] (f : M βββ[Οββ] Mβ) (U : Submodule Rβ Mβ) : β(f.ofSubmodule' U) = LinearMap.codRestrict U ((βf).domRestrict (Submodule.comap (βf) U)) β― - LinearEquiv.ofSubmodule'_apply π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} [Module R M] [Module Rβ Mβ] (f : M βββ[Οββ] Mβ) (U : Submodule Rβ Mβ) (x : β₯(Submodule.comap (βf) U)) : β((f.ofSubmodule' U) x) = f βx - LinearEquiv.ofSubmodule'_symm_apply π Mathlib.Algebra.Module.Submodule.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_6} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [AddCommMonoid Mβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} [Module R M] [Module Rβ Mβ] (f : M βββ[Οββ] Mβ) (U : Submodule Rβ Mβ) (x : β₯U) : β((f.ofSubmodule' U).symm x) = f.symm βx - 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 - LinearMap.span_preimage_le π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] [Semiring Rβ] {Οββ : R β+* Rβ} [AddCommMonoid Mβ] [Module Rβ Mβ] (f : M βββ[Οββ] Mβ) (s : Set Mβ) : Submodule.span R (βf β»ΒΉ' s) β€ Submodule.comap f (Submodule.span Rβ s) - Submodule.span_preimage_le π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] [Semiring Rβ] {Οββ : R β+* Rβ} [AddCommMonoid Mβ] [Module Rβ Mβ] (f : M βββ[Οββ] Mβ) (s : Set Mβ) : Submodule.span R (βf β»ΒΉ' s) β€ Submodule.comap f (Submodule.span Rβ s) - Submodule.comap_map_eq_self π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} {p : Submodule R M} (h : f.ker β€ p) : Submodule.comap f (Submodule.map f p) = p - Submodule.comap_map_eq π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) (p : Submodule R M) : Submodule.comap f (Submodule.map f p) = p β f.ker - Submodule.comap_le_comap_iff_of_le_range π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] [Semiring Rβ] {Οββ : R β+* Rβ} [AddCommMonoid Mβ] [Module Rβ Mβ] {f : M βββ[Οββ] Mβ} [RingHomSurjective Οββ] {p q : Submodule Rβ Mβ} (hp : p β€ f.range) : Submodule.comap f p β€ Submodule.comap f q β p β€ q - Submodule.isCoatom_comap_iff π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) {p : Submodule Rβ Mβ} : IsCoatom (Submodule.comap f p) β IsCoatom p - Submodule.isCoatom_comap_or_eq_top π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) {p : Submodule Rβ Mβ} (hp : IsCoatom p) : IsCoatom (Submodule.comap f p) β¨ Submodule.comap f p = β€ - Submodule.comap_covBy_of_surjective π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Surjective βf) {p q : Submodule Rβ Mβ} (h : p β q) : Submodule.comap f p β Submodule.comap f q - Submodule.comap_map_sup_of_comap_le π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} {p : Submodule R M} {q : Submodule Rβ Mβ} (le : Submodule.comap f q β€ p) : Submodule.comap f (Submodule.map f p β q) = p - Submodule.comap_sup_of_injective π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] [Semiring Rβ] {Οββ : R β+* Rβ} [AddCommMonoid Mβ] [Module Rβ Mβ] {f : M βββ[Οββ] Mβ} [RingHomSurjective Οββ] {p q : Submodule Rβ Mβ} (hf : Function.Injective βf) (hp : p β€ f.range) (hq : q β€ f.range) : Submodule.comap f (p β q) = Submodule.comap f p β Submodule.comap f q - Submodule.biSup_comap_eq_top_of_surjective π Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [Semiring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {ΞΉ : Type u_8} (s : Set ΞΉ) (hs : s.Nonempty) (p : ΞΉ β Submodule Rβ Mβ) (hp : β¨ i β s, p i = β€) (f : M βββ[Οββ] Mβ) (hf : Function.Surjective βf) : β¨ i β s, Submodule.comap f (p i) = β€ - Submodule.biSup_comap_eq_top_of_range_eq_biSup π Mathlib.LinearAlgebra.Span.Basic
{M : Type u_4} {Mβ : Type u_5} [AddCommGroup M] [AddCommGroup Mβ] {R : Type u_8} {Rβ : Type u_9} [Semiring R] [Ring Rβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] [Module R M] [Module Rβ Mβ] {ΞΉ : Type u_10} (s : Set ΞΉ) (hs : s.Nonempty) (p : ΞΉ β Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) (hf : f.range = β¨ i β s, p i) : β¨ i β s, Submodule.comap f (p i) = β€ - 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.supported_comap_lmapDomain π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} (M : Type u_2) (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ±' : Type u_4} (f : Ξ± β Ξ±') (s : Set Ξ±') : Finsupp.supported M R (f β»ΒΉ' s) β€ Submodule.comap (Finsupp.lmapDomain M R f) (Finsupp.supported M R s) - Submodule.prod_comap_inl π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (p : Submodule R M) (q : Submodule R Mβ) : Submodule.comap (LinearMap.inl R M Mβ) (p.prod q) = p - Submodule.prod_comap_inr π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (p : Submodule R M) (q : Submodule R Mβ) : Submodule.comap (LinearMap.inr R M Mβ) (p.prod q) = q - Submodule.comap_fst π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (p : Submodule R M) : Submodule.comap (LinearMap.fst R M Mβ) p = p.prod β€ - Submodule.comap_snd π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (q : Submodule R Mβ) : Submodule.comap (LinearMap.snd R M Mβ) q = β€.prod q - LinearMap.comap_prod_prod π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} {Mβ : Type y} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module R Mβ] (f : M ββ[R] Mβ) (g : M ββ[R] Mβ) (p : Submodule R Mβ) (q : Submodule R Mβ) : Submodule.comap (f.prod g) (p.prod q) = Submodule.comap f p β Submodule.comap g q - LinearMap.prod_eq_inf_comap π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (p : Submodule R M) (q : Submodule R Mβ) : p.prod q = Submodule.comap (LinearMap.fst R M Mβ) p β Submodule.comap (LinearMap.snd R M Mβ) q - LinearMap.prodMap_comap_prod π Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mβ : Type w} {Mβ : Type y} {Mβ : Type z} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module R Mβ] [Module R Mβ] (f : M ββ[R] Mβ) (g : Mβ ββ[R] Mβ) (S : Submodule R Mβ) (S' : Submodule R Mβ) : Submodule.comap (f.prodMap g) (S.prod S') = (Submodule.comap f S).prod (Submodule.comap g S') - Submodule.le_comap_single_pi π Mathlib.LinearAlgebra.Pi
{R : Type u} {ΞΉ : Type x} [Semiring R] {Ο : ΞΉ β Type u_1} [(i : ΞΉ) β AddCommMonoid (Ο i)] [(i : ΞΉ) β Module R (Ο i)] [DecidableEq ΞΉ] (p : (i : ΞΉ) β Submodule R (Ο i)) {I : Set ΞΉ} {i : ΞΉ} : p i β€ Submodule.comap (LinearMap.single R Ο i) (Submodule.pi I p) - Submodule.iInf_comap_proj π Mathlib.LinearAlgebra.Pi
{R : Type u} {ΞΉ : Type x} [Semiring R] {Ο : ΞΉ β Type u_1} [(i : ΞΉ) β AddCommMonoid (Ο i)] [(i : ΞΉ) β Module R (Ο i)] {p : (i : ΞΉ) β Submodule R (Ο i)} : β¨ i, Submodule.comap (LinearMap.proj i) (p i) = Submodule.pi Set.univ p - Submodule.biInf_comap_proj π Mathlib.LinearAlgebra.Pi
{R : Type u} {ΞΉ : Type x} [Semiring R] {Ο : ΞΉ β Type u_1} [(i : ΞΉ) β AddCommMonoid (Ο i)] [(i : ΞΉ) β Module R (Ο i)] {I : Set ΞΉ} {p : (i : ΞΉ) β Submodule R (Ο i)} : β¨ i β I, Submodule.comap (LinearMap.proj i) (p i) = Submodule.pi I p - Submodule.le_comap_mkQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) (p' : Submodule R (M β§Έ p)) : p β€ Submodule.comap p.mkQ p' - Submodule.mapQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) (h : p β€ Submodule.comap f q) : M β§Έ p βββ[Οββ] Mβ β§Έ q - Submodule.span_preimage_eq π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} {s : Set Mβ} (hβ : s.Nonempty) (hβ : s β βf.range) : Submodule.span R (βf β»ΒΉ' s) = Submodule.comap f (Submodule.span Rβ s) - Submodule.comap_map_mkQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p p' : Submodule R M) : Submodule.comap p.mkQ (Submodule.map p.mkQ p') = p β p' - Submodule.mapQ_id π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) (h : p β€ Submodule.comap LinearMap.id p := β―) : p.mapQ p LinearMap.id h = LinearMap.id - Submodule.comap_liftQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) (h : p β€ f.ker) : Submodule.comap (p.liftQ f h) q = Submodule.map p.mkQ (Submodule.comap f q) - Submodule.map_liftQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) (h : p β€ f.ker) (q : Submodule R (M β§Έ p)) : Submodule.map (p.liftQ f h) q = Submodule.map f (Submodule.comap p.mkQ q) - Submodule.ker_mapQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) (h : p β€ Submodule.comap f q) : (p.mapQ q f h).ker = Submodule.map p.mkQ (Submodule.comap f q) - Submodule.range_mapQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) (h : p β€ Submodule.comap f q) : (p.mapQ q f h).range = Submodule.map q.mkQ f.range - Submodule.mapQ_mkQ π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) {h : p β€ Submodule.comap f q} : p.mapQ q f h βββ p.mkQ = q.mkQ βββ f - Submodule.mapQ_apply π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (f : M βββ[Οββ] Mβ) {h : p β€ Submodule.comap f q} (x : M) : (p.mapQ q f h) (Submodule.Quotient.mk x) = Submodule.Quotient.mk (f x) - Submodule.mapQ_zero π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} (q : Submodule Rβ Mβ) (h : p β€ Submodule.comap 0 q := β―) : p.mapQ q 0 h = 0 - Submodule.comapMkQOrderEmbedding_eq π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) (p' : Submodule R (M β§Έ p)) : p.comapMkQOrderEmbedding p' = Submodule.comap p.mkQ p' - 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) - Submodule.mapQ_comp π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {Rβ : Type u_3} {Mβ : Type u_4} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} {Rβ : Type u_5} {Mβ : Type u_6} [Ring Rβ] [AddCommGroup Mβ] [Module Rβ Mβ] (pβ : Submodule Rβ Mβ) (pβ : Submodule Rβ Mβ) {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : Mβ βββ[Οββ] Mβ) (hf : p β€ Submodule.comap f pβ) (hg : pβ β€ Submodule.comap g pβ) (h : p β€ Submodule.comap f (Submodule.comap g pβ) := β―) : p.mapQ pβ (g βββ f) h = pβ.mapQ pβ g hg βββ p.mapQ pβ f hf - Submodule.mapQ_pow π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} [Ring R] [AddCommGroup M] [Module R M] (p : Submodule R M) {f : M ββ[R] M} (h : p β€ Submodule.comap f p) (k : β) (h' : p β€ Submodule.comap (f ^ k) p := β―) : p.mapQ p (f ^ k) h' = p.mapQ p f h ^ k - Submodule.Quotient.equiv_apply π Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} [Ring R] {Rβ : Type u_5} [Ring Rβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] {M : Type u_6} {N : Type u_7} [AddCommGroup M] [Module R M] [AddCommGroup N] [Module Rβ N] (P : Submodule R M) (Q : Submodule Rβ N) (f : M βββ[Οββ] N) (hf : Submodule.map (βf) P = Q) (a : M β§Έ P) : (Submodule.Quotient.equiv P Q f hf) a = (P.mapQ Q βf β―) a - Finsupp.comap_lsingle_submodule π Mathlib.LinearAlgebra.Finsupp.Pi
{R : Type u_1} {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] {Ξ± : Type u_5} (p : Ξ± β Submodule R M) (i : Ξ±) : Submodule.comap (Finsupp.lsingle i) (Finsupp.submodule p) = p i - Submodule.comap_dualAnnihilator π Mathlib.LinearAlgebra.Dual.Defs
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Ξ¦ : Submodule R (Module.Dual R M)) : Submodule.comap (Module.Dual.eval R M) Ξ¦.dualAnnihilator = Ξ¦.dualCoannihilator - Submodule.dualAnnihilator_map_dualMap_le π Mathlib.LinearAlgebra.Dual.Defs
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] (W : Submodule R M) (f : N ββ[R] M) : Submodule.map f.dualMap W.dualAnnihilator β€ (Submodule.comap f W).dualAnnihilator - Module.mapEvalEquiv_symm_apply π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] (W'' : Submodule R (Module.Dual R (Module.Dual R M))) : (Module.mapEvalEquiv R M).symm W'' = Submodule.comap (Module.Dual.eval R M) W'' - DFinsupp.ker_mapRangeLinearMap π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} [Semiring R] {Ξ²β : ΞΉ β Type u_8} {Ξ²β : ΞΉ β Type u_9} [(i : ΞΉ) β AddCommMonoid (Ξ²β i)] [(i : ΞΉ) β AddCommMonoid (Ξ²β i)] [(i : ΞΉ) β Module R (Ξ²β i)] [(i : ΞΉ) β Module R (Ξ²β i)] (f : (i : ΞΉ) β Ξ²β i ββ[R] Ξ²β i) : (DFinsupp.mapRange.linearMap f).ker = Submodule.comap (DFinsupp.coeFnLinearMap R) (Submodule.pi Set.univ fun i => (f i).ker) - DFinsupp.range_mapRangeLinearMap π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} [Semiring R] {Ξ²β : ΞΉ β Type u_8} {Ξ²β : ΞΉ β Type u_9} [(i : ΞΉ) β AddCommMonoid (Ξ²β i)] [(i : ΞΉ) β AddCommMonoid (Ξ²β i)] [(i : ΞΉ) β Module R (Ξ²β i)] [(i : ΞΉ) β Module R (Ξ²β i)] (f : (i : ΞΉ) β Ξ²β i ββ[R] Ξ²β i) : (DFinsupp.mapRange.linearMap f).range = Submodule.comap (DFinsupp.coeFnLinearMap R) (Submodule.pi Set.univ fun x => (f x).range) - 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.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} : p β f.invtSubmodule β p β€ Submodule.comap f p - Function.Exact.exact_mapQ_iff π Mathlib.Algebra.Exact.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} {P : Type u_6} [Ring R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (hfg : Function.Exact βf βg) {p : Submodule R M} {q : Submodule R N} {r : Submodule R P} (hpq : p β€ Submodule.comap f q) (hqr : q β€ Submodule.comap g r) : Function.Exact β(p.mapQ q f hpq) β(q.mapQ r g hqr) β g.range β r β€ Submodule.map g q - Submodule.comap_op_one π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] : Submodule.comap (β(MulOpposite.opLinearEquiv R)) 1 = 1 - Submodule.comap_unop_one π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] : Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) 1 = 1 - Submodule.comap_op_pow π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (n : β) (M : Submodule R Aα΅α΅α΅) : Submodule.comap (β(MulOpposite.opLinearEquiv R)) (M ^ n) = Submodule.comap (β(MulOpposite.opLinearEquiv R)) M ^ n - Submodule.comap_unop_pow π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (M : Submodule R A) (n : β) : Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) (M ^ n) = Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) M ^ n - Submodule.comap_op_mul π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (M N : Submodule R Aα΅α΅α΅) : Submodule.comap (β(MulOpposite.opLinearEquiv R)) (M * N) = Submodule.comap (β(MulOpposite.opLinearEquiv R)) N * Submodule.comap (β(MulOpposite.opLinearEquiv R)) M - Submodule.equivOpposite_apply π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (p : Submodule R Aα΅α΅α΅) : Submodule.equivOpposite p = MulOpposite.op (Submodule.comap (β(MulOpposite.opLinearEquiv R)) p) - Submodule.comap_unop_mul π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (M N : Submodule R A) : Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) (M * N) = Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) N * Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) M - Submodule.equivOpposite_symm_apply π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (p : (Submodule R A)α΅α΅α΅) : Submodule.equivOpposite.symm p = Submodule.comap (β(MulOpposite.opLinearEquiv R).symm) (MulOpposite.unop p) - Submodule.smul_comap_le_comap_smul π Mathlib.RingTheory.Ideal.Operations
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] {M' : Type w} [AddCommMonoid M'] [Module R M'] (f : M ββ[R] M') (S : Submodule R M') (I : Ideal R) : I β’ Submodule.comap f S β€ Submodule.comap f (I β’ S) - Submodule.smul_top_le_comap_smul_top π Mathlib.RingTheory.Ideal.Operations
{R : Type u_1} [Semiring R] {M : Type u_2} {N : Type u_3} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (I : Ideal R) (f : M ββ[R] N) : I β’ β€ β€ Submodule.comap f (I β’ β€) - Submodule.comap_smul'' π Mathlib.RingTheory.Ideal.Operations
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] {M' : Type w} [AddCommMonoid M'] [Module R M'] {f : M ββ[R] M'} (hf : Function.Injective βf) {p : Submodule R M'} (hp : p β€ f.range) {I : Ideal R} : Submodule.comap f (I β’ p) = I β’ Submodule.comap f p - Submodule.comap_smul_top_of_surjective π Mathlib.RingTheory.Ideal.Operations
{R : Type u_1} [Semiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (I : Ideal R) (f : M ββ[R] N) (h : Function.Surjective βf) : Submodule.comap f (I β’ β€) = I β’ β€ β f.ker - Submodule.mem_annihilator' π Mathlib.RingTheory.Ideal.Maps
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] {N : Submodule R M} {r : R} : r β N.annihilator β N β€ Submodule.comap (r β’ LinearMap.id) β₯ - Submodule.IsPrincipal.of_comap π Mathlib.RingTheory.PrincipalIdealDomain
{R : Type u} {M : Type v} {N : Type u_2} [Semiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f : M ββ[R] N) (hf : Function.Surjective βf) (S : Submodule R N) [hI : (Submodule.comap f S).IsPrincipal] : S.IsPrincipal - DirectSum.ker_lmap π Mathlib.Algebra.DirectSum.Module
{R : Type u} [Semiring R] {ΞΉ : Type v} {M : ΞΉ β Type w} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] {N : ΞΉ β Type u_1} [(i : ΞΉ) β AddCommMonoid (N i)] [(i : ΞΉ) β Module R (N i)] (f : (i : ΞΉ) β M i ββ[R] N i) : (DirectSum.lmap f).ker = Submodule.comap (DirectSum.coeFnLinearMap R) (Submodule.pi Set.univ fun i => (f i).ker) - DirectSum.range_lmap π Mathlib.Algebra.DirectSum.Module
{R : Type u} [Semiring R] {ΞΉ : Type v} {M : ΞΉ β Type w} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] {N : ΞΉ β Type u_1} [(i : ΞΉ) β AddCommMonoid (N i)] [(i : ΞΉ) β Module R (N i)] (f : (i : ΞΉ) β M i ββ[R] N i) : (DirectSum.lmap f).range = Submodule.comap (DirectSum.coeFnLinearMap R) (Submodule.pi Set.univ fun i => (f i).range) - 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) - 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 - LinearMap.comap_eq_sup_ker_of_disjoint π Mathlib.LinearAlgebra.FiniteDimensional.Basic
{K : Type u} {V : Type v} [DivisionRing K] [AddCommGroup V] [Module K V] {p : Submodule K V} [FiniteDimensional K β₯p] {f : V ββ[K] V} (h : β x β p, f x β p) (h' : Disjoint p f.ker) : Submodule.comap f p = p β f.ker - Polynomial.aeval_apply_smul_mem_of_le_comap π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] {q : Submodule R M} {m : M} (hm : m β q) (p : Polynomial R) (f : Module.End R M) (hq : q β€ Submodule.comap f q) : ((Polynomial.aeval f) p) m β q - Polynomial.aeval_apply_smul_mem_of_le_comap' π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {A : Type z} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] {q : Submodule R M} {m : M} [Semiring A] [Algebra R A] [Module A M] [IsScalarTower R A M] (hm : m β q) (p : Polynomial R) (a : A) (hq : q β€ Submodule.comap ((Algebra.lsmul R R M) a) q) : (Polynomial.aeval a) p β’ m β q - le_comap_range_lTensor π 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) (q : Q) : g.range β€ Submodule.comap ((TensorProduct.mk R Q P) q) (LinearMap.lTensor Q g).range - le_comap_range_rTensor π 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) (q : Q) : g.range β€ Submodule.comap ((TensorProduct.mk R P Q).flip q) (LinearMap.rTensor Q g).range - LinearMap.rTensor_injective_of_fg π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {N : Type u_1} {P : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] {f : N ββ[R] P} (h : β (N' : Submodule R N) (P' : Submodule R P), N'.FG β P'.FG β β (h : N' β€ Submodule.comap f P'), Function.Injective β(LinearMap.rTensor M (f.restrict h))) : Function.Injective β(LinearMap.rTensor M f) - Module.le_comap_jacobson π Mathlib.RingTheory.Jacobson.Radical
{R : Type u_1} {Rβ : Type u_2} {M : Type u_3} {Mβ : Type u_4} [Ring R] [Ring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] (f : M βββ[Οββ] Mβ) : Module.jacobson R M β€ Submodule.comap f (Module.jacobson Rβ Mβ) - Module.comap_jacobson_of_bijective π Mathlib.RingTheory.Jacobson.Radical
{R : Type u_1} {Rβ : Type u_2} {M : Type u_3} {Mβ : Type u_4} [Ring R] [Ring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} (hf : Function.Bijective βf) : Submodule.comap f (Module.jacobson Rβ Mβ) = Module.jacobson R M - Module.comap_jacobson_of_ker_le π Mathlib.RingTheory.Jacobson.Radical
{R : Type u_1} {Rβ : Type u_2} {M : Type u_3} {Mβ : Type u_4} [Ring R] [Ring Rβ] [AddCommGroup M] [Module R M] [AddCommGroup Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} [RingHomSurjective Οββ] {f : M βββ[Οββ] Mβ} (surj : Function.Surjective βf) (le : f.ker β€ Module.jacobson R M) : Submodule.comap f (Module.jacobson Rβ Mβ) = Module.jacobson R M - LinearMap.lift_rank_comap_le π Mathlib.LinearAlgebra.Dimension.RankNullity
{R : Type u_1} {M : Type u} {M' : Type v} [Ring R] [AddCommGroup M] [AddCommGroup M'] [Module R M] [Module R M'] [HasRankNullity.{u, u_1} R] {f : M ββ[R] M'} (p : Submodule R M') : Cardinal.lift.{v, u} (Module.rank R β₯(Submodule.comap f p)) β€ Cardinal.lift.{u, v} (Module.rank R β₯p) + Cardinal.lift.{v, u} (Module.rank R β₯f.ker) - Submodule.instFiniteDimensionalSubtypeMemComapOfKer π Mathlib.LinearAlgebra.FiniteDimensional.Lemmas
{K : Type u} {V : Type v} {W : Type v'} [DivisionRing K] [AddCommGroup W] [AddCommGroup V] [Module K V] [Module K W] {f : V ββ[K] W} (p : Submodule K W) [FiniteDimensional K β₯p] [FiniteDimensional K β₯f.ker] : FiniteDimensional K β₯(Submodule.comap f p) - Module.comap_eval_surjective π Mathlib.LinearAlgebra.Dual.Lemmas
(K : Type uK) (V : Type uV) [CommSemiring K] [AddCommMonoid V] [Module K V] [Module.Projective K V] : Function.Surjective (Submodule.comap (Module.Dual.eval K V)) - Subspace.comap_dualAnnihilator_dualAnnihilator π Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {V : Type u_2} [Field K] [AddCommGroup V] [Module K V] (W : Subspace K V) : Submodule.comap (Module.Dual.eval K V) (Submodule.dualAnnihilator W).dualAnnihilator = W - Submodule.localized'gi π Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M ββ[R] N) [IsLocalizedModule p f] : GaloisInsertion (Submodule.localized' S p f) fun x => Submodule.comap f (Submodule.restrictScalars R x) - Module.End.IsNilpotent.mapQ π Mathlib.RingTheory.Nilpotent.Lemmas
{R : Type u_1} {M : Type v} [Ring R] [AddCommGroup M] [Module R M] {f : Module.End R M} {p : Submodule R M} (hp : p β€ Submodule.comap f p) (hnp : IsNilpotent f) : IsNilpotent (p.mapQ p f hp) - 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.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)) - KaehlerDifferential.ker_map π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] (A : Type u_2) (B : Type u_3) [CommRing A] [CommRing B] [Algebra R A] [Algebra A B] [Algebra S B] [Algebra R B] [IsScalarTower R A B] [IsScalarTower R S B] [SMulCommClass S A B] : (KaehlerDifferential.map R S A B).ker = Submodule.map (Finsupp.linearCombination A β(KaehlerDifferential.D R A)) (Submodule.comap (Finsupp.mapRange.linearMap (Algebra.linearMap A B) ββ Finsupp.lmapDomain A A β(algebraMap A B)) (Submodule.restrictScalars A (KaehlerDifferential.kerTotal S B))) - Submodule.comap_dualAnnihilator_eq_orthogonalBilin π Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{Rβ : Type u_2} {Rβ : Type u_3} {Mβ : Type u_5} {Mβ : Type u_6} [CommSemiring Rβ] [CommSemiring Rβ] [AddCommMonoid Mβ] [Module Rβ Mβ] [AddCommMonoid Mβ] [Module Rβ Mβ] {Iβ : Rβ β+* Rβ} (B : Mβ ββ[Rβ] Mβ βββ[Iβ] Rβ) (S : Submodule Rβ Mβ) : Submodule.comap B.flip S.dualAnnihilator = Submodule.orthogonalBilin B S - Submodule.comap_orthogonalBilin_eval π Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{Rβ : Type u_2} {Rβ : Type u_3} {Mβ : Type u_5} {Mβ : Type u_6} [CommSemiring Rβ] [CommSemiring Rβ] [AddCommMonoid Mβ] [Module Rβ Mβ] [AddCommMonoid Mβ] [Module Rβ Mβ] {Iβ : Rβ β+* Rβ} {B : Mβ ββ[Rβ] Mβ βββ[Iβ] Rβ} (S : Submodule Rβ Mβ) : Submodule.comap B.flip (Submodule.orthogonalBilin (Module.Dual.eval Rβ Mβ) S) = Submodule.orthogonalBilin B S - Submodule.orthogonalBilin_eval_map π Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{Rβ : Type u_2} {Mβ : Type u_5} [CommSemiring Rβ] [AddCommMonoid Mβ] [Module Rβ Mβ] {Mβ' : Type u_9} [AddCommMonoid Mβ'] [Module Rβ Mβ'] (q : Mβ ββ[Rβ] Mβ') (S : Submodule Rβ Mβ) : Submodule.orthogonalBilin (Module.Dual.eval Rβ Mβ') (Submodule.map q S) = Submodule.comap q.dualMap (Submodule.orthogonalBilin (Module.Dual.eval Rβ Mβ) S) - Submodule.orthogonalBilin_id_map_dualMap π Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{Rβ : Type u_2} {Mβ : Type u_5} [CommSemiring Rβ] [AddCommMonoid Mβ] [Module Rβ Mβ] {Mβ' : Type u_9} [AddCommMonoid Mβ'] [Module Rβ Mβ'] (q : Mβ ββ[Rβ] Mβ') (S : Submodule Rβ (Module.Dual Rβ Mβ')) : Submodule.orthogonalBilin LinearMap.id (Submodule.map q.dualMap S) = Submodule.comap q (Submodule.orthogonalBilin LinearMap.id S) - CliffordAlgebra.evenOdd_comap_reverse π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (n : ZMod 2) : Submodule.comap CliffordAlgebra.reverse (CliffordAlgebra.evenOdd Q n) = CliffordAlgebra.evenOdd Q n - CliffordAlgebra.evenOdd_comap_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (n : ZMod 2) : Submodule.comap CliffordAlgebra.involute.toLinearMap (CliffordAlgebra.evenOdd Q n) = CliffordAlgebra.evenOdd Q n - CliffordAlgebra.ΞΉ_range_comap_reverse π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) : Submodule.comap CliffordAlgebra.reverse (CliffordAlgebra.ΞΉ Q).range = (CliffordAlgebra.ΞΉ Q).range - CliffordAlgebra.submodule_map_reverse_eq_comap π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (p : Submodule R (CliffordAlgebra Q)) : Submodule.map CliffordAlgebra.reverse p = Submodule.comap CliffordAlgebra.reverse p - CliffordAlgebra.ΞΉ_range_comap_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) : Submodule.comap CliffordAlgebra.involute.toLinearMap (CliffordAlgebra.ΞΉ Q).range = (CliffordAlgebra.ΞΉ Q).range - CliffordAlgebra.submodule_map_involute_eq_comap π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (p : Submodule R (CliffordAlgebra Q)) : Submodule.map CliffordAlgebra.involute.toLinearMap p = Submodule.comap CliffordAlgebra.involute.toLinearMap p - CliffordAlgebra.submodule_comap_pow_reverse π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (p : Submodule R (CliffordAlgebra Q)) (n : β) : Submodule.comap CliffordAlgebra.reverse (p ^ n) = Submodule.comap CliffordAlgebra.reverse p ^ n - CliffordAlgebra.submodule_comap_mul_reverse π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (p q : Submodule R (CliffordAlgebra Q)) : Submodule.comap CliffordAlgebra.reverse (p * q) = Submodule.comap CliffordAlgebra.reverse q * Submodule.comap CliffordAlgebra.reverse p - PresheafOfModules.Submodule.map π Mathlib.Algebra.Category.ModuleCat.Presheaf.Submodule
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {R : CategoryTheory.Functor Cα΅α΅ RingCat} {M : PresheafOfModules R} (self : M.Submodule) {X Y : Cα΅α΅} (f : X βΆ Y) : self.obj X β€ Submodule.comap (M.restrictββ f) (self.obj Y) - PresheafOfModules.Submodule.mk π Mathlib.Algebra.Category.ModuleCat.Presheaf.Submodule
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {R : CategoryTheory.Functor Cα΅α΅ RingCat} {M : PresheafOfModules R} (obj : (X : Cα΅α΅) β Submodule β(R.obj X) β(M.obj X)) (map : β {X Y : Cα΅α΅} (f : X βΆ Y), obj X β€ Submodule.comap (M.restrictββ f) (obj Y)) : M.Submodule - ContinuousLinearEquiv.ofSubmodule' π Mathlib.Topology.Algebra.Module.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_3} {Mβ : Type u_4} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [TopologicalSpace M] [AddCommMonoid Mβ] [TopologicalSpace Mβ] {module_M : Module R M} {module_Mβ : Module Rβ Mβ} {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} (f : M βSL[Οββ] Mβ) (U : Submodule Rβ Mβ) : β₯(Submodule.comap (ββf) U) βSL[Οββ] β₯U - ContinuousLinearEquiv.ofSubmodule'_apply π Mathlib.Topology.Algebra.Module.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_3} {Mβ : Type u_4} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [TopologicalSpace M] [AddCommMonoid Mβ] [TopologicalSpace Mβ] {module_M : Module R M} {module_Mβ : Module Rβ Mβ} {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} (f : M βSL[Οββ] Mβ) (U : Submodule Rβ Mβ) (x : β₯(Submodule.comap (ββf) U)) : β((f.ofSubmodule' U) x) = f βx - ContinuousLinearEquiv.ofSubmodule'_symm_apply π Mathlib.Topology.Algebra.Module.Equiv
{R : Type u_1} {Rβ : Type u_2} {M : Type u_3} {Mβ : Type u_4} [Semiring R] [Semiring Rβ] [AddCommMonoid M] [TopologicalSpace M] [AddCommMonoid Mβ] [TopologicalSpace Mβ] {module_M : Module R M} {module_Mβ : Module Rβ Mβ} {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} (f : M βSL[Οββ] Mβ) (U : Submodule Rβ Mβ) (x : β₯U) : β((f.ofSubmodule' U).symm x) = f.symm βx
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 ce5dd8c