Loogle!
Result
Found 11 declarations mentioning Equiv.prodCongr.
- Equiv.prodCongr ๐ Mathlib.Logic.Equiv.Prod
{ฮฑโ : Type u_9} {ฮฑโ : Type u_10} {ฮฒโ : Type u_11} {ฮฒโ : Type u_12} (eโ : ฮฑโ โ ฮฑโ) (eโ : ฮฒโ โ ฮฒโ) : ฮฑโ ร ฮฒโ โ ฮฑโ ร ฮฒโ - Equiv.prodCongr_refl_left ๐ Mathlib.Logic.Equiv.Prod
{ฮฑโ : Type u_9} {ฮฒโ : Type u_11} {ฮฒโ : Type u_12} (e : ฮฒโ โ ฮฒโ) : (Equiv.refl ฮฑโ).prodCongr e = Equiv.prodCongrRight fun x => e - Equiv.prodCongr_refl_right ๐ Mathlib.Logic.Equiv.Prod
{ฮฑโ : Type u_9} {ฮฒโ : Type u_11} {ฮฒโ : Type u_12} (e : ฮฒโ โ ฮฒโ) : e.prodCongr (Equiv.refl ฮฑโ) = Equiv.prodCongrLeft fun x => e - Equiv.prodCongr_symm ๐ Mathlib.Logic.Equiv.Prod
{ฮฑโ : Type u_9} {ฮฑโ : Type u_10} {ฮฒโ : Type u_11} {ฮฒโ : Type u_12} (eโ : ฮฑโ โ ฮฑโ) (eโ : ฮฒโ โ ฮฒโ) : (eโ.prodCongr eโ).symm = eโ.symm.prodCongr eโ.symm - Equiv.prodCongr_apply ๐ Mathlib.Logic.Equiv.Prod
{ฮฑโ : Type u_9} {ฮฑโ : Type u_10} {ฮฒโ : Type u_11} {ฮฒโ : Type u_12} (eโ : ฮฑโ โ ฮฑโ) (eโ : ฮฒโ โ ฮฒโ) : โ(eโ.prodCongr eโ) = Prod.map โeโ โeโ - AlgEquiv.prodCongr_apply ๐ Mathlib.Algebra.Algebra.Prod
{R : Type u_1} [CommSemiring R] {S : Type u_5} {T : Type u_6} {A : Type u_7} {B : Type u_8} [Semiring A] [Semiring B] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] [Algebra R A] [Algebra R B] (l : S โโ[R] A) (r : T โโ[R] B) (x : S ร T) : (l.prodCongr r) x = ((โl).prodCongr โr) x - AlgEquiv.prodCongr_symm_apply ๐ Mathlib.Algebra.Algebra.Prod
{R : Type u_1} [CommSemiring R] {S : Type u_5} {T : Type u_6} {A : Type u_7} {B : Type u_8} [Semiring A] [Semiring B] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] [Algebra R A] [Algebra R B] (l : S โโ[R] A) (r : T โโ[R] B) (x : A ร B) : (l.prodCongr r).symm x = ((โl).prodCongr โr).symm x - Matrix.kroneckerMap_reindex_left ๐ Mathlib.LinearAlgebra.Matrix.Kronecker
{ฮฑ : Type u_3} {ฮฒ : Type u_5} {ฮณ : Type u_7} {l : Type u_9} {m : Type u_10} {n : Type u_11} {l' : Type u_15} {m' : Type u_16} {n' : Type u_17} (f : ฮฑ โ ฮฒ โ ฮณ) (el : l โ l') (em : m โ m') (M : Matrix l m ฮฑ) (N : Matrix n n' ฮฒ) : Matrix.kroneckerMap f ((Matrix.reindex el em) M) N = (Matrix.reindex (el.prodCongr (Equiv.refl n)) (em.prodCongr (Equiv.refl n'))) (Matrix.kroneckerMap f M N) - Matrix.kroneckerMap_reindex_right ๐ Mathlib.LinearAlgebra.Matrix.Kronecker
{ฮฑ : Type u_3} {ฮฒ : Type u_5} {ฮณ : Type u_7} {l : Type u_9} {m : Type u_10} {n : Type u_11} {l' : Type u_15} {m' : Type u_16} {n' : Type u_17} (f : ฮฑ โ ฮฒ โ ฮณ) (em : m โ m') (en : n โ n') (M : Matrix l l' ฮฑ) (N : Matrix m n ฮฒ) : Matrix.kroneckerMap f M ((Matrix.reindex em en) N) = (Matrix.reindex ((Equiv.refl l).prodCongr em) ((Equiv.refl l').prodCongr en)) (Matrix.kroneckerMap f M N) - Matrix.kroneckerMap_reindex ๐ Mathlib.LinearAlgebra.Matrix.Kronecker
{ฮฑ : Type u_3} {ฮฒ : Type u_5} {ฮณ : Type u_7} {l : Type u_9} {m : Type u_10} {n : Type u_11} {p : Type u_12} {l' : Type u_15} {m' : Type u_16} {n' : Type u_17} {p' : Type u_18} (f : ฮฑ โ ฮฒ โ ฮณ) (el : l โ l') (em : m โ m') (en : n โ n') (ep : p โ p') (M : Matrix l m ฮฑ) (N : Matrix n p ฮฒ) : Matrix.kroneckerMap f ((Matrix.reindex el em) M) ((Matrix.reindex en ep) N) = (Matrix.reindex (el.prodCongr en) (em.prodCongr ep)) (Matrix.kroneckerMap f M N) - CategoryTheory.Functor.Monoidal.RepresentableBy.tensorObj_homEquiv ๐ Mathlib.CategoryTheory.Monoidal.Cartesian.FunctorCategory
{C : Type u_2} [CategoryTheory.Category.{v_2, u_2} C] [CategoryTheory.CartesianMonoidalCategory C] {F G : CategoryTheory.Functor Cแตแต (Type v)} {X Y : C} (hโ : F.RepresentableBy X) (hโ : G.RepresentableBy Y) {I : C} : (CategoryTheory.Functor.Monoidal.RepresentableBy.tensorObj hโ hโ).homEquiv = CategoryTheory.CartesianMonoidalCategory.homEquivToProd.trans (hโ.homEquiv.prodCongr hโ.homEquiv)
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