Loogle!
Result
Found 47 declarations mentioning Module.Dual.eval.
- Module.Dual.eval π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] : M ββ[R] Module.Dual R (Module.Dual R M) - 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 - Module.evalEquiv_toLinearMap π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] : β(Module.evalEquiv R M) = Module.Dual.eval R M - Module.bijective_dual_eval π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] : Function.Bijective β(Module.Dual.eval R M) - Module.IsReflexive.bijective_dual_eval' π Mathlib.LinearAlgebra.Dual.Defs
{R : Type u_1} {M : Type u_2} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid M} {instβΒ² : Module R M} [self : Module.IsReflexive R M] : Function.Bijective β(Module.Dual.eval R M) - Module.IsReflexive.mk π Mathlib.LinearAlgebra.Dual.Defs
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (bijective_dual_eval' : Function.Bijective β(Module.Dual.eval R M)) : Module.IsReflexive R M - Module.Dual.eval_apply π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] (v : M) (a : Module.Dual R M) : ((Module.Dual.eval R M) v) a = a v - LinearMap.ker_dualMap_eq_dualCoannihilator_range π 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'] (f : M ββ[R] M') : f.dualMap.ker = (Module.Dual.eval R M' ββ f).range.dualCoannihilator - Module.erange_coe π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] : (Module.Dual.eval R M).range = β€ - Module.Dual.eval_naturality π 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β] (f : Mβ ββ[R] Mβ) : f.dualMap.dualMap ββ Module.Dual.eval R Mβ = Module.Dual.eval R Mβ ββ f - Submodule.map_dualCoannihilator_le π 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.map (Module.Dual.eval R M) Ξ¦.dualCoannihilator β€ Ξ¦.dualAnnihilator - Module.dualMap_dualMap_eq_iff_of_injective π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] {f g : M ββ[R] M'} (h : Function.Injective β(Module.Dual.eval R M')) : f.dualMap.dualMap = g.dualMap.dualMap β f = g - Module.evalEquiv_apply π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] (m : M) : (Module.evalEquiv R M) m = (Module.Dual.eval R M) m - Module.Dual.eval_comp_comp_evalEquiv_eq π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] {f : M ββ[R] M'} : Module.Dual.eval R M' ββ f ββ β(Module.evalEquiv R M).symm = f.dualMap.dualMap - Module.symm_dualMap_evalEquiv π Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_1) (M : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [Module.IsReflexive R M] : β(Module.evalEquiv R M).symm.dualMap = Module.Dual.eval R (Module.Dual R M) - Module.mapEvalEquiv_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 M) : (Module.mapEvalEquiv R M) W = Submodule.map (Module.Dual.eval R M) W - 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'' - Module.Basis.eval_ker π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} [CommSemiring R] [AddCommMonoid M] [Module R M] {ΞΉ : Type u_1} (b : Module.Basis ΞΉ R M) : (Module.Dual.eval R M).ker = β₯ - Module.Basis.eval_injective π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} [CommSemiring R] [AddCommMonoid M] [Module R M] {ΞΉ : Type u_1} (b : Module.Basis ΞΉ R M) : Function.Injective β(Module.Dual.eval R M) - Module.Basis.toDual_toDual π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} {ΞΉ : Type uΞΉ} [CommSemiring R] [AddCommMonoid M] [Module R M] [DecidableEq ΞΉ] (b : Module.Basis ΞΉ R M) [Finite ΞΉ] : b.dualBasis.toDual ββ b.toDual = Module.Dual.eval R M - Module.Basis.eval_range π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} [CommSemiring R] [AddCommMonoid M] [Module R M] {ΞΉ : Type u_1} [Finite ΞΉ] (b : Module.Basis ΞΉ R M) : (Module.Dual.eval R M).range = β€ - LinearMap.eval_separatingRight π Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {M : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] : (Module.Dual.eval R M).SeparatingRight - LinearMap.SeparatingRight.eval π Mathlib.LinearAlgebra.SesquilinearForm.Basic
{R : Type u_1} {M : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] : (Module.Dual.eval R M).SeparatingRight - LinearMap.eval_nondegenerate π Mathlib.LinearAlgebra.Dual.Lemmas
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] [Module.Projective R M] : (Module.Dual.eval R M).Nondegenerate - LinearMap.eval_separatingLeft π Mathlib.LinearAlgebra.Dual.Lemmas
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] [Module.Projective R M] : (Module.Dual.eval R M).SeparatingLeft - LinearMap.Nondegenerate.eval π Mathlib.LinearAlgebra.Dual.Lemmas
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] [Module.Projective R M] : (Module.Dual.eval R M).Nondegenerate - LinearMap.SeparatingLeft.eval π Mathlib.LinearAlgebra.Dual.Lemmas
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] [Module.Projective R M] : (Module.Dual.eval R M).SeparatingLeft - Module.eval_ker π Mathlib.LinearAlgebra.Dual.Lemmas
(K : Type uK) (V : Type uV) [CommSemiring K] [AddCommMonoid V] [Module K V] [Module.Projective K V] : (Module.Dual.eval K V).ker = β₯ - 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)) - Module.map_eval_injective π Mathlib.LinearAlgebra.Dual.Lemmas
(K : Type uK) (V : Type uV) [CommSemiring K] [AddCommMonoid V] [Module K V] [Module.Projective K V] : Function.Injective (Submodule.map (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 - Module.eval_apply_injective π Mathlib.LinearAlgebra.Dual.Lemmas
(K : Type uK) {V : Type uV} [CommSemiring K] [AddCommMonoid V] [Module K V] [Module.Projective K V] : Function.Injective β(Module.Dual.eval K V) - Module.eval_apply_eq_zero_iff π Mathlib.LinearAlgebra.Dual.Lemmas
(K : Type uK) {V : Type uV} [CommSemiring K] [AddCommMonoid V] [Module K V] [Module.Projective K V] (v : V) : (Module.Dual.eval K V) v = 0 β v = 0 - Subspace.dualAnnihilator_dualAnnihilator_eq_map π Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_4} {V : Type u_5} [Field K] [AddCommGroup V] [Module K V] (W : Subspace K V) [FiniteDimensional K β₯W] : (Submodule.dualAnnihilator W).dualAnnihilator = Submodule.map (Module.Dual.eval K V) W - Subspace.map_dualCoannihilator π 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 V] : Submodule.map (Module.Dual.eval K V) (Submodule.dualCoannihilator W) = Submodule.dualAnnihilator W - Subspace.map_le_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.map (Module.Dual.eval K V) W β€ (Submodule.dualAnnihilator W).dualAnnihilator - transpose_dualTensorHom π Mathlib.LinearAlgebra.Contraction
{R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (f : Module.Dual R M) (m : M) : Module.Dual.transpose ((dualTensorHom R M M) (f ββ[R] m)) = (dualTensorHom R (Module.Dual R M) (Module.Dual R M)) ((Module.Dual.eval R M) m ββ[R] f) - Submodule.orthogonalBilin_eval_eq_dualAnnihilator π Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
{Rβ : Type u_2} {Mβ : Type u_5} [CommSemiring Rβ] [AddCommMonoid Mβ] [Module Rβ Mβ] (S : Submodule Rβ Mβ) : Submodule.orthogonalBilin (Module.Dual.eval Rβ Mβ) S = S.dualAnnihilator - 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) - LinearMap.IsPerfPair.dualEval π Mathlib.LinearAlgebra.PerfectPairing.Basic
{R : Type u_1} {M : Type u_2} [AddCommMonoid M] [CommSemiring R] [Module R M] [Module.IsReflexive R M] : (Module.Dual.eval R M).IsPerfPair - LinearEquiv.trans_dualMap_symm_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 βͺβ«β e.flip.symm.dualMap) = Module.Dual.eval R N - Module.preReflection_preReflection π Mathlib.LinearAlgebra.Reflection
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] {x : M} {f : Module.Dual R M} (y : M) (g : Module.Dual R M) (h : f x = 2) : Module.preReflection ((Module.preReflection x f) y) ((Module.preReflection f ((Module.Dual.eval R M) x)) g) = Module.preReflection x f ββ Module.preReflection y g ββ Module.preReflection x f - LinearMap.separatingLeft_dualProd π Mathlib.LinearAlgebra.QuadraticForm.Dual
(R : Type u_1) (M : Type u_2) [CommRing R] [AddCommGroup M] [Module R M] : LinearMap.SeparatingLeft (LinearMap.dualProd R M) β Function.Injective β(Module.Dual.eval R M) - 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.mem_maxTensorProduct π Mathlib.Geometry.Convex.Cone.TensorProduct
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {G : Type u_2} [AddCommGroup G] [Module R G] {H : Type u_3} [AddCommGroup H] [Module R H] {Cβ : PointedCone R G} {Cβ : PointedCone R H} {z : TensorProduct R G H} : z β Cβ.maxTensorProduct Cβ β β Ο β PointedCone.dual (Module.Dual.eval R G) βCβ, β Ο β PointedCone.dual (Module.Dual.eval R H) βCβ, 0 β€ ((TensorProduct.dualDistrib R G H) (Ο ββ[R] Ο)) z - PointedCone.basis_coord_mem_dual π Mathlib.Analysis.Convex.Cone.TensorProduct
{R : Type u_1} {M : Type u_2} [CommRing R] [PartialOrder R] [IsOrderedRing R] [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} (b : Module.Basis ΞΉ R M) (C : PointedCone R M) (hC : βC β β(PointedCone.hull R (Set.range βb))) (i : ΞΉ) : b.coord i β PointedCone.dual (Module.Dual.eval R M) βC
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