Loogle!
Result
Found 37 declarations mentioning LinearMap.prodMap.
- LinearMap.prodMap ๐ 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โ) : M ร Mโ โโ[R] Mโ ร Mโ - LinearMap.prodMap_id ๐ Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mโ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] : LinearMap.id.prodMap LinearMap.id = LinearMap.id - LinearMap.ker_prodMap ๐ 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โ) : (f.prodMap g).ker = f.ker.prod g.ker - LinearMap.range_prodMap ๐ 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โ) : (f.prodMap g).range = f.range.prod g.range - 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') - LinearMap.prodMap_map_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.map (f.prodMap g) (S.prod S') = (Submodule.map f S).prod (Submodule.map g S') - LinearMap.coe_prodMap ๐ 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โ) : โ(f.prodMap g) = Prod.map โf โg - LinearMap.prodMap_one ๐ Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mโ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] : LinearMap.prodMap 1 1 = 1 - LinearMap.prodMap_apply ๐ 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โ) (x : M ร Mโ) : (f.prodMap g) x = (f x.1, g x.2) - LinearEquiv.coe_prodCongr ๐ 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_M : Module R M} {module_Mโ : Module R Mโ} {module_Mโ : Module R Mโ} {module_Mโ : Module R Mโ} (eโ : M โโ[R] Mโ) (eโ : Mโ โโ[R] Mโ) : โ(eโ.prodCongr eโ) = (โeโ).prodMap โeโ - LinearMap.prodMap_zero ๐ 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โ] : LinearMap.prodMap 0 0 = 0 - LinearMap.prodMap_comp ๐ Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mโ : Type w} {Mโ : Type y} {Mโ : Type z} {Mโ : Type u_1} {Mโ : Type u_2} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [AddCommMonoid Mโ ] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] [Module R Mโ] [Module R Mโ] [Module R Mโ ] [Module R Mโ] (fโโ : M โโ[R] Mโ) (fโโ : Mโ โโ[R] Mโ) (gโโ : Mโ โโ[R] Mโ ) (gโโ : Mโ โโ[R] Mโ) : fโโ.prodMap gโโ โโ fโโ.prodMap gโโ = (fโโ โโ fโโ).prodMap (gโโ โโ gโโ) - LinearEquiv.snd_comp_prodAssoc ๐ Mathlib.LinearAlgebra.Prod
{R : Type u} {Mโ : Type w} {Mโ : Type y} {Mโ : Type u_3} [Semiring R] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [Module R Mโ] [Module R Mโ] [Module R Mโ] : LinearMap.snd R Mโ (Mโ ร Mโ) โโ โ(LinearEquiv.prodAssoc R Mโ Mโ Mโ) = (LinearMap.snd R Mโ Mโ).prodMap LinearMap.id - LinearMap.prodMap_mul ๐ Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mโ : Type w} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] (fโโ fโโ : M โโ[R] M) (gโโ gโโ : Mโ โโ[R] Mโ) : fโโ.prodMap gโโ * fโโ.prodMap gโโ = (fโโ * fโโ).prodMap (gโโ * gโโ) - LinearMap.prodMap_add ๐ 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โ fโ : M โโ[R] Mโ) (gโ gโ : Mโ โโ[R] Mโ) : (fโ + fโ).prodMap (gโ + gโ) = fโ.prodMap gโ + fโ.prodMap gโ - LinearMap.prodMapRingHom_apply ๐ Mathlib.LinearAlgebra.Prod
(R : Type u) (M : Type v) (Mโ : Type w) [Semiring R] [AddCommMonoid M] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] (f : (M โโ[R] M) ร (Mโ โโ[R] Mโ)) : (LinearMap.prodMapRingHom R M Mโ) f = f.1.prodMap f.2 - LinearMap.prodMap_smul ๐ Mathlib.LinearAlgebra.Prod
{R : Type u} {M : Type v} {Mโ : Type w} {Mโ : Type y} {Mโ : Type z} (S : Type u_3) [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] [Module R Mโ] [Module R Mโ] [DistribMulAction S Mโ] [DistribMulAction S Mโ] [SMulCommClass R S Mโ] [SMulCommClass R S Mโ] (s : S) (f : M โโ[R] Mโ) (g : Mโ โโ[R] Mโ) : (s โข f).prodMap (s โข g) = s โข f.prodMap g - LinearMap.prodMapLinear_apply ๐ Mathlib.LinearAlgebra.Prod
(R : Type u) (M : Type v) (Mโ : Type w) (Mโ : Type y) (Mโ : Type z) (S : Type u_3) [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [AddCommMonoid Mโ] [Module R M] [Module R Mโ] [Module R Mโ] [Module R Mโ] [Module S Mโ] [Module S Mโ] [SMulCommClass R S Mโ] [SMulCommClass R S Mโ] (f : (M โโ[R] Mโ) ร (Mโ โโ[R] Mโ)) : (LinearMap.prodMapLinear R M Mโ Mโ Mโ S) f = f.1.prodMap f.2 - LinearMap.IsProj.eq_conj_prod_map' ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p : Submodule R E} {f : E โโ[R] E} (h : LinearMap.IsProj p f) : f = โ(p.prodEquivOfIsCompl f.ker โฏ) โโ LinearMap.id.prodMap 0 โโ โ(p.prodEquivOfIsCompl f.ker โฏ).symm - LinearMap.IsProj.eq_conj_prodMap ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [CommRing R] {E : Type u_2} [AddCommGroup E] [Module R E] {p : Submodule R E} {f : E โโ[R] E} (h : LinearMap.IsProj p f) : f = (p.prodEquivOfIsCompl f.ker โฏ).conj (LinearMap.id.prodMap 0) - LinearMap.toMatrix_prodMap ๐ Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {Mโ : Type u_5} {Mโ : Type u_6} [AddCommMonoid Mโ] [AddCommMonoid Mโ] [Module R Mโ] [Module R Mโ] (vโ : Module.Basis n R Mโ) (vโ : Module.Basis m R Mโ) [Fintype m] [DecidableEq m] [DecidableEq (n โ m)] (ฯโ : Module.End R Mโ) (ฯโ : Module.End R Mโ) : (LinearMap.toMatrix (vโ.prod vโ) (vโ.prod vโ)) (LinearMap.prodMap ฯโ ฯโ) = Matrix.fromBlocks ((LinearMap.toMatrix vโ vโ) ฯโ) 0 0 ((LinearMap.toMatrix vโ vโ) ฯโ) - LinearPMap.neg_graph ๐ Mathlib.LinearAlgebra.LinearPMap
{R : Type u_1} [Ring R] {E : Type u_4} [AddCommGroup E] [Module R E] {F : Type u_5} [AddCommGroup F] [Module R F] (f : E โโ.[R] F) : (-f).graph = Submodule.map (LinearMap.id.prodMap (-LinearMap.id)) f.graph - LinearPMap.smul_graph ๐ Mathlib.LinearAlgebra.LinearPMap
{R : Type u_1} [Ring R] {E : Type u_4} [AddCommGroup E] [Module R E] {F : Type u_5} [AddCommGroup F] {M : Type u_7} [Monoid M] [DistribMulAction M F] [Module R F] [SMulCommClass R M F] (f : E โโ.[R] F) (z : M) : (z โข f).graph = Submodule.map (LinearMap.id.prodMap (z โข LinearMap.id)) f.graph - dualTensorHom_prodMap_zero ๐ Mathlib.LinearAlgebra.Contraction
{R : Type u_2} {M : Type u_3} {N : Type u_4} {P : Type u_5} {Q : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : Module.Dual R M) (p : P) : ((dualTensorHom R M P) (f โโ[R] p)).prodMap 0 = (dualTensorHom R (M ร N) (P ร Q)) ((f โโ LinearMap.fst R M N) โโ[R] (LinearMap.inl R P Q) p) - zero_prodMap_dualTensorHom ๐ Mathlib.LinearAlgebra.Contraction
{R : Type u_2} {M : Type u_3} {N : Type u_4} {P : Type u_5} {Q : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (g : Module.Dual R N) (q : Q) : LinearMap.prodMap 0 ((dualTensorHom R N Q) (g โโ[R] q)) = (dualTensorHom R (M ร N) (P ร Q)) ((g โโ LinearMap.snd R M N) โโ[R] (LinearMap.inr R P Q) q) - ContinuousLinearMap.coe_prodMap ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.PiProd
{R : Type u_1} [Semiring R] {Mโ : Type u_2} [TopologicalSpace Mโ] [AddCommMonoid Mโ] [Module R Mโ] {Mโ : Type u_3} [TopologicalSpace Mโ] [AddCommMonoid Mโ] [Module R Mโ] {Mโ : Type u_4} [TopologicalSpace Mโ] [AddCommMonoid Mโ] [Module R Mโ] {Mโ : Type u_5} [TopologicalSpace Mโ] [AddCommMonoid Mโ] [Module R Mโ] (fโ : Mโ โL[R] Mโ) (fโ : Mโ โL[R] Mโ) : โ(fโ.prodMap fโ) = (โfโ).prodMap โfโ - LinearMap.trace_prodMap' ๐ 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] (f : M โโ[R] M) (g : N โโ[R] N) : (LinearMap.trace R (M ร N)) (f.prodMap g) = (LinearMap.trace R M) f + (LinearMap.trace R N) g - LinearMap.trace_prodMap ๐ 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.trace R (M ร N) โโ LinearMap.prodMapLinear R M N M N R = LinearMap.id.coprod LinearMap.id โโ (LinearMap.trace R M).prodMap (LinearMap.trace R N) - LinearMap.det_prodMap ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {M' : Type u_3} [AddCommGroup M'] [Module R M'] [Module.Free R M] [Module.Free R M'] [Module.Finite R M] [Module.Finite R M'] (f : Module.End R M) (f' : Module.End R M') : LinearMap.det (LinearMap.prodMap f f') = LinearMap.det f * LinearMap.det f' - LinearMap.charpoly_prodMap ๐ Mathlib.LinearAlgebra.Charpoly.ToMatrix
{R : Type u_1} {Mโ : Type u_3} {Mโ : Type u_4} [CommRing R] [AddCommGroup Mโ] [Module R Mโ] [Module.Finite R Mโ] [Module.Free R Mโ] [AddCommGroup Mโ] [Module R Mโ] [Module.Finite R Mโ] [Module.Free R Mโ] (fโ : Mโ โโ[R] Mโ) (fโ : Mโ โโ[R] Mโ) : (fโ.prodMap fโ).charpoly = fโ.charpoly * fโ.charpoly - IsLocalizedModule.prodMap ๐ Mathlib.RingTheory.TensorProduct.IsBaseChangePi
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_3} {N : Type u_4} {M' : Type u_5} {N' : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [AddCommMonoid M'] [AddCommMonoid N'] [Module R M'] [Module R N'] (f : M โโ[R] M') (g : N โโ[R] N') [IsLocalizedModule S f] [IsLocalizedModule S g] : IsLocalizedModule S (f.prodMap g) - IsBaseChange.prodMap ๐ Mathlib.RingTheory.TensorProduct.IsBaseChangePi
{R : Type u_1} {S : Type u_2} [CommSemiring R] [CommSemiring S] [Algebra R S] {M : Type u_3} {N : Type u_4} {M' : Type u_5} {N' : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [AddCommMonoid M'] [AddCommMonoid N'] [Module R M'] [Module R N'] [Module S M'] [Module S N'] [IsScalarTower R S M'] [IsScalarTower R S N'] (f : M โโ[R] M') (g : N โโ[R] N') (hf : IsBaseChange S f) (hg : IsBaseChange S g) : IsBaseChange S (f.prodMap g) - AffineMap.prodMap_linear ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} {V2 : Type u_4} {P2 : Type u_5} {V3 : Type u_6} {P3 : Type u_7} {V4 : Type u_8} {P4 : Type u_9} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [AddCommGroup V2] [Module k V2] [AddTorsor V2 P2] [AddCommGroup V3] [Module k V3] [AddTorsor V3 P3] [AddCommGroup V4] [Module k V4] [AddTorsor V4 P4] (f : P1 โแต[k] P2) (g : P3 โแต[k] P4) : (f.prodMap g).linear = f.linear.prodMap g.linear - LinearMap.isStrictMap_prodMap ๐ Mathlib.Topology.Maps.Strict.Module
{R : Type u_1} {M : Type u_3} {Nโ : Type u_5} {M' : Type u_6} {Nโ' : Type u_7} [Ring R] [AddCommGroup M] [AddCommGroup Nโ] [AddCommGroup M'] [AddCommGroup Nโ'] [Module R M] [Module R Nโ] [Module R M'] [Module R Nโ'] {fโ : M โโ[R] Nโ} {gโ : M' โโ[R] Nโ'} [TopologicalSpace M] [TopologicalSpace Nโ] [IsTopologicalAddGroup M] [TopologicalSpace M'] [IsTopologicalAddGroup M'] [TopologicalSpace Nโ'] (hf : Topology.IsStrictMap โfโ) (hg : Topology.IsStrictMap โgโ) : Topology.IsStrictMap โ(fโ.prodMap gโ) - LinearMap.isStrictMap_prodMap_iff ๐ Mathlib.Topology.Maps.Strict.Module
{R : Type u_1} {M : Type u_3} {Nโ : Type u_5} {M' : Type u_6} {Nโ' : Type u_7} [Ring R] [AddCommGroup M] [AddCommGroup Nโ] [AddCommGroup M'] [AddCommGroup Nโ'] [Module R M] [Module R Nโ] [Module R M'] [Module R Nโ'] {fโ : M โโ[R] Nโ} {gโ : M' โโ[R] Nโ'} [TopologicalSpace M] [TopologicalSpace Nโ] [IsTopologicalAddGroup M] [TopologicalSpace M'] [IsTopologicalAddGroup M'] [TopologicalSpace Nโ'] : Topology.IsStrictMap โ(fโ.prodMap gโ) โ Topology.IsStrictMap โfโ โง Topology.IsStrictMap โgโ - Submodule.goursat_surjective ๐ Mathlib.LinearAlgebra.Goursat
{R : Type u_1} {M : Type u_2} {N : Type u_3} [Ring R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {L : Submodule R (M ร N)} (hLโ : Function.Surjective (Prod.fst โ โL.subtype)) (hLโ : Function.Surjective (Prod.snd โ โL.subtype)) : โ e, (L.goursatFst.mkQ.prodMap L.goursatSnd.mkQ โโ L.subtype).range = (โe).graph - Submodule.goursat ๐ Mathlib.LinearAlgebra.Goursat
{R : Type u_1} {M : Type u_2} {N : Type u_3} [Ring R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {L : Submodule R (M ร N)} : โ M' N' M'' N'' e, L = Submodule.map (M'.subtype.prodMap N'.subtype) (Submodule.comap (M''.mkQ.prodMap N''.mkQ) (โe).graph)
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