Loogle!
Result
Found 138 declarations mentioning LinearMap.flip.
- LinearMap.flip ð Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} [Semiring R] [Semiring Râ] [Semiring S] [Semiring Sâ] {M : Type u_5} {N : Type u_7} {P : Type u_9} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Sâ Râ P] {Ïââ : R â+* Râ} {Ïââ : S â+* Sâ} (f : M âââ[Ïââ] N âââ[Ïââ] P) : N âââ[Ïââ] M âââ[Ïââ] P - LinearMap.flip_inj ð Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} [Semiring R] [Semiring Râ] [Semiring S] [Semiring Sâ] {M : Type u_5} {N : Type u_7} {P : Type u_9} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Sâ Râ P] {Ïââ : R â+* Râ} {Ïââ : S â+* Sâ} {f g : M âââ[Ïââ] N âââ[Ïââ] P} (H : f.flip = g.flip) : f = g - LinearMap.flip_flip ð Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} [Semiring R] [Semiring Râ] [Semiring S] [Semiring Sâ] {M : Type u_5} {N : Type u_7} {P : Type u_9} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Sâ Râ P] {Ïââ : R â+* Râ} {Ïââ : S â+* Sâ} (f : M âââ[Ïââ] N âââ[Ïââ] P) : f.flip.flip = f - LinearMap.flip_apply ð Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} [Semiring R] [Semiring Râ] [Semiring S] [Semiring Sâ] {M : Type u_5} {N : Type u_7} {P : Type u_9} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Sâ Râ P] {Ïââ : R â+* Râ} {Ïââ : S â+* Sâ} (f : M âââ[Ïââ] N âââ[Ïââ] P) (m : M) (n : N) : (f.flip n) m = (f m) n - LinearMap.lflip_apply ð Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} [Semiring R] [Semiring Râ] [Semiring S] [Semiring Sâ] {M : Type u_5} {N : Type u_7} {P : Type u_9} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Sâ Râ P] {Ïââ : R â+* Râ} {Ïââ : S â+* Sâ} {Râ : Type u_14} [Semiring Râ] [Module Râ P] [SMulCommClass Sâ Râ P] [SMulCommClass Râ Râ P] (f : M âââ[Ïââ] N âââ[Ïââ] P) : LinearMap.lflip f = f.flip - LinearMap.dualCoannihilator_range_eq_ker_flip ð Mathlib.LinearAlgebra.Dual.Defs
{R : Type u_1} {M : Type u_2} {M' : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] (B : M ââ[R] M' ââ[R] R) : B.range.dualCoannihilator = B.flip.ker - LinearMap.finsuppLinearMap_apply_apply_support ð Mathlib.RingTheory.Finiteness.Finsupp
{R : Type u_1} {M : Type u_2} {N : Type u_3} {ι : Type u_4} (S : Type u_5) [Semiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Semiring S] [Module S N] [SMulCommClass R S N] (m : ι ââ M ââ[R] N) (mâ : M) : (((LinearMap.finsuppLinearMap S) m) mâ).support = Finsupp.onFinsetSupport m.support (â(LinearMap.id.flip mâ) â âm) - Submodule.mapâ_flip ð Mathlib.Algebra.Module.Submodule.Bilinear
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : M ââ[R] N ââ[R] P) (p : Submodule R M) (q : Submodule R N) : Submodule.mapâ f.flip q p = Submodule.mapâ f p q - Submodule.mapâ_span_singleton_eq_map_flip ð Mathlib.Algebra.Module.Submodule.Bilinear
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : M ââ[R] N ââ[R] P) (s : Submodule R M) (n : N) : Submodule.mapâ f s (R â n) = Submodule.map (f.flip n) s - TensorProduct.lift_comp_comm_eq ð Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) {Râ : Type u_2} [CommSemiring R] [CommSemiring Râ] {Ïââ : R â+* Râ} (M : Type u_6) (N : Type u_7) {Pâ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pâ] [Module R M] [Module R N] [Module Râ Pâ] (f : M âââ[Ïââ] N âââ[Ïââ] Pâ) : TensorProduct.lift f âââ â(TensorProduct.comm R N M) = TensorProduct.lift f.flip - LinearMap.rTensor_comp_flip_mk ð Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ââ[R] P) (m : M) : LinearMap.rTensor M f ââ (TensorProduct.mk R N M).flip m = (TensorProduct.mk R P M).flip m ââ f - LinearMap.flip_mul ð Mathlib.Algebra.Algebra.Bilinear
{R : Type u_1} {A : Type u_2} [CommSemiring R] [NonUnitalNonAssocCommSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] : (LinearMap.mul R A).flip = LinearMap.mul R A - LinearMap.rid_comp_lTensor ð Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f : M ââ[R] R) : â(TensorProduct.rid R N) ââ LinearMap.lTensor N f = TensorProduct.lift ((LinearMap.lsmul R N).flip.complâ f) - TensorProduct.toLinearMap_symm_rid ð Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] {M : Type u_4} [AddCommMonoid M] [Module R M] : â(TensorProduct.rid R M).symm = (TensorProduct.mk R M R).flip 1 - TensorProduct.sum_tmul_basis_right_injective ð Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {κ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (ð : Module.Basis κ R N) : Function.Injective â((Finsupp.lsum R) fun i => (TensorProduct.mk R M N).flip (ð i)) - TensorProduct.equivFinsuppOfBasisRight_symm ð Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {κ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq κ] (ð : Module.Basis κ R N) : â(TensorProduct.equivFinsuppOfBasisRight ð).symm = (Finsupp.lsum R) fun i => (TensorProduct.mk R M N).flip (ð i) - Algebra.TensorProduct.toLinearMap_includeLeft ð Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CommSemiring S] [Algebra S A] [SMulCommClass R S A] : Algebra.TensorProduct.includeLeft.toLinearMap = (TensorProduct.AlgebraTensorModule.mk R S A B).flip 1 - TensorProduct.flip_mk_surjective ð Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} (S : Type u_3) {T : Type u_4} [CommSemiring R] [Semiring S] [Algebra R S] [Ring T] [Algebra R T] (h : Function.Surjective â(algebraMap R T)) : Function.Surjective â((TensorProduct.mk R S T).flip 1) - 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 - IsBaseChange.map_id_lsmul_eq_lsmul_algebraMap ð Mathlib.RingTheory.IsTensorProduct
{R : Type u_1} {M : Type vâ} {N : Type vâ} {S : Type vâ} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [CommSemiring S] [Algebra R S] [Module R M] [Module R N] [Module S N] [IsScalarTower R S N] {f : M ââ[R] N} (hf : IsBaseChange S f) (x : R) : IsTensorProduct.map hf hf LinearMap.id ((LinearMap.lsmul R M) x) = âR ((LinearMap.lsmul S N) ((algebraMap R S) x)) - Coalgebra.lTensor_counit_comp_comul ð Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} {instâ : CommSemiring R} {instâ¹ : AddCommMonoid A} {instâ² : Module R A} [self : Coalgebra R A] : LinearMap.lTensor A CoalgebraStruct.counit ââ CoalgebraStruct.comul = (TensorProduct.mk R A R).flip 1 - Coalgebra.mk ð Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [toCoalgebraStruct : CoalgebraStruct R A] (coassoc : â(TensorProduct.assoc R A A A) ââ LinearMap.rTensor A CoalgebraStruct.comul ââ CoalgebraStruct.comul = LinearMap.lTensor A CoalgebraStruct.comul ââ CoalgebraStruct.comul) (rTensor_counit_comp_comul : LinearMap.rTensor A CoalgebraStruct.counit ââ CoalgebraStruct.comul = (TensorProduct.mk R R A) 1) (lTensor_counit_comp_comul : LinearMap.lTensor A CoalgebraStruct.counit ââ CoalgebraStruct.comul = (TensorProduct.mk R A R).flip 1) : Coalgebra R A - ModuleCat.ihom_coev_app ð Mathlib.Algebra.Category.ModuleCat.Monoidal.Closed
{R : Type u} [CommRing R] (M N : ModuleCat R) : (CategoryTheory.ihom.coev M).app N = ModuleCat.ofHomâ (TensorProduct.mk R â(Opposite.unop (Opposite.op M)) â((CategoryTheory.Functor.id (ModuleCat R)).obj N)).flip - ModuleCat.ihom_ev_app ð Mathlib.Algebra.Category.ModuleCat.Monoidal.Closed
{R : Type u} [CommRing R] (M N : ModuleCat R) : (CategoryTheory.ihom.ev M).app N = ModuleCat.ofHom ((TensorProduct.uncurry (RingHom.id R) âM â(M â¹ N) âN) (LinearMap.lcomp R âN âModuleCat.homLinearEquiv ââ LinearMap.id.flip)) - LinearMap.isSymm_iff_eq_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {M : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] {B : LinearMap.BilinForm R M} : LinearMap.IsSymm B â B = LinearMap.flip B - LinearMap.IsRefl.flip_isRefl_iff ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {M : Type u_5} {Mâ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : B.flip.IsRefl â B.IsRefl - LinearMap.isOrthoáµ¢_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {M : Type u_5} {Mâ : Type u_6} {n : Type u_19} [CommSemiring R] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid M] [Module R M] {Iâ Iâ' : Râ â+* R} (B : Mâ âââ[Iâ] Mâ âââ[Iâ'] M) {v : n â Mâ} : B.IsOrthoáµ¢ v â B.flip.IsOrthoáµ¢ v - LinearMap.isOrtho_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {M : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid M] [Module R M] {Iâ Iâ' : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ'] M} {x y : Mâ} : B.IsOrtho x y â B.flip.IsOrtho y x - LinearMap.flip_nondegenerate ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_5} {Mâ : Type u_6} {Mâ : Type u_7} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : B.flip.Nondegenerate â B.Nondegenerate - LinearMap.flip_separatingLeft ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_5} {Mâ : Type u_6} {Mâ : Type u_7} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : B.flip.SeparatingLeft â B.SeparatingRight - LinearMap.flip_separatingRight ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_5} {Mâ : Type u_6} {Mâ : Type u_7} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : B.flip.SeparatingRight â B.SeparatingLeft - LinearMap.separatingRight_iff_flip_ker_eq_bot ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_5} {Mâ : Type u_6} {Mâ : Type u_7} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : B.SeparatingRight â B.flip.ker = ⥠- LinearMap.BilinMap.isSymm_iff_eq_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {M : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] {N : Type u_20} [AddCommMonoid N] [Module R N] {B : LinearMap.BilinMap R M N} : (â (x y : M), (B x) y = (B y) x) â B = LinearMap.flip B - LinearMap.IsRefl.ker_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {M : Type u_5} {Mâ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (H : B.IsRefl) : B.flip.ker = B.ker - LinearMap.IsRefl.ker_flip_eq_bot ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {M : Type u_5} {Mâ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (H : B.IsRefl) (h : B.ker = â¥) : B.flip.ker = ⥠- LinearMap.IsRefl.ker_eq_bot_iff_ker_flip_eq_bot ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {M : Type u_5} {Mâ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (H : B.IsRefl) : B.ker = ⥠â B.flip.ker = ⥠- LinearMap.separatingRight_iff_linear_flip_nontrivial ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_5} {Mâ : Type u_6} {Mâ : Type u_7} [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : B.SeparatingRight â â (y : Mâ), B.flip y = 0 â y = 0 - LinearMap.isAlt_iff_eq_neg_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {Râ : Type u_2} {Mâ : Type u_6} [CommRing R] [CommSemiring Râ] [AddCommMonoid Mâ] [Module Râ Mâ] {I : Râ â+* R} [NoZeroDivisors R] [CharZero R] {B : Mâ âââ[I] Mâ âââ[I] R} : B.IsAlt â B = -B.flip - LinearMap.dualAnnihilator_ker_eq_range_flip ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [Module.IsReflexive K Vâ] : B.ker.dualAnnihilator = B.flip.range - LinearMap.flip_bijective_iffâ ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [FiniteDimensional K Vâ] : Function.Bijective âB.flip â Function.Bijective âB - LinearMap.flip_bijective_iffâ ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [FiniteDimensional K Vâ] : Function.Bijective âB.flip â Function.Bijective âB - LinearMap.flip_injective_iffâ ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [FiniteDimensional K Vâ] : Function.Injective âB.flip â Function.Surjective âB - LinearMap.flip_injective_iffâ ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [FiniteDimensional K Vâ] : Function.Injective âB.flip â Function.Surjective âB - LinearMap.flip_surjective_iffâ ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [FiniteDimensional K Vâ] : Function.Surjective âB.flip â Function.Injective âB - LinearMap.flip_surjective_iffâ ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_1} {Vâ : Type u_2} {Vâ : Type u_3} [Field K] [AddCommGroup Vâ] [Module K Vâ] [AddCommGroup Vâ] [Module K Vâ] {B : Vâ ââ[K] Vâ ââ[K] K} [FiniteDimensional K Vâ] : Function.Surjective âB.flip â Function.Injective âB - Submodule.flip_quotDualCoannihilatorToDual_injective ð Mathlib.LinearAlgebra.Dual.Lemmas
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (W : Submodule R (Module.Dual R M)) : Function.Injective âW.quotDualCoannihilatorToDual.flip - Subspace.flip_quotDualCoannihilatorToDual_bijective ð Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_4} {V : Type u_5} [Field K] [AddCommGroup V] [Module K V] (W : Subspace K (Module.Dual K V)) [FiniteDimensional K â¥W] : Function.Bijective â(Submodule.quotDualCoannihilatorToDual W).flip - TensorProduct.tensorQuotEquivQuotSMul_comp_mk ð Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (I : Ideal R) : â(TensorProduct.tensorQuotEquivQuotSMul M I) ââ (TensorProduct.mk R M (R â§ž I)).flip 1 = (I ⢠â€).mkQ - TensorProduct.tensorQuotEquivQuotSMul_symm_comp_mkQ ð Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (I : Ideal R) : â(TensorProduct.tensorQuotEquivQuotSMul M I).symm ââ (I ⢠â€).mkQ = (TensorProduct.mk R M (R â§ž I)).flip 1 - Submodule.le_orthogonalBilin_flip_orthogonalBilin ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} {S : Submodule Râ Mâ} : S †Submodule.orthogonalBilin B.flip (Submodule.orthogonalBilin B S) - Submodule.orthogonalBilin_orthogonalBilin_flip_orthogonalBilin ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (S : Submodule Râ Mâ) : Submodule.orthogonalBilin B (Submodule.orthogonalBilin B.flip (Submodule.orthogonalBilin B S)) = Submodule.orthogonalBilin B S - Submodule.orthogonalBilin_gc ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} (B : Mâ âââ[Iâ] Mâ âââ[Iâ] M) : GaloisConnection (Submodule.orthogonalBilin B) (Submodule.orthogonalBilin B.flip) - Submodule.le_orthogonalBilin_flip_of_le_orthogonBilin ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} {S : Submodule Râ Mâ} {T : Submodule Râ Mâ} : T †Submodule.orthogonalBilin B S â S †Submodule.orthogonalBilin B.flip T - Submodule.le_orthogonalBilin_of_le_orthogonBilin_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} {S : Submodule Râ Mâ} {T : Submodule Râ Mâ} : S †Submodule.orthogonalBilin B.flip T â T †Submodule.orthogonalBilin B S - Submodule.le_orthogonalBilin_flip_iff_le_orthogonalBilin ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} {S : Submodule Râ Mâ} {T : Submodule Râ Mâ} : S †Submodule.orthogonalBilin B.flip T â T †Submodule.orthogonalBilin B S - Submodule.ker_le_orthogonalBilin_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (S : Submodule Râ Mâ) : B.ker †Submodule.orthogonalBilin B.flip S - Submodule.orthogonalBilin_flip_orthogonalBilin_orthogonalBilin_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (S : Submodule Râ Mâ) : Submodule.orthogonalBilin B.flip (Submodule.orthogonalBilin B (Submodule.orthogonalBilin B.flip S)) = Submodule.orthogonalBilin B.flip S - Submodule.orthogonalBilin_top_eq_ker ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} : Submodule.orthogonalBilin B †= B.flip.ker - Submodule.ker_flip_le_orthogonalBilin ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} (S : Submodule Râ Mâ) : B.flip.ker †Submodule.orthogonalBilin B S - 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.mem_orthogonalBilin_iff_le_ker_flip ð Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{R : Type u_1} {Râ : Type u_2} {Râ : Type u_3} {M : Type u_4} {Mâ : Type u_5} {Mâ : Type u_6} [CommSemiring R] [CommSemiring Râ] [CommSemiring Râ] [AddCommMonoid M] [Module R M] [AddCommMonoid Mâ] [Module Râ Mâ] [AddCommMonoid Mâ] [Module Râ Mâ] {Iâ : Râ â+* R} {Iâ : Râ â+* R} {B : Mâ âââ[Iâ] Mâ âââ[Iâ] M} {S : Submodule Râ Mâ} {y : Mâ} : y â Submodule.orthogonalBilin B S â S †(B.flip y).ker - 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 - LinearMap.BilinMap.polarBilin_toQuadraticMap ð Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {B : LinearMap.BilinMap R M N} : B.toQuadraticMap.polarBilin = B + LinearMap.flip B - QuadraticMap.associated_left_inverse' ð Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] {Bâ : LinearMap.BilinMap R M N} (hBâ : LinearMap.flip Bâ = Bâ) : (QuadraticMap.associatedHom S) Bâ.toQuadraticMap = Bâ - QuadraticMap.canLift' ð Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [Invertible 2] : CanLift (LinearMap.BilinMap R M N) (QuadraticMap R M N) â(QuadraticMap.associatedHom â) fun B => LinearMap.flip B = B - QuadraticMap.associated_flip ð Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) : LinearMap.flip ((QuadraticMap.associatedHom S) Q) = (QuadraticMap.associatedHom S) Q - CliffordAlgebra.forall_mul_self_eq_iff ð Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_4} [Ring A] [Algebra R A] (h2 : IsUnit 2) (f : M ââ[R] A) : (â (x : M), f x * f x = (algebraMap R A) (Q x)) â (LinearMap.mul R A).complâ f ââ f + (LinearMap.mul R A).flip.complâ f ââ f = LinearMap.comprâ (QuadraticMap.polarBilin Q) (Algebra.linearMap R A) - LinearMap.trace_comp_comm ð Mathlib.LinearAlgebra.Trace
(R : Type u_1) [CommRing R] (M : Type u_2) [AddCommGroup M] [Module R M] (N : Type u_3) [AddCommGroup N] [Module R N] [Module.Free R M] [Module.Finite R M] [Module.Free R N] [Module.Finite R N] : (LinearMap.llcomp R M N M).comprâ (LinearMap.trace R M) = (LinearMap.llcomp R N M N).flip.comprâ (LinearMap.trace R N) - LinearMap.lsmul_flip_apply ð Mathlib.LinearAlgebra.BilinearForm.Basic
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (m : M) : (LinearMap.lsmul R M).flip m = LinearMap.toSpanSingleton R M m - LieModule.traceForm_flip ð Mathlib.Algebra.Lie.TraceForm
(R : Type u_1) (L : Type u_3) (M : Type u_4) [CommRing R] [LieRing L] [LieAlgebra R L] [AddCommGroup M] [Module R M] [LieRingModule L M] [LieModule R L M] : LinearMap.flip (LieModule.traceForm R L M) = LieModule.traceForm R L M - LinearMap.IsPerfPair.flip ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [Module R M] [Module R N] {p : M ââ[R] N ââ[R] R} (hp : p.IsPerfPair) : p.flip.IsPerfPair - LinearMap.flip.instIsPerfPair ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [Module R M] [Module R N] {p : M ââ[R] N ââ[R] R} [p.IsPerfPair] : p.flip.IsPerfPair - LinearMap.IsPerfectCompl.flip ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} [p.IsPerfPair] {U : Submodule R M} {V : Submodule R N} (h : p.IsPerfectCompl U V) : p.flip.IsPerfectCompl V U - LinearMap.IsPerfectCompl.flip_iff ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} [p.IsPerfPair] {U : Submodule R M} {V : Submodule R N} : p.flip.IsPerfectCompl V U â p.IsPerfectCompl U V - LinearEquiv.coe_toLinearMap_flip ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Module.IsReflexive R M] (e : N ââ[R] Module.Dual R M) : âe.flip = (âe).flip - LinearMap.IsPerfectCompl.isCompl_right ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} [p.IsPerfPair] {U : Submodule R M} {V : Submodule R N} (self : p.IsPerfectCompl U V) : IsCompl V (Submodule.map (âp.flip.toPerfPair.symm) U.dualAnnihilator) - LinearMap.IsPerfPair.bijective_right ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} {instâ : AddCommMonoid M} {instâ¹ : AddCommMonoid N} {instâ² : CommSemiring R} {instâ³ : Module R M} {instâ⎠: Module R N} (p : M ââ[R] N ââ[R] R) [self : p.IsPerfPair] : Function.Bijective âp.flip - Submodule.dualCoannihilator_map_linearEquiv_flip ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (e : N ââ[R] Module.Dual R M) (p : Submodule R M) : (Submodule.map (âe).flip p).dualCoannihilator = Submodule.map (âe.symm) p.dualAnnihilator - LinearMap.IsPerfectCompl.mk ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} [p.IsPerfPair] {U : Submodule R M} {V : Submodule R N} (isCompl_left : IsCompl U (Submodule.map (âp.toPerfPair.symm) V.dualAnnihilator)) (isCompl_right : IsCompl V (Submodule.map (âp.flip.toPerfPair.symm) U.dualAnnihilator)) : p.IsPerfectCompl U V - LinearMap.IsPerfPair.mk ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [Module R M] [Module R N] {p : M ââ[R] N ââ[R] R} (bijective_left : Function.Bijective âp) (bijective_right : Function.Bijective âp.flip) : p.IsPerfPair - LinearMap.apply_toPerfPair_flip ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_4} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [Module R M] [Module R N] (p : M ââ[R] N ââ[R] R) [p.IsPerfPair] (f : Module.Dual R M) (x : M) : (p x) (p.flip.toPerfPair.symm f) = f x - Submodule.map_dualCoannihilator_linearEquiv_flip ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Module.IsReflexive R M] (e : N ââ[R] Module.Dual R M) (p : Submodule R (Module.Dual R M)) : Submodule.map (âe).flip p.dualCoannihilator = (Submodule.map (âe.symm) p).dualAnnihilator - LinearMap.IsPerfPair.of_injective ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{K : Type u_1} {M : Type u_2} {N : Type u_3} [Field K] [AddCommGroup M] [AddCommGroup N] [Module K M] [Module K N] {p : M ââ[K] N ââ[K] K} [FiniteDimensional K M] (h : Function.Injective âp) (h' : Function.Injective âp.flip) : p.IsPerfPair - LinearMap.IsPerfPair.of_injective' ð Mathlib.LinearAlgebra.PerfectPairing.Basic
{K : Type u_1} {M : Type u_2} {N : Type u_3} [Field K] [AddCommGroup M] [AddCommGroup N] [Module K M] [Module K N] {p : M ââ[K] N ââ[K] K} [FiniteDimensional K N] (h : Function.Injective âp) (h' : Function.Injective âp.flip) : p.IsPerfPair - RootPairing.flip_toLinearMap ð Mathlib.LinearAlgebra.RootSystem.Defs
{ι : 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) : P.flip.toLinearMap = P.flip - RootPairing.toPerfPair_flip_comp_coroot ð Mathlib.LinearAlgebra.RootSystem.Defs
{ι : 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) : âP.flip.toPerfPair â âP.coroot = P.coroot' - RootPairing.coroot_root_eq_pairing ð Mathlib.LinearAlgebra.RootSystem.Defs
{ι : 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) (i j : ι) : (P.flip (P.coroot i)) (P.root j) = P.pairing j i - RootPairing.coroot_root_two ð Mathlib.LinearAlgebra.RootSystem.Defs
{ι : 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) (i : ι) : (P.flip (P.coroot i)) (P.root i) = 2 - RootPairing.reflection_dualMap_eq_coreflection ð Mathlib.LinearAlgebra.RootSystem.Defs
{ι : 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) (i : ι) : â(P.reflection i).dualMap ââ P.flip = P.flip ââ â(P.coreflection i) - RootPairing.toPerfPair_flip_conj_coreflection ð Mathlib.LinearAlgebra.RootSystem.Defs
{ι : 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) (i : ι) : P.flip.toPerfPair.conj â(P.coreflection i) = (â(P.reflection i)).dualMap - LinearMap.IsPerfPair.restrictScalars ð Mathlib.LinearAlgebra.PerfectPairing.Restrict
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (p : M ââ[R] N ââ[R] R) [p.IsPerfPair] {S : Type u_4} {M' : Type u_5} {N' : Type u_6} [CommRing S] [IsDomain S] [Algebra S R] [Module S M] [Module S N] [IsScalarTower S R M] [IsScalarTower S R N] [Module.IsTorsionFree S R] [Nontrivial R] [AddCommGroup M'] [Module S M'] [AddCommGroup N'] [Module S N'] (i : M' ââ[S] M) (j : N' ââ[S] N) (hi : Function.Injective âi) (hj : Function.Injective âj) (hM : Submodule.span R âi.range = â€) (hN : Submodule.span R âj.range = â€) (hâ : â (g : Module.Dual S N'), â m, âS (p.toPerfPair (i m)) ââ j = Algebra.linearMap S R ââ g) (hâ : â (g : Module.Dual S M'), â n, âS (p.flip.toPerfPair (j n)) ââ i = Algebra.linearMap S R ââ g) (hp : â (m : M') (n : N'), (p (i m)) (j n) â (algebraMap S R).range) : (i.restrictScalarsRangeâ j (Algebra.linearMap S R) ⯠p hp).IsPerfPair - RootPairing.corootSpan_map_flip_toPerfPair ð Mathlib.LinearAlgebra.RootSystem.IsValuedIn
{ι : Type u_1} {R : Type u_2} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (P : RootPairing ι R M N) : Submodule.map (âP.flip.toPerfPair) (P.corootSpan R) = Submodule.span R (Set.range P.coroot') - RootPairing.equiv_of_mapsTo ð 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 : M ââ[R] N ââ[R] R) (root : ι ⪠M) (coroot : ι ⪠N) (i : ι) (h : â (i : ι), Set.MapsTo (â(Module.preReflection (root i) (p.flip (coroot i)))) (Set.range âroot) (Set.range âroot)) (hp : â (i : ι), (p (root i)) (coroot i) = 2) : ι â ι - RootPairing.mk'' ð Mathlib.LinearAlgebra.RootSystem.Basic
{ι : Type u_1} {M : Type u_3} {N : Type u_4} [AddCommGroup M] [AddCommGroup N] [Finite ι] {k : Type u_5} [Field k] [CharZero k] [Module k M] [Module k N] (p : M ââ[k] N ââ[k] k) [p.IsPerfPair] (root : ι ⪠M) (coroot : ι ⪠N) (hp : â (i : ι), (p (root i)) (coroot i) = 2) (hs : â (i : ι), Set.MapsTo (â(Module.preReflection (root i) (p.flip (coroot i)))) (Set.range âroot) (Set.range âroot)) (hsp : Submodule.span k (Set.range âroot) = â€) : RootPairing ι k M N - RootPairing.mk' ð 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] [Finite ι] [CharZero R] [IsDomain R] [Module.IsTorsionFree R M] (p : M ââ[R] N ââ[R] R) [p.IsPerfPair] (root : ι ⪠M) (coroot : ι ⪠N) (hp : â (i : ι), (p (root i)) (coroot i) = 2) (hr : â (i : ι), Set.MapsTo (â(Module.preReflection (root i) (p.flip (coroot i)))) (Set.range âroot) (Set.range âroot)) (hc : â (i : ι), Set.MapsTo (â(Module.preReflection (coroot i) (p (root i)))) (Set.range âcoroot) (Set.range âcoroot)) : RootPairing ι R M N - RootPairing.equiv_of_mapsTo_apply ð 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 : M ââ[R] N ââ[R] R) (root : ι ⪠M) (coroot : ι ⪠N) (i : ι) (h : â (i : ι), Set.MapsTo (â(Module.preReflection (root i) (p.flip (coroot i)))) (Set.range âroot) (Set.range âroot)) (hp : â (i : ι), (p (root i)) (coroot i) = 2) (j : ι) : (RootPairing.equiv_of_mapsTo p root coroot i h hp) j = â¯.choose - RootPairing.equiv_of_mapsTo_symm_apply ð 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 : M ââ[R] N ââ[R] R) (root : ι ⪠M) (coroot : ι ⪠N) (i : ι) (h : â (i : ι), Set.MapsTo (â(Module.preReflection (root i) (p.flip (coroot i)))) (Set.range âroot) (Set.range âroot)) (hp : â (i : ι), (p (root i)) (coroot i) = 2) (j : ι) : (RootPairing.equiv_of_mapsTo p root coroot i h hp).symm j = â¯.choose - RootPairing.isRootSystem_mk'' ð Mathlib.LinearAlgebra.RootSystem.Basic
{ι : Type u_1} {M : Type u_3} {N : Type u_4} [AddCommGroup M] [AddCommGroup N] [Finite ι] {k : Type u_5} [Field k] [CharZero k] [Module k M] [Module k N] {p : M ââ[k] N ââ[k] k} [p.IsPerfPair] {root : ι ⪠M} {coroot : ι ⪠N} {hp : â (i : ι), (p (root i)) (coroot i) = 2} {hs : â (i : ι), Set.MapsTo (â(Module.preReflection (root i) (p.flip (coroot i)))) (Set.range âroot) (Set.range âroot)} {hsp : Submodule.span k (Set.range âroot) = â€} (h_int : â (i j : ι), â z, âz = (p (root i)) (coroot j)) : (RootPairing.mk'' p root coroot hp hs hsp).IsRootSystem - 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) - Representation.leftRegular_norm_apply ð Mathlib.RepresentationTheory.Basic
{k : Type u_1} {G : Type u_2} [CommSemiring k] [Group G] [Fintype G] : (Representation.leftRegular k G).norm = (LinearMap.lsmul k (MonoidAlgebra k G)).flip ((Representation.leftRegular k G).norm (MonoidAlgebra.single 1 1)) ââ (Finsupp.linearCombination k fun x => 1) ââ â(MonoidAlgebra.coeffLinearEquiv k) - Algebra.FormallyUnramified.comp_sec ð Mathlib.RingTheory.Unramified.Finite
(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] [Algebra.FormallyUnramified R S] [Algebra.EssFiniteType R S] : TensorProduct.AlgebraTensorModule.lift (âR (Algebra.lsmul S S M).toLinearMap.flip).flip ââ Algebra.FormallyUnramified.sec R S M = LinearMap.id - flip_innerâ ð Mathlib.Analysis.InnerProductSpace.Basic
(F : Type u_3) [SeminormedAddCommGroup F] [InnerProductSpace â F] : (innerâ F).flip = innerâ F - LinearMap.isSymmetric_iff_sesqForm ð Mathlib.Analysis.InnerProductSpace.Symmetric
{ð : Type u_1} {E : Type u_2} [RCLike ð] [SeminormedAddCommGroup E] [InnerProductSpace ð E] (T : E ââ[ð] E) : T.IsSymmetric â (innerââ ð).flip.IsSelfAdjoint âT - separatingDual_iff_injective ð Mathlib.Analysis.LocallyConvex.SeparatingDual
{R : Type u_1} {V : Type u_2} [Field R] [AddCommGroup V] [TopologicalSpace R] [TopologicalSpace V] [IsTopologicalRing R] [Module R V] : SeparatingDual R V â Function.Injective â(ContinuousLinearMap.coeLM R).flip - LinearMap.subset_bipolar ð Mathlib.Analysis.LocallyConvex.Polar
{ð : Type u_1} {E : Type u_2} {F : Type u_3} [NormedCommRing ð] [AddCommMonoid E] [AddCommMonoid F] [Module ð E] [Module ð F] (B : E ââ[ð] F ââ[ð] ð) (s : Set E) : s â B.flip.polar (B.polar s) - LinearMap.tripolar_eq_polar ð Mathlib.Analysis.LocallyConvex.Polar
{ð : Type u_1} {E : Type u_2} {F : Type u_3} [NormedCommRing ð] [AddCommMonoid E] [AddCommMonoid F] [Module ð E] [Module ð F] (B : E ââ[ð] F ââ[ð] ð) (s : Set E) : B.polar (B.flip.polar (B.polar s)) = B.polar s - LinearMap.polar_gc ð Mathlib.Analysis.LocallyConvex.Polar
{ð : Type u_1} {E : Type u_2} {F : Type u_3} [NormedCommRing ð] [AddCommMonoid E] [AddCommMonoid F] [Module ð E] [Module ð F] (B : E ââ[ð] F ââ[ð] ð) : GaloisConnection (âOrderDual.toDual â B.polar) (B.flip.polar â âOrderDual.ofDual) - LinearMap.polar_isClosed ð Mathlib.Analysis.LocallyConvex.Polar
{ð : Type u_1} {E : Type u_2} {F : Type u_3} [NormedCommRing ð] [AddCommMonoid E] [AddCommMonoid F] [Module ð E] [Module ð F] (B : E ââ[ð] F ââ[ð] ð) (s : Set E) : IsClosed (B.polar s) - LinearMap.leftDualEquiv ð Mathlib.Analysis.LocallyConvex.WeakDual
{ð : Type u_5} {E : Type u_6} {F : Type u_7} [NontriviallyNormedField ð] [AddCommGroup E] [Module ð E] [AddCommGroup F] [Module ð F] (B : E ââ[ð] F ââ[ð] ð) (hl : B.SeparatingLeft) : E ââ[ð] StrongDual ð (WeakBilin B.flip) - LinearMap.flip.instIsContPerfPair ð Mathlib.Topology.Algebra.Module.PerfectPairing
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [TopologicalSpace R] [AddCommGroup M] [Module R M] [TopologicalSpace M] [AddCommGroup N] [Module R N] [TopologicalSpace N] (p : M ââ[R] N ââ[R] R) [p.IsContPerfPair] : p.flip.IsContPerfPair - LinearMap.IsContPerfPair.bijective_right ð Mathlib.Topology.Algebra.Module.PerfectPairing
{R : Type u_1} {M : Type u_2} {N : Type u_3} {instâ : CommRing R} {instâ¹ : TopologicalSpace R} {instâ² : AddCommGroup M} {instâ³ : Module R M} {instâ⎠: TopologicalSpace M} {instââµ : AddCommGroup N} {instââ¶ : Module R N} {instââ· : TopologicalSpace N} (p : M ââ[R] N ââ[R] R) [self : p.IsContPerfPair] : Function.Bijective fun y => { toLinearMap := p.flip y, cont := ⯠} - LinearMap.IsContPerfPair.mk ð Mathlib.Topology.Algebra.Module.PerfectPairing
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [TopologicalSpace R] [AddCommGroup M] [Module R M] [TopologicalSpace M] [AddCommGroup N] [Module R N] [TopologicalSpace N] {p : M ââ[R] N ââ[R] R} (continuous_uncurry : Continuous fun x => match x with | (x, y) => (p x) y) (bijective_left : Function.Bijective fun x => { toLinearMap := p x, cont := ⯠}) (bijective_right : Function.Bijective fun y => { toLinearMap := p.flip y, cont := ⯠}) : p.IsContPerfPair - LinearMap.isAdjointPair_inner ð Mathlib.Analysis.InnerProductSpace.Adjoint
{ð : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike ð] [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace ð E] [InnerProductSpace ð F] [FiniteDimensional ð E] [FiniteDimensional ð F] (A : E ââ[ð] F) : (innerââ ð).flip.IsAdjointPair (innerââ ð).flip âA â(LinearMap.adjoint A) - ContinuousLinearMap.isAdjointPair_inner ð Mathlib.Analysis.InnerProductSpace.Adjoint
{ð : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike ð] [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace ð E] [InnerProductSpace ð F] [CompleteSpace E] [CompleteSpace F] (A : E âL[ð] F) : (innerââ ð).flip.IsAdjointPair (innerââ ð).flip âA â(ContinuousLinearMap.adjoint A) - PointedCone.subset_dual_dual ð Mathlib.Geometry.Convex.Cone.Dual
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} {s : Set M} : s â â(PointedCone.dual p.flip â(PointedCone.dual p s)) - PointedCone.subset_dual_flip_iff_subset_dual ð Mathlib.Geometry.Convex.Cone.Dual
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} {s : Set M} {t : Set N} : s â â(PointedCone.dual p.flip t) â t â â(PointedCone.dual p s) - PointedCone.dual_dual_flip_dual ð Mathlib.Geometry.Convex.Cone.Dual
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} (s : Set M) : PointedCone.dual p â(PointedCone.dual p.flip â(PointedCone.dual p s)) = PointedCone.dual p s - PointedCone.dual_flip_dual_dual_flip ð Mathlib.Geometry.Convex.Cone.Dual
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} (s : Set N) : PointedCone.dual p.flip â(PointedCone.dual p â(PointedCone.dual p.flip s)) = PointedCone.dual p.flip s - PointedCone.dual_eq_comap_dual_eval ð Mathlib.Geometry.Convex.Cone.Dual
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} (s : Set M) : PointedCone.dual p s = PointedCone.comap p.flip (PointedCone.dual (Module.Dual.eval R M) s) - PointedCone.dual_univ ð Mathlib.Geometry.Convex.Cone.Dual
{R : Type u_1} [CommRing R] [PartialOrder R] [IsOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] {p : M ââ[R] N ââ[R] R} (hp : Function.Injective âp.flip) : PointedCone.dual p Set.univ = 0 - ProperCone.dual_dual_flip ð Mathlib.Analysis.Convex.Cone.Dual
{E : Type u_1} {F : Type u_2} [TopologicalSpace E] [AddCommGroup E] [IsTopologicalAddGroup E] [TopologicalSpace F] [AddCommGroup F] [Module â E] [ContinuousSMul â E] [LocallyConvexSpace â E] [Module â F] (p : F ââ[â] E ââ[â] â) [p.IsContPerfPair] (C : ProperCone â E) : ProperCone.dual p â(ProperCone.dual p.flip âC) = C - ProperCone.dual_flip_dual ð Mathlib.Analysis.Convex.Cone.Dual
{E : Type u_1} {F : Type u_2} [TopologicalSpace E] [AddCommGroup E] [IsTopologicalAddGroup E] [TopologicalSpace F] [AddCommGroup F] [Module â E] [ContinuousSMul â E] [LocallyConvexSpace â E] [Module â F] (p : E ââ[â] F ââ[â] â) [p.IsContPerfPair] (C : ProperCone â E) : ProperCone.dual p.flip â(ProperCone.dual p âC) = C - ProperCone.subset_dual_dual ð Mathlib.Analysis.Convex.Cone.Dual
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [PartialOrder R] [IsOrderedRing R] [TopologicalSpace R] [ClosedIciTopology R] [AddCommGroup M] [Module R M] [TopologicalSpace M] [AddCommGroup N] [Module R N] [TopologicalSpace N] {p : M ââ[R] N ââ[R] R} [p.IsContPerfPair] {s : Set M} : s â â(ProperCone.dual p.flip â(ProperCone.dual p s)) - VectorFourier.integral_fourierIntegral_smul_eq_flip ð Mathlib.Analysis.Fourier.FourierTransform
{ð : Type u_1} [CommRing ð] {V : Type u_2} [AddCommGroup V] [Module ð V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module ð W] {F : Type u_5} [NormedAddCommGroup F] [NormedSpace â F] [TopologicalSpace ð] [IsTopologicalRing ð] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar ð Circle} {ÎŒ : MeasureTheory.Measure V} {L : V ââ[ð] W ââ[ð] ð} {Μ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ÎŒ] [MeasureTheory.SigmaFinite Μ] [SecondCountableTopologyEither W V] [CompleteSpace F] {f : V â â} {g : W â F} (he : Continuous âe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ÎŒ) (hg : MeasureTheory.Integrable g Μ) : â« (Ο : W), VectorFourier.fourierIntegral e ÎŒ L f Ο ⢠g Ο âΜ = â« (x : V), f x ⢠VectorFourier.fourierIntegral e Μ L.flip g x âÎŒ - VectorFourier.integral_bilin_fourierIntegral_eq_flip ð Mathlib.Analysis.Fourier.FourierTransform
{ð : Type u_1} [CommRing ð] {V : Type u_2} [AddCommGroup V] [Module ð V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module ð W] {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace â E] [NormedAddCommGroup F] [NormedSpace â F] [NormedAddCommGroup G] [NormedSpace â G] [TopologicalSpace ð] [IsTopologicalRing ð] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar ð Circle} {ÎŒ : MeasureTheory.Measure V} {L : V ââ[ð] W ââ[ð] ð} {Μ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ÎŒ] [MeasureTheory.SigmaFinite Μ] [SecondCountableTopologyEither W V] [CompleteSpace E] [CompleteSpace F] {f : V â E} {g : W â F} (M : E âL[â] F âL[â] G) (he : Continuous âe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ÎŒ) (hg : MeasureTheory.Integrable g Μ) : â« (Ο : W), (M (VectorFourier.fourierIntegral e ÎŒ L f Ο)) (g Ο) âΜ = â« (x : V), (M (f x)) (VectorFourier.fourierIntegral e Μ L.flip g x) âÎŒ - VectorFourier.integral_sesq_fourierIntegral_eq_neg_flip ð Mathlib.Analysis.Fourier.FourierTransform
{ð : Type u_1} [CommRing ð] {V : Type u_2} [AddCommGroup V] [Module ð V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module ð W] {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace â E] [NormedAddCommGroup F] [NormedSpace â F] [NormedAddCommGroup G] [NormedSpace â G] [TopologicalSpace ð] [IsTopologicalRing ð] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar ð Circle} {ÎŒ : MeasureTheory.Measure V} {L : V ââ[ð] W ââ[ð] ð} {Μ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ÎŒ] [MeasureTheory.SigmaFinite Μ] [SecondCountableTopologyEither W V] [CompleteSpace E] [CompleteSpace F] {f : V â E} {g : W â F} (M : E âLâ[â] F âL[â] G) (he : Continuous âe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ÎŒ) (hg : MeasureTheory.Integrable g Μ) : â« (Ο : W), (M (VectorFourier.fourierIntegral e ÎŒ L f Ο)) (g Ο) âΜ = â« (x : V), (M (f x)) (VectorFourier.fourierIntegral e Μ (-L.flip) g x) âÎŒ - Real.zero_at_infty_vector_fourierIntegral ð Mathlib.Analysis.Fourier.RiemannLebesgueLemma
{E : Type u_1} {V : Type u_2} [NormedAddCommGroup E] [NormedSpace â E] (f : V â E) [AddCommGroup V] [TopologicalSpace V] [IsTopologicalAddGroup V] [T2Space V] [MeasurableSpace V] [BorelSpace V] [Module â V] [ContinuousSMul â V] [FiniteDimensional â V] (ÎŒ : MeasureTheory.Measure V) [ÎŒ.IsAddHaarMeasure] : Filter.Tendsto (VectorFourier.fourierIntegral Real.fourierChar ÎŒ (topDualPairing â V).flip f) (Filter.cocompact (StrongDual â V)) (nhds 0) - PointedCone.DualFG.dual_dual_flip ð Mathlib.Geometry.Convex.Cone.DualFinite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [PartialOrder R] [IsOrderedRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {p : M ââ[R] N ââ[R] R} {C : PointedCone R N} (hC : PointedCone.DualFG p C) : PointedCone.dual p â(PointedCone.dual p.flip âC) = C - PointedCone.DualFG.dual_flip_dual ð Mathlib.Geometry.Convex.Cone.DualFinite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [PartialOrder R] [IsOrderedRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {p : M ââ[R] N ââ[R] R} {C : PointedCone R M} (hC : PointedCone.DualFG p.flip C) : PointedCone.dual p.flip â(PointedCone.dual p âC) = C - LinearMap.liftQâ ð Mathlib.LinearAlgebra.Quotient.Bilinear
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} {M : Type u_5} {N : Type u_6} {P : Type u_7} [Ring R] [Ring Râ] [Ring S] [Ring Sâ] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Râ Sâ P] {Ï : R â+* Râ} {Ï : S â+* Sâ} (M' : Submodule R M) (N' : Submodule S N) (f : M âââ[Ï] N âââ[Ï] P) (hM' : M' †f.ker) (hN' : N' †f.flip.ker) : M â§ž M' âââ[Ï] N â§ž N' âââ[Ï] P - LinearMap.liftQâ_mk ð Mathlib.LinearAlgebra.Quotient.Bilinear
{R : Type u_1} {Râ : Type u_2} {S : Type u_3} {Sâ : Type u_4} {M : Type u_5} {N : Type u_6} {P : Type u_7} [Ring R] [Ring Râ] [Ring S] [Ring Sâ] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module S N] [Module Râ P] [Module Sâ P] [SMulCommClass Râ Sâ P] {Ï : R â+* Râ} {Ï : S â+* Sâ} {M' : Submodule R M} {N' : Submodule S N} {f : M âââ[Ï] N âââ[Ï] P} (hM' : M' †f.ker) (hN' : N' †f.flip.ker) (m : M) (n : N) : ((LinearMap.liftQâ M' N' f hM' hN') (Submodule.Quotient.mk m)) (Submodule.Quotient.mk n) = (f m) n - Rep.tensorHomEquiv_apply ð Mathlib.RepresentationTheory.Rep.Basic
{k : Type u} [CommRing k] {G : Type v} [Group G] (A B C : Rep.{u, u, v} k G) (f : CategoryTheory.MonoidalCategoryStruct.tensorObj A B â¶ C) : (A.tensorHomEquiv B C) f = Rep.ofHom { toLinearMap := (TensorProduct.curry (Rep.Hom.hom f).toLinearMap).flip, isIntertwining' := ⯠} - Rep.ihom_coev_app_hom ð Mathlib.RepresentationTheory.Rep.Basic
{k : Type u} [CommRing k] {G : Type v} [Group G] (A B : Rep.{u, u, v} k G) : (Rep.Hom.hom ((CategoryTheory.ihom.coev A).app B)).toLinearMap = (TensorProduct.mk k âA â((CategoryTheory.Functor.id (Rep.{u, u, v} k G)).obj B)).flip - Rep.MonoidalClosed.linearHomEquiv_hom ð Mathlib.RepresentationTheory.Rep.Basic
{k : Type u} [CommRing k] {G : Type v} [Group G] (A B C : Rep.{u, u, v} k G) (f : CategoryTheory.MonoidalCategoryStruct.tensorObj A B â¶ C) : (Rep.Hom.hom ((Rep.MonoidalClosed.linearHomEquiv A B C) f)).toLinearMap = (TensorProduct.curry (Rep.Hom.hom f).toLinearMap).flip - Rep.tensorHomEquiv_symm_apply ð Mathlib.RepresentationTheory.Rep.Basic
{k : Type u} [CommRing k] {G : Type v} [Group G] (A B C : Rep.{u, u, v} k G) (f : B â¶ A.ihom.obj C) : (A.tensorHomEquiv B C).symm f = Rep.ofHom { toLinearMap := (TensorProduct.uncurry (RingHom.id k) âA âB âC) (Rep.Hom.hom f).flip, isIntertwining' := ⯠} - Rep.MonoidalClosed.linearHomEquiv_symm_hom ð Mathlib.RepresentationTheory.Rep.Basic
{k : Type u} [CommRing k] {G : Type v} [Group G] (A B C : Rep.{u, u, v} k G) (f : B â¶ A â¹ C) : (Rep.Hom.hom ((Rep.MonoidalClosed.linearHomEquiv A B C).symm f)).toLinearMap = (TensorProduct.uncurry (RingHom.id k) âA âB âC) (Rep.Hom.hom f).flip - Rep.ihom_ev_app_hom ð Mathlib.RepresentationTheory.Rep.Basic
{k : Type u} [CommRing k] {G : Type v} [Group G] (A B : Rep.{u, u, v} k G) : (Rep.Hom.hom ((CategoryTheory.ihom.ev A).app B)).toLinearMap = (TensorProduct.uncurry (RingHom.id k) (âA) (âA ââ[k] âB) âB) LinearMap.id.flip - LinearMap.IsWeak.instFlip ð Mathlib.Topology.Algebra.Module.IsWeak
{ð : Type u_2} {E : Type u_3} {F : Type u_4} [CommSemiring ð] [TopologicalSpace ð] [AddCommMonoid E] [Module ð E] [AddCommMonoid F] [Module ð F] [inst : TopologicalSpace E] (B : E ââ[ð] F ââ[ð] ð) [hB : B.IsWeak] : B.flip.flip.IsWeak
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