Loogle!
Result
Found 132 declarations mentioning Equiv.toFun.
- Equiv.toFun π Mathlib.Logic.Equiv.Defs
{Ξ± : Sort u_1} {Ξ² : Sort u_2} (self : Ξ± β Ξ²) : Ξ± β Ξ² - Equiv.left_inv π Mathlib.Logic.Equiv.Defs
{Ξ± : Sort u_1} {Ξ² : Sort u_2} (self : Ξ± β Ξ²) : Function.LeftInverse self.invFun self.toFun - Equiv.right_inv π Mathlib.Logic.Equiv.Defs
{Ξ± : Sort u_1} {Ξ² : Sort u_2} (self : Ξ± β Ξ²) : Function.RightInverse self.invFun self.toFun - Equiv.toFun_as_coe π Mathlib.Logic.Equiv.Defs
{Ξ± : Sort u} {Ξ² : Sort v} (e : Ξ± β Ξ²) : e.toFun = βe - Equiv.symmEquiv_apply_symm_apply π Mathlib.Logic.Equiv.Defs
(Ξ± : Sort u_1) (Ξ² : Sort u_2) (e : Ξ± β Ξ²) (aβ : Ξ±) : ((Equiv.symmEquiv Ξ± Ξ²) e).symm aβ = e.toFun aβ - Equiv.symmEquiv_symm_apply_symm_apply π Mathlib.Logic.Equiv.Defs
(Ξ± : Sort u_1) (Ξ² : Sort u_2) (e : Ξ² β Ξ±) (aβ : Ξ²) : ((Equiv.symmEquiv Ξ± Ξ²).symm e).symm aβ = e.toFun aβ - AddEquiv.toFun_eq_coe π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M β+ N) : f.toFun = βf - MulEquiv.toFun_eq_coe π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Mul M] [Mul N] (f : M β* N) : f.toFun = βf - AddEquiv.mk π Mathlib.Algebra.Group.Equiv.Defs
{A : Type u_9} {B : Type u_10} [Add A] [Add B] (toEquiv : A β B) (map_add' : β (x y : A), toEquiv.toFun (x + y) = toEquiv.toFun x + toEquiv.toFun y) : A β+ B - MulEquiv.mk π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_9} {N : Type u_10} [Mul M] [Mul N] (toEquiv : M β N) (map_mul' : β (x y : M), toEquiv.toFun (x * y) = toEquiv.toFun x * toEquiv.toFun y) : M β* N - AddEquiv.map_add' π Mathlib.Algebra.Group.Equiv.Defs
{A : Type u_9} {B : Type u_10} [Add A] [Add B] (self : A β+ B) (x y : A) : self.toFun (x + y) = self.toFun x + self.toFun y - MulEquiv.map_mul' π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_9} {N : Type u_10} [Mul M] [Mul N] (self : M β* N) (x y : M) : self.toFun (x * y) = self.toFun x * self.toFun y - AddEquiv.symm_mk π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (f : M β N) (h : β (x y : M), f.toFun (x + y) = f.toFun x + f.toFun y) : { toEquiv := f, map_add' := h }.symm = { toEquiv := f.symm, map_add' := β― } - MulEquiv.symm_mk π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Mul M] [Mul N] (f : M β N) (h : β (x y : M), f.toFun (x * y) = f.toFun x * f.toFun y) : { toEquiv := f, map_mul' := h }.symm = { toEquiv := f.symm, map_mul' := β― } - AddEquiv.mk_coe π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (e : M β+ N) (e' : N β M) (hβ : Function.LeftInverse e' βe) (hβ : Function.RightInverse e' βe) (hβ : β (x y : M), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x + { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) : { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_add' := hβ } = e - MulEquiv.mk_coe π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Mul M] [Mul N] (e : M β* N) (e' : N β M) (hβ : Function.LeftInverse e' βe) (hβ : Function.RightInverse e' βe) (hβ : β (x y : M), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x * { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) : { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ } = e - AddEquiv.mk_coe' π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Add M] [Add N] (e : M β+ N) (f : N β M) (hβ : Function.LeftInverse (βe) f) (hβ : Function.RightInverse (βe) f) (hβ : β (x y : N), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun x + { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun y) : { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ, map_add' := hβ } = e.symm - MulEquiv.mk_coe' π Mathlib.Algebra.Group.Equiv.Defs
{M : Type u_4} {N : Type u_5} [Mul M] [Mul N] (e : M β* N) (f : N β M) (hβ : Function.LeftInverse (βe) f) (hβ : Function.RightInverse (βe) f) (hβ : β (x y : N), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun x * { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun y) : { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ, map_mul' := hβ } = e.symm - OrderIso.toFun_eq_coe π Mathlib.Order.Hom.Basic
{Ξ± : Type u_2} {Ξ² : Type u_3} [LE Ξ±] [LE Ξ²] {f : Ξ± βo Ξ²} : f.toFun = βf - AddConstEquiv.mk π Mathlib.Algebra.AddConstMap.Equiv
{G : Type u_1} {H : Type u_2} [Add G] [Add H] {a : G} {b : H} (toEquiv : G β H) (map_add_const' : β (x : G), toEquiv.toFun (x + a) = toEquiv.toFun x + b) : AddConstEquiv G H a b - AddConstEquiv.map_add_const' π Mathlib.Algebra.AddConstMap.Equiv
{G : Type u_1} {H : Type u_2} [Add G] [Add H] {a : G} {b : H} (self : AddConstEquiv G H a b) (x : G) : self.toFun (x + a) = self.toFun x + b - OrderAddMonoidIso.mk π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_6} {Ξ² : Type u_7} [Preorder Ξ±] [Preorder Ξ²] [Add Ξ±] [Add Ξ²] (toAddEquiv : Ξ± β+ Ξ²) (map_le_map_iff' : β {a b : Ξ±}, toAddEquiv.toFun a β€ toAddEquiv.toFun b β a β€ b) : Ξ± β+o Ξ² - OrderMonoidIso.mk π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_6} {Ξ² : Type u_7} [Preorder Ξ±] [Preorder Ξ²] [Mul Ξ±] [Mul Ξ²] (toMulEquiv : Ξ± β* Ξ²) (map_le_map_iff' : β {a b : Ξ±}, toMulEquiv.toFun a β€ toMulEquiv.toFun b β a β€ b) : Ξ± β*o Ξ² - OrderAddMonoidIso.toFun_eq_coe π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_2} {Ξ² : Type u_3} [Preorder Ξ±] [Preorder Ξ²] [Add Ξ±] [Add Ξ²] (f : Ξ± β+o Ξ²) : f.toFun = βf - OrderMonoidIso.toFun_eq_coe π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_2} {Ξ² : Type u_3} [Preorder Ξ±] [Preorder Ξ²] [Mul Ξ±] [Mul Ξ²] (f : Ξ± β*o Ξ²) : f.toFun = βf - OrderAddMonoidIso.map_le_map_iff' π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_6} {Ξ² : Type u_7} [Preorder Ξ±] [Preorder Ξ²] [Add Ξ±] [Add Ξ²] (self : Ξ± β+o Ξ²) {a b : Ξ±} : self.toFun a β€ self.toFun b β a β€ b - OrderMonoidIso.map_le_map_iff' π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_6} {Ξ² : Type u_7} [Preorder Ξ±] [Preorder Ξ²] [Mul Ξ±] [Mul Ξ²] (self : Ξ± β*o Ξ²) {a b : Ξ±} : self.toFun a β€ self.toFun b β a β€ b - OrderAddMonoidIso.coe_mk π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_2} {Ξ² : Type u_3} [Preorder Ξ±] [Preorder Ξ²] [Add Ξ±] [Add Ξ²] (f : Ξ± β+ Ξ²) (h : β {a b : Ξ±}, f.toFun a β€ f.toFun b β a β€ b) : β{ toAddEquiv := f, map_le_map_iff' := h } = βf - OrderMonoidIso.coe_mk π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_2} {Ξ² : Type u_3} [Preorder Ξ±] [Preorder Ξ²] [Mul Ξ±] [Mul Ξ²] (f : Ξ± β* Ξ²) (h : β {a b : Ξ±}, f.toFun a β€ f.toFun b β a β€ b) : β{ toMulEquiv := f, map_le_map_iff' := h } = βf - OrderAddMonoidIso.mk_coe π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_2} {Ξ² : Type u_3} [Preorder Ξ±] [Preorder Ξ²] [Add Ξ±] [Add Ξ²] (f : Ξ± β+o Ξ²) (h : β {a b : Ξ±}, (βf).toFun a β€ (βf).toFun b β a β€ b) : { toAddEquiv := βf, map_le_map_iff' := h } = f - OrderMonoidIso.mk_coe π Mathlib.Algebra.Order.Hom.Monoid
{Ξ± : Type u_2} {Ξ² : Type u_3} [Preorder Ξ±] [Preorder Ξ²] [Mul Ξ±] [Mul Ξ²] (f : Ξ± β*o Ξ²) (h : β {a b : Ξ±}, (βf).toFun a β€ (βf).toFun b β a β€ b) : { toMulEquiv := βf, map_le_map_iff' := h } = f - RingEquiv.map_add' π Mathlib.Algebra.Ring.Equiv
{R : Type u_7} {S : Type u_8} [Mul R] [Mul S] [Add R] [Add S] (self : R β+* S) (x y : R) : self.toFun (x + y) = self.toFun x + self.toFun y - RingEquiv.map_mul' π Mathlib.Algebra.Ring.Equiv
{R : Type u_7} {S : Type u_8} [Mul R] [Mul S] [Add R] [Add S] (self : R β+* S) (x y : R) : self.toFun (x * y) = self.toFun x * self.toFun y - RingEquiv.mk π Mathlib.Algebra.Ring.Equiv
{R : Type u_7} {S : Type u_8} [Mul R] [Mul S] [Add R] [Add S] (toEquiv : R β S) (map_mul' : β (x y : R), toEquiv.toFun (x * y) = toEquiv.toFun x * toEquiv.toFun y) (map_add' : β (x y : R), toEquiv.toFun (x + y) = toEquiv.toFun x + toEquiv.toFun y) : R β+* S - RingEquiv.coe_mk π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [Mul R] [Mul S] [Add R] [Add S] (e : R β S) (hβ : β (x y : R), e.toFun (x * y) = e.toFun x * e.toFun y) (hβ : β (x y : R), e.toFun (x + y) = e.toFun x + e.toFun y) : β{ toEquiv := e, map_mul' := hβ, map_add' := hβ } = βe - RingEquiv.symm_mk π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [Mul R] [Mul S] [Add R] [Add S] (e : R β S) (hβ : β (x y : R), e.toFun (x * y) = e.toFun x * e.toFun y) (hβ : β (x y : R), e.toFun (x + y) = e.toFun x + e.toFun y) : { toEquiv := e, map_mul' := hβ, map_add' := hβ }.symm = { toEquiv := e.symm, map_mul' := β―, map_add' := β― } - RingEquiv.mk_coe π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [Mul R] [Mul S] [Add R] [Add S] (e : R β+* S) (e' : S β R) (hβ : Function.LeftInverse e' βe) (hβ : Function.RightInverse e' βe) (hβ : β (x y : R), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x * { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (x y : R), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x + { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) : { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ } = e - RingEquiv.mk_coe' π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [Mul R] [Mul S] [Add R] [Add S] (e : R β+* S) (f : S β R) (hβ : Function.LeftInverse (βe) f) (hβ : Function.RightInverse (βe) f) (hβ : β (x y : S), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun x * { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (x y : S), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun x + { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun y) : { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ } = e.symm - OrderRingIso.mk π Mathlib.Algebra.Order.Hom.Ring
{Ξ± : Type u_6} {Ξ² : Type u_7} [Mul Ξ±] [Add Ξ±] [Mul Ξ²] [Add Ξ²] [LE Ξ±] [LE Ξ²] (toRingEquiv : Ξ± β+* Ξ²) (map_le_map_iff' : β {a b : Ξ±}, toRingEquiv.toFun a β€ toRingEquiv.toFun b β a β€ b) : Ξ± β+*o Ξ² - OrderRingIso.map_le_map_iff' π Mathlib.Algebra.Order.Hom.Ring
{Ξ± : Type u_6} {Ξ² : Type u_7} [Mul Ξ±] [Add Ξ±] [Mul Ξ²] [Add Ξ²] [LE Ξ±] [LE Ξ²] (self : Ξ± β+*o Ξ²) {a b : Ξ±} : self.toFun a β€ self.toFun b β a β€ b - OrderRingIso.toFun_eq_coe π Mathlib.Algebra.Order.Hom.Ring
{Ξ± : Type u_2} {Ξ² : Type u_3} [Mul Ξ±] [Add Ξ±] [LE Ξ±] [Mul Ξ²] [Add Ξ²] [LE Ξ²] (f : Ξ± β+*o Ξ²) : f.toFun = βf - OrderRingIso.mk_coe π Mathlib.Algebra.Order.Hom.Ring
{Ξ± : Type u_2} {Ξ² : Type u_3} [Mul Ξ±] [Add Ξ±] [LE Ξ±] [Mul Ξ²] [Add Ξ²] [LE Ξ²] (e : Ξ± β+*o Ξ²) (h : β {a b : Ξ±}, e.toFun a β€ e.toFun b β a β€ b) : { toRingEquiv := e.toRingEquiv, map_le_map_iff' := h } = e - OrderRingIso.coe_mk π Mathlib.Algebra.Order.Hom.Ring
{Ξ± : Type u_2} {Ξ² : Type u_3} [Mul Ξ±] [Add Ξ±] [LE Ξ±] [Mul Ξ²] [Add Ξ²] [LE Ξ²] (e : Ξ± β+* Ξ²) (h : β {a b : Ξ±}, e.toFun a β€ e.toFun b β a β€ b) : β{ toRingEquiv := e, map_le_map_iff' := h } = βe - LinearEquiv.piUnique_apply π Mathlib.Algebra.Module.Equiv.Basic
{Ξ± : Type u_9} [Unique Ξ±] (R : Type u_10) [Semiring R] (f : Ξ± β Type u_11) [(x : Ξ±) β AddCommMonoid (f x)] [(x : Ξ±) β Module R (f x)] : β(LinearEquiv.piUnique R f) = (Equiv.piUnique f).toFun - LinearEquiv.congrLeft_apply π Mathlib.Algebra.Module.Equiv.Basic
(M : Type u_5) {Mβ : Type u_7} {Mβ : Type u_8} [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] {R : Type u_9} (S : Type u_10) [Semiring R] [Semiring S] [Module R Mβ] [Module R Mβ] [Module R M] [Module S M] [SMulCommClass R S M] (e : Mβ ββ[R] Mβ) (aβ : Mβ ββ[R] M) : (LinearEquiv.congrLeft M S e) aβ = (e.arrowCongrAddEquiv (LinearEquiv.refl R M)).toFun aβ - LinearEquiv.domMulActCongrRight_apply π Mathlib.Algebra.Module.Equiv.Basic
{S : Type u_4} {Rβ : Type u_9} {Rβ' : Type u_11} {Rβ' : Type u_12} {Mβ : Type u_13} {Mβ' : Type u_15} {Mβ' : Type u_16} [Semiring Rβ] [Semiring Rβ'] [Semiring Rβ'] [AddCommMonoid Mβ] [AddCommMonoid Mβ'] [AddCommMonoid Mβ'] [Module Rβ Mβ] [Module Rβ' Mβ'] [Module Rβ' Mβ'] {Οβ'β' : Rβ' β+* Rβ'} {Οβ'β' : Rβ' β+* Rβ'} {Οββ' : Rβ β+* Rβ'} {Οββ' : Rβ β+* Rβ'} [RingHomInvPair Οβ'β' Οβ'β'] [RingHomInvPair Οβ'β' Οβ'β'] [RingHomCompTriple Οββ' Οβ'β' Οββ'] [Semiring S] [Module S Mβ] [SMulCommClass Rβ S Mβ] [RingHomCompTriple Οββ' Οβ'β' Οββ'] (eβ : Mβ' βββ[Οβ'β'] Mβ') (aβ : Mβ βββ[Οββ'] Mβ') : eβ.domMulActCongrRight aβ = ((LinearEquiv.refl Rβ Mβ).arrowCongrAddEquiv eβ).toFun aβ - AlgEquiv.map_add' π Mathlib.Algebra.Algebra.Equiv
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (self : A ββ[R] B) (x y : A) : self.toFun (x + y) = self.toFun x + self.toFun y - AlgEquiv.map_mul' π Mathlib.Algebra.Algebra.Equiv
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (self : A ββ[R] B) (x y : A) : self.toFun (x * y) = self.toFun x * self.toFun y - AlgEquiv.commutes' π Mathlib.Algebra.Algebra.Equiv
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (self : A ββ[R] B) (r : R) : self.toFun ((algebraMap R A) r) = (algebraMap R B) r - AlgEquiv.mk π Mathlib.Algebra.Algebra.Equiv
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (toEquiv : A β B) (map_mul' : β (x y : A), toEquiv.toFun (x * y) = toEquiv.toFun x * toEquiv.toFun y) (map_add' : β (x y : A), toEquiv.toFun (x + y) = toEquiv.toFun x + toEquiv.toFun y) (commutes' : β (r : R), toEquiv.toFun ((algebraMap R A) r) = (algebraMap R B) r) : A ββ[R] B - AlgEquiv.coe_mk π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] {toEquiv : Aβ β Aβ} {map_mul : β (x y : Aβ), toEquiv.toFun (x * y) = toEquiv.toFun x * toEquiv.toFun y} {map_add : β (x y : Aβ), toEquiv.toFun (x + y) = toEquiv.toFun x + toEquiv.toFun y} {commutes : β (r : R), toEquiv.toFun ((algebraMap R Aβ) r) = (algebraMap R Aβ) r} : β{ toEquiv := toEquiv, map_mul' := map_mul, map_add' := map_add, commutes' := commutes } = βtoEquiv - AlgEquiv.symm_mk π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] (e : Aβ β Aβ) (hβ : β (x y : Aβ), e.toFun (x * y) = e.toFun x * e.toFun y) (hβ : β (x y : Aβ), e.toFun (x + y) = e.toFun x + e.toFun y) (hβ : β (r : R), e.toFun ((algebraMap R Aβ) r) = (algebraMap R Aβ) r) : { toEquiv := e, map_mul' := hβ, map_add' := hβ, commutes' := hβ }.symm = { toEquiv := e.symm, map_mul' := β―, map_add' := β―, commutes' := β― } - AlgEquiv.mk_coe π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] (e : Aβ ββ[R] Aβ) (e' : Aβ β Aβ) (hβ : Function.LeftInverse e' βe) (hβ : Function.RightInverse e' βe) (hβ : β (x y : Aβ), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x * { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (x y : Aβ), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x + { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (r : R), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun ((algebraMap R Aβ) r) = (algebraMap R Aβ) r) : { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ, commutes' := hβ } = e - AlgEquiv.mk_coe' π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] (e : Aβ ββ[R] Aβ) (f : Aβ β Aβ) (hβ : Function.LeftInverse (βe) f) (hβ : Function.RightInverse (βe) f) (hβ : β (x y : Aβ), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun x * { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (x y : Aβ), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun x + { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (r : R), { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ }.toFun ((algebraMap R Aβ) r) = (algebraMap R Aβ) r) : { toFun := f, invFun := βe, left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ, commutes' := hβ } = e.symm - finTwoArrowEquiv_apply π Mathlib.Logic.Equiv.Fin.Basic
(Ξ± : Type u_1) : β(finTwoArrowEquiv Ξ±) = (piFinTwoEquiv fun x => Ξ±).toFun - LinearEquiv.prodAssoc_apply π Mathlib.LinearAlgebra.Prod
(R : Type u_3) (Mβ : Type u_4) (Mβ : Type u_5) (Mβ : Type u_6) [Semiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R Mβ] [Module R Mβ] [Module R Mβ] (aβ : (Mβ Γ Mβ) Γ Mβ) : (LinearEquiv.prodAssoc R Mβ Mβ Mβ) aβ = AddEquiv.prodAssoc.toFun aβ - Fin.consLinearEquiv_apply π Mathlib.LinearAlgebra.Pi
(R : Type u) {n : β} (M : Fin n.succ β Type u_1) [Semiring R] [(i : Fin n.succ) β AddCommMonoid (M i)] [(i : Fin n.succ) β Module R (M i)] (aβ : M 0 Γ ((i : Fin n) β M i.succ)) (i : Fin (n + 1)) : (Fin.consLinearEquiv R M) aβ i = (Fin.consEquiv M).toFun aβ i - DFinsupp.equivCongrLeft_apply π Mathlib.Data.DFinsupp.Defs
{ΞΉ : Type u} {Ξ² : ΞΉ β Type v} {ΞΊ : Type u_1} [(i : ΞΉ) β Zero (Ξ² i)] (h : ΞΉ β ΞΊ) (f : Ξ β (i : ΞΉ), Ξ² i) : (DFinsupp.equivCongrLeft h) f = DFinsupp.comapDomain' βh.symm β― f - sigmaFinsuppLequivDFinsupp_apply π Mathlib.Data.Finsupp.ToDFinsupp
{ΞΉ : Type u_1} (R : Type u_2) {Ξ· : ΞΉ β Type u_4} {N : Type u_5} [Semiring R] [AddCommMonoid N] [Module R N] (aβ : (i : ΞΉ) Γ Ξ· i ββ N) : (sigmaFinsuppLequivDFinsupp R) aβ = sigmaFinsuppAddEquivDFinsupp.toFun aβ - Finsupp.sumFinsuppLEquivProdFinsupp_apply π Mathlib.LinearAlgebra.Finsupp.SumProd
{M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ± : Type u_4} {Ξ² : Type u_5} (aβ : Ξ± β Ξ² ββ M) : (Finsupp.sumFinsuppLEquivProdFinsupp R) aβ = Finsupp.sumFinsuppAddEquivProdFinsupp.toFun aβ - Matrix.transposeLinearEquiv_apply π Mathlib.Data.Matrix.Basic
(m : Type u_2) (n : Type u_3) (R : Type u_4) (Ξ± : Type u_8) [Semiring R] [AddCommMonoid Ξ±] [Module R Ξ±] (aβ : Matrix m n Ξ±) : (Matrix.transposeLinearEquiv m n R Ξ±) aβ = (Matrix.transposeAddEquiv m n Ξ±).toFun aβ - Matrix.piLinearEquiv_apply π Mathlib.Data.Matrix.Basic
{m : Type u_2} {n : Type u_3} {ΞΉ : Type u_11} {Ξ² : ΞΉ β Type u_12} (R : Type u_13) [Semiring R] [(i : ΞΉ) β AddCommMonoid (Ξ² i)] [(i : ΞΉ) β Module R (Ξ² i)] (aβ : Matrix m n ((i : ΞΉ) β Ξ² i)) (i : ΞΉ) : (Matrix.piLinearEquiv R) aβ i = Matrix.piAddEquiv.toFun aβ i - DirectSum.lequivProdDirectSum_apply π Mathlib.Algebra.DirectSum.Module
(R : Type u) [Semiring R] {ΞΉ : Type v} {Ξ± : Option ΞΉ β Type w} [(i : Option ΞΉ) β AddCommMonoid (Ξ± i)] [(i : Option ΞΉ) β Module R (Ξ± i)] (aβ : DirectSum (Option ΞΉ) fun i => Ξ± i) : (DirectSum.lequivProdDirectSum R) aβ = DirectSum.addEquivProdDirectSum.toFun aβ - StarRingEquiv.mk π Mathlib.Algebra.Star.StarRingHom
{A : Type u_1} {B : Type u_2} [Add A] [Add B] [Mul A] [Mul B] [Star A] [Star B] (toRingEquiv : A β+* B) (map_star' : β (a : A), toRingEquiv.toFun (star a) = star (toRingEquiv.toFun a)) : A ββ+* B - StarRingEquiv.map_star' π Mathlib.Algebra.Star.StarRingHom
{A : Type u_1} {B : Type u_2} [Add A] [Add B] [Mul A] [Mul B] [Star A] [Star B] (self : A ββ+* B) (a : A) : self.toFun (star a) = star (self.toFun a) - StarRingEquiv.coe_mk π Mathlib.Algebra.Star.StarRingHom
{A : Type u_1} {B : Type u_2} [Add A] [Add B] [Mul A] [Mul B] [Star A] [Star B] (e : A β+* B) (hβ : β (a : A), e.toFun (star a) = star (e.toFun a)) : β{ toRingEquiv := e, map_star' := hβ } = βe - StarRingEquiv.symm_mk π Mathlib.Algebra.Star.StarRingHom
{A : Type u_1} {B : Type u_2} [Add A] [Add B] [Mul A] [Mul B] [Star A] [Star B] (e : A β+* B) (hβ : β (a : A), e.toFun (star a) = star (e.toFun a)) : { toRingEquiv := e, map_star' := hβ }.symm = { toRingEquiv := e.symm, map_star' := β― } - StarRingEquiv.mk_coe π Mathlib.Algebra.Star.StarRingHom
{A : Type u_1} {B : Type u_2} [Add A] [Add B] [Mul A] [Mul B] [Star A] [Star B] (e : A ββ+* B) (e' : B β A) (hβ : Function.LeftInverse e' βe) (hβ : Function.RightInverse e' βe) (hβ : β (x y : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x * { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (x y : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x + { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (a : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ }.toFun (star a) = star ({ toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ }.toFun a)) : { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ, map_star' := hβ } = e - StarAlgEquiv.mk π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [Add A] [Add B] [Mul A] [Mul B] [SMul R A] [SMul R B] [Star A] [Star B] (toStarRingEquiv : A ββ+* B) (map_smul' : β (r : R) (a : A), toStarRingEquiv.toFun (r β’ a) = r β’ toStarRingEquiv.toFun a) : A βββ[R] B - StarAlgEquiv.map_smul' π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [Add A] [Add B] [Mul A] [Mul B] [SMul R A] [SMul R B] [Star A] [Star B] (self : A βββ[R] B) (r : R) (a : A) : self.toFun (r β’ a) = r β’ self.toFun a - StarAlgEquiv.coe_mk π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [Add A] [Add B] [Mul A] [Mul B] [SMul R A] [SMul R B] [Star A] [Star B] (e : A ββ+* B) (h : β (r : R) (a : A), e.toFun (r β’ a) = r β’ e.toFun a) : β{ toStarRingEquiv := e, map_smul' := h } = βe - StarAlgEquiv.symm_mk π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [Add A] [Add B] [Mul A] [Mul B] [SMul R A] [SMul R B] [Star A] [Star B] (e : A ββ+* B) (hβ : β (r : R) (a : A), e.toFun (r β’ a) = r β’ e.toFun a) : { toStarRingEquiv := e, map_smul' := hβ }.symm = { toStarRingEquiv := e.symm, map_smul' := β― } - StarAlgEquiv.mk_coe π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [Add A] [Add B] [Mul A] [Mul B] [SMul R A] [SMul R B] [Star A] [Star B] (e : A βββ[R] B) (e' : B β A) (hβ : Function.LeftInverse e' βe) (hβ : Function.RightInverse e' βe) (hβ : β (x y : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x * y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x * { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (x y : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun (x + y) = { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun x + { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ }.toFun y) (hβ : β (a : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ }.toFun (star a) = star ({ toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ }.toFun a)) (hβ : β (r : R) (a : A), { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ, map_star' := hβ }.toFun (r β’ a) = r β’ { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ, map_star' := hβ }.toFun a) : { toFun := βe, invFun := e', left_inv := hβ, right_inv := hβ, map_mul' := hβ, map_add' := hβ, map_star' := hβ , map_smul' := hβ } = e - Matrix.conjTransposeLinearEquiv_apply π Mathlib.LinearAlgebra.Matrix.ConjTranspose
(m : Type u_2) (n : Type u_3) (R : Type u_5) (Ξ± : Type v) [CommSemiring R] [StarRing R] [AddCommMonoid Ξ±] [StarAddMonoid Ξ±] [Module R Ξ±] [StarModule R Ξ±] (aβ : Matrix m n Ξ±) : (Matrix.conjTransposeLinearEquiv m n R Ξ±) aβ = (Matrix.conjTransposeAddEquiv m n Ξ±).toFun aβ - SemimoduleCat.homLinearEquiv_apply π Mathlib.Algebra.Category.ModuleCat.Semi
{R : Type u} [Semiring R] {M N : SemimoduleCat R} {S : Type u_1} [Semiring S] [Module S βN] [SMulCommClass R S βN] (aβ : M βΆ N) : SemimoduleCat.homLinearEquiv aβ = SemimoduleCat.homAddEquiv.toFun aβ - ModuleCat.homLinearEquiv_apply π Mathlib.Algebra.Category.ModuleCat.Basic
{R : Type u} [Ring R] {M N : ModuleCat R} {S : Type u_1} [Semiring S] [Module S βN] [SMulCommClass R S βN] (aβ : M βΆ N) : ModuleCat.homLinearEquiv aβ = ModuleCat.homAddEquiv.toFun aβ - MultilinearMap.domDomCongrLinearEquiv_apply π Mathlib.LinearAlgebra.Multilinear.Basic
(R : Type uR) (S : Type uS) (Mβ : Type vβ) (Mβ : Type vβ) [Semiring R] [AddCommMonoid Mβ] [Module R Mβ] [Semiring S] [AddCommMonoid Mβ] [Module S Mβ] [Module R Mβ] [SMulCommClass R S Mβ] {ΞΉβ : Type u_1} {ΞΉβ : Type u_2} (Ο : ΞΉβ β ΞΉβ) (aβ : MultilinearMap R (fun x => Mβ) Mβ) : (MultilinearMap.domDomCongrLinearEquiv R S Mβ Mβ Ο) aβ = (MultilinearMap.domDomCongrEquiv Ο).toFun aβ - BialgEquiv.ofAlgEquiv_apply π Mathlib.RingTheory.Bialgebra.Equiv
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Bialgebra R A] [Bialgebra R B] (f : A ββ[R] B) (counit_comp : (Bialgebra.counitAlgHom R B).comp βf = Bialgebra.counitAlgHom R A) (map_comp_comul : (Algebra.TensorProduct.map βf βf).comp (Bialgebra.comulAlgHom R A) = (Bialgebra.comulAlgHom R B).comp βf) (aβ : A) : (BialgEquiv.ofAlgEquiv f counit_comp map_comp_comul) aβ = f.toFun aβ - CategoryTheory.CategoryOfElements.fromCostructuredArrow_obj_mk π Mathlib.CategoryTheory.Elements
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor Cα΅α΅ (Type v)) {X : C} (f : CategoryTheory.yoneda.obj X βΆ F) : (CategoryTheory.CategoryOfElements.fromCostructuredArrow F).obj (Opposite.op (CategoryTheory.CostructuredArrow.mk f)) = β¨Opposite.op X, CategoryTheory.yonedaEquiv.toFun fβ© - CategoryTheory.CategoryOfElements.fromCostructuredArrow_obj_snd π Mathlib.CategoryTheory.Elements
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor Cα΅α΅ (Type v)) (X : (CategoryTheory.CostructuredArrow CategoryTheory.yoneda F)α΅α΅) : ((CategoryTheory.CategoryOfElements.fromCostructuredArrow F).obj X).snd = CategoryTheory.yonedaEquiv.toFun (Opposite.unop X).hom - CategoryTheory.CategoryOfElements.fromCostructuredArrow_map_coe π Mathlib.CategoryTheory.Elements
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor Cα΅α΅ (Type v)) {X Y : (CategoryTheory.CostructuredArrow CategoryTheory.yoneda F)α΅α΅} (f : X βΆ Y) : β((CategoryTheory.CategoryOfElements.fromCostructuredArrow F).map f) = f.unop.left.op - Homeomorph.continuous_toFun π Mathlib.Topology.Homeomorph.Defs
{X : Type u_4} {Y : Type u_5} [TopologicalSpace X] [TopologicalSpace Y] (self : X ββ Y) : Continuous self.toFun - Homeomorph.mk π Mathlib.Topology.Homeomorph.Defs
{X : Type u_4} {Y : Type u_5} [TopologicalSpace X] [TopologicalSpace Y] (toEquiv : X β Y) (continuous_toFun : Continuous toEquiv.toFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) (continuous_invFun : Continuous toEquiv.invFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) : X ββ Y - Homeomorph.homeomorph_mk_coe π Mathlib.Topology.Homeomorph.Defs
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (a : X β Y) (b : Continuous a.toFun) (c : Continuous a.invFun) : β{ toEquiv := a, continuous_toFun := b, continuous_invFun := c } = βa - Homeomorph.homeomorph_mk_coe_symm π Mathlib.Topology.Homeomorph.Defs
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (a : X β Y) (b : Continuous a.toFun) (c : Continuous a.invFun) : β{ toEquiv := a, continuous_toFun := b, continuous_invFun := c }.symm = βa.symm - UniformEquiv.uniformContinuous_toFun π Mathlib.Topology.UniformSpace.Equiv
{Ξ± : Type u_4} {Ξ² : Type u_5} [UniformSpace Ξ±] [UniformSpace Ξ²] (self : Ξ± βα΅€ Ξ²) : UniformContinuous self.toFun - UniformEquiv.mk π Mathlib.Topology.UniformSpace.Equiv
{Ξ± : Type u_4} {Ξ² : Type u_5} [UniformSpace Ξ±] [UniformSpace Ξ²] (toEquiv : Ξ± β Ξ²) (uniformContinuous_toFun : UniformContinuous toEquiv.toFun) (uniformContinuous_invFun : UniformContinuous toEquiv.invFun) : Ξ± βα΅€ Ξ² - UniformEquiv.uniformEquiv_mk_coe π Mathlib.Topology.UniformSpace.Equiv
{Ξ± : Type u} {Ξ² : Type u_1} [UniformSpace Ξ±] [UniformSpace Ξ²] (a : Ξ± β Ξ²) (b : UniformContinuous a.toFun) (c : UniformContinuous a.invFun) : β{ toEquiv := a, uniformContinuous_toFun := b, uniformContinuous_invFun := c } = βa - UniformEquiv.uniformEquiv_mk_coe_symm π Mathlib.Topology.UniformSpace.Equiv
{Ξ± : Type u} {Ξ² : Type u_1} [UniformSpace Ξ±] [UniformSpace Ξ²] (a : Ξ± β Ξ²) (b : UniformContinuous a.toFun) (c : UniformContinuous a.invFun) : β{ toEquiv := a, uniformContinuous_toFun := b, uniformContinuous_invFun := c }.symm = βa.symm - ContinuousAddEquiv.continuous_toFun π Mathlib.Topology.Algebra.ContinuousMonoidHom
{G : Type u} [TopologicalSpace G] {H : Type v} [TopologicalSpace H] [Add G] [Add H] (self : G ββ+ H) : Continuous self.toFun - ContinuousMulEquiv.continuous_toFun π Mathlib.Topology.Algebra.ContinuousMonoidHom
{G : Type u} [TopologicalSpace G] {H : Type v} [TopologicalSpace H] [Mul G] [Mul H] (self : G ββ* H) : Continuous self.toFun - ContinuousAddEquiv.mk π Mathlib.Topology.Algebra.ContinuousMonoidHom
{G : Type u} [TopologicalSpace G] {H : Type v} [TopologicalSpace H] [Add G] [Add H] (toAddEquiv : G β+ H) (continuous_toFun : Continuous toAddEquiv.toFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) (continuous_invFun : Continuous toAddEquiv.invFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) : G ββ+ H - ContinuousMulEquiv.mk π Mathlib.Topology.Algebra.ContinuousMonoidHom
{G : Type u} [TopologicalSpace G] {H : Type v} [TopologicalSpace H] [Mul G] [Mul H] (toMulEquiv : G β* H) (continuous_toFun : Continuous toMulEquiv.toFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) (continuous_invFun : Continuous toMulEquiv.invFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) : G ββ* H - ContinuousAddEquiv.coe_mk π Mathlib.Topology.Algebra.ContinuousMonoidHom
{M : Type u_1} {N : Type u_2} [TopologicalSpace M] [TopologicalSpace N] [Add M] [Add N] (f : M β+ N) (hf1 : Continuous f.toFun) (hf2 : Continuous f.invFun) : β{ toAddEquiv := f, continuous_toFun := hf1, continuous_invFun := hf2 } = βf - ContinuousMulEquiv.coe_mk π Mathlib.Topology.Algebra.ContinuousMonoidHom
{M : Type u_1} {N : Type u_2} [TopologicalSpace M] [TopologicalSpace N] [Mul M] [Mul N] (f : M β* N) (hf1 : Continuous f.toFun) (hf2 : Continuous f.invFun) : β{ toMulEquiv := f, continuous_toFun := hf1, continuous_invFun := hf2 } = βf - CategoryTheory.Abelian.Ext.homLinearEquiv_apply π Mathlib.Algebra.Homology.DerivedCategory.Ext.Linear
{R : Type t} [Ring R] {C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Abelian C] [CategoryTheory.Linear R C] [CategoryTheory.HasExt C] {X Y : C} {n : β} [HasDerivedCategory C] (aβ : CategoryTheory.Abelian.Ext X Y n) : CategoryTheory.Abelian.Ext.homLinearEquiv aβ = CategoryTheory.Abelian.Ext.homAddEquiv.toFun aβ - ContinuousLinearMap.prodβ_apply π 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β] (S : Type u_5) [Semiring S] [Module S Mβ] [ContinuousAdd Mβ] [SMulCommClass R S Mβ] [ContinuousConstSMul S Mβ] [Module S Mβ] [ContinuousAdd Mβ] [SMulCommClass R S Mβ] [ContinuousConstSMul S Mβ] (aβ : (M βL[R] Mβ) Γ (M βL[R] Mβ)) : (ContinuousLinearMap.prodβ S) aβ = ContinuousLinearMap.prodEquiv.toFun aβ - ContinuousLinearEquiv.arrowCongrEquivββ_apply π Mathlib.Topology.Algebra.Module.Equiv
{Rβ : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [Semiring Rβ] [Semiring Rβ] [Semiring Rβ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] {Mβ : Type u_4} [TopologicalSpace Mβ] [AddCommMonoid Mβ] {Mβ : Type u_5} [TopologicalSpace Mβ] [AddCommMonoid Mβ] {Mβ : Type u_6} [TopologicalSpace Mβ] [AddCommMonoid Mβ] {Mβ : Type u_7} [TopologicalSpace Mβ] [AddCommMonoid Mβ] [Module Rβ Mβ] [Module Rβ Mβ] [Module Rβ Mβ] {Rβ : Type u_8} [Semiring Rβ] [Module Rβ Mβ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] [RingHomCompTriple Οββ Οββ Οββ] [RingHomCompTriple Οββ Οββ Οββ] [SMulCommClass Rβ Rβ Mβ] [SMulCommClass Rβ Rβ Mβ] [ContinuousAdd Mβ] [ContinuousConstSMul Rβ Mβ] [ContinuousAdd Mβ] [ContinuousConstSMul Rβ Mβ] (eββ : Mβ βSL[Οββ] Mβ) (eββ : Mβ βSL[Οββ] Mβ) (aβ : Mβ βSL[Οββ] Mβ) : (eββ.arrowCongrEquivββ eββ) aβ = (eββ.arrowCongrEquiv eββ).toFun aβ - Representation.ofMulActionSelfAsModuleEquiv_apply π Mathlib.RepresentationTheory.Basic
{k : Type u_1} {G : Type u_2} [CommSemiring k] [Group G] (aβ : (Representation.ofMulAction k G G).asModule) : Representation.ofMulActionSelfAsModuleEquiv aβ = (Representation.ofMulAction k G G).asModuleEquiv.toAddEquiv.toFun aβ - IsometryEquiv.mk π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (toEquiv : Ξ± β Ξ²) (isometry_toFun : Isometry toEquiv.toFun) : Ξ± βα΅’ Ξ² - IsometryEquiv.isometry_toFun π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (self : Ξ± βα΅’ Ξ²) : Isometry self.toFun - IsometryEquiv.coe_mk π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (e : Ξ± β Ξ²) (h : Isometry e.toFun) : β{ toEquiv := e, isometry_toFun := h } = βe - DilationEquiv.mk π Mathlib.Topology.MetricSpace.DilationEquiv
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] (toEquiv : X β Y) (edist_eq' : β r, r β 0 β§ β (x y : X), edist (toEquiv.toFun x) (toEquiv.toFun y) = βr * edist x y) : X βα΅ Y - DilationEquiv.edist_eq' π Mathlib.Topology.MetricSpace.DilationEquiv
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] (self : X βα΅ Y) : β r, r β 0 β§ β (x y : X), edist (self.toFun x) (self.toFun y) = βr * edist x y - StarMulEquiv.mk π Mathlib.Algebra.Star.MonoidHom
{A : Type u_6} {B : Type u_7} [Mul A] [Mul B] [Star A] [Star B] (toMulEquiv : A β* B) (map_star' : β (a : A), toMulEquiv.toFun (star a) = star (toMulEquiv.toFun a)) : A ββ* B - StarMulEquiv.map_star' π Mathlib.Algebra.Star.MonoidHom
{A : Type u_6} {B : Type u_7} [Mul A] [Mul B] [Star A] [Star B] (self : A ββ* B) (a : A) : self.toFun (star a) = star (self.toFun a) - StarMulEquiv.coe_mk π Mathlib.Algebra.Star.MonoidHom
{A : Type u_2} {B : Type u_3} [Mul A] [Mul B] [Star A] [Star B] (e : A β* B) (hβ : β (a : A), e.toFun (star a) = star (e.toFun a)) : β{ toMulEquiv := e, map_star' := hβ } = βe - RCLike.realLinearIsometryEquiv_apply π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] (h : RCLike.I = 0) (aβ : K) : (RCLike.realLinearIsometryEquiv h) aβ = (RCLike.realRingEquiv h).toFun aβ - ContinuousAlgEquiv.continuous_toFun π Mathlib.Topology.Algebra.Algebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [TopologicalSpace A] [Semiring B] [TopologicalSpace B] [Algebra R A] [Algebra R B] (self : A βA[R] B) : Continuous self.toFun - ContinuousAlgEquiv.mk π Mathlib.Topology.Algebra.Algebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [TopologicalSpace A] [Semiring B] [TopologicalSpace B] [Algebra R A] [Algebra R B] (toAlgEquiv : A ββ[R] B) (continuous_toFun : Continuous toAlgEquiv.toFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) (continuous_invFun : Continuous toAlgEquiv.invFun := by first | fun_prop | eta_expand; dsimp; fun_prop | skip) : A βA[R] B - ContinuousAlgEquiv.coe_mk π Mathlib.Topology.Algebra.Algebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [TopologicalSpace A] [Semiring B] [TopologicalSpace B] [Algebra R A] [Algebra R B] (e : A ββ[R] B) (he : Continuous e.toFun) (he' : Continuous e.invFun) : β{ toAlgEquiv := e, continuous_toFun := he, continuous_invFun := he' } = βe - RCLike.complexLinearIsometryEquiv_apply π Mathlib.Analysis.Complex.Basic
{π : Type u_2} [RCLike π] (h : RCLike.im RCLike.I = 1) (aβ : π) : (RCLike.complexLinearIsometryEquiv h) aβ = (RCLike.complexRingEquiv h).toFun aβ - ContinuousMultilinearMap.ofSubsingletonβα΅’_apply π Mathlib.Analysis.Normed.Module.Multilinear.Basic
(π : Type u) {ΞΉ : Type v} (G : Type wG) {G' : Type wG'} [NontriviallyNormedField π] [SeminormedAddCommGroup G] [NormedSpace π G] [SeminormedAddCommGroup G'] [NormedSpace π G'] [Fintype ΞΉ] [Subsingleton ΞΉ] (i : ΞΉ) (aβ : G βL[π] G') : (ContinuousMultilinearMap.ofSubsingletonβα΅’ π G i) aβ = (ContinuousMultilinearMap.ofSubsingleton π G G' i).toFun aβ - ContinuousMultilinearMap.prodL_apply π Mathlib.Analysis.Normed.Module.Multilinear.Basic
(π : Type u) {ΞΉ : Type v} (E : ΞΉ β Type wE) (G : Type wG) (G' : Type wG') [NontriviallyNormedField π] [(i : ΞΉ) β SeminormedAddCommGroup (E i)] [(i : ΞΉ) β NormedSpace π (E i)] [SeminormedAddCommGroup G] [NormedSpace π G] [SeminormedAddCommGroup G'] [NormedSpace π G'] [Fintype ΞΉ] (aβ : ContinuousMultilinearMap π E G Γ ContinuousMultilinearMap π E G') : (ContinuousMultilinearMap.prodL π E G G') aβ = ContinuousMultilinearMap.prodEquiv.toFun aβ - ContinuousAffineEquiv.continuous_toFun π Mathlib.Topology.Algebra.ContinuousAffineEquiv
{k : Type u_1} {Pβ : Type u_2} {Pβ : Type u_3} {Vβ : Type u_4} {Vβ : Type u_5} [Ring k] [AddCommGroup Vβ] [Module k Vβ] [AddTorsor Vβ Pβ] [TopologicalSpace Pβ] [AddCommGroup Vβ] [Module k Vβ] [AddTorsor Vβ Pβ] [TopologicalSpace Pβ] (self : Pβ βᴬ[k] Pβ) : Continuous (βself).toFun - ContinuousAffineEquiv.mk π Mathlib.Topology.Algebra.ContinuousAffineEquiv
{k : Type u_1} {Pβ : Type u_2} {Pβ : Type u_3} {Vβ : Type u_4} {Vβ : Type u_5} [Ring k] [AddCommGroup Vβ] [Module k Vβ] [AddTorsor Vβ Pβ] [TopologicalSpace Pβ] [AddCommGroup Vβ] [Module k Vβ] [AddTorsor Vβ Pβ] [TopologicalSpace Pβ] (toAffineEquiv : Pβ βα΅[k] Pβ) (continuous_toFun : Continuous toAffineEquiv.toFun := by fun_prop) (continuous_invFun : Continuous toAffineEquiv.invFun := by fun_prop) : Pβ βᴬ[k] Pβ - WithLp.linearEquiv_apply π Mathlib.Analysis.Normed.Lp.WithLp
(p : ENNReal) (K : Type u_1) (V : Type u_4) [Semiring K] [AddCommGroup V] [Module K V] (aβ : WithLp p V) : (WithLp.linearEquiv p K V) aβ = (WithLp.addEquiv p V).toFun aβ - CategoryTheory.Endofunctor.Adjunction.Algebra.toCoalgebraOf_map_f π Mathlib.CategoryTheory.Endofunctor.Algebra
{C : Type u} [CategoryTheory.Category.{v, u} C] {F G : CategoryTheory.Functor C C} (adj : F β£ G) {Xβ Yβ : CategoryTheory.Endofunctor.Algebra F} (f : Xβ βΆ Yβ) : ((CategoryTheory.Endofunctor.Adjunction.Algebra.toCoalgebraOf adj).map f).f = f.f - CategoryTheory.Endofunctor.Adjunction.algebraCoalgebraEquiv_functor_map_f π Mathlib.CategoryTheory.Endofunctor.Algebra
{C : Type u} [CategoryTheory.Category.{v, u} C] {F G : CategoryTheory.Functor C C} (adj : F β£ G) {Xβ Yβ : CategoryTheory.Endofunctor.Algebra F} (f : Xβ βΆ Yβ) : ((CategoryTheory.Endofunctor.Adjunction.algebraCoalgebraEquiv adj).functor.map f).f = f.f - CategoryTheory.HomOrthogonal.matrixDecompositionLinearEquiv_apply π Mathlib.CategoryTheory.Preadditive.HomOrthogonal
{C : Type u} [CategoryTheory.Category.{v, u} C] {ΞΉ : Type u_1} {s : ΞΉ β C} [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasFiniteBiproducts C] {R : Type u_2} [Semiring R] [CategoryTheory.Linear R C] (o : CategoryTheory.HomOrthogonal s) {Ξ± Ξ² : Type} [Finite Ξ±] [Finite Ξ²] {f : Ξ± β ΞΉ} {g : Ξ² β ΞΉ} (aβ : (β¨ fun a => s (f a)) βΆ β¨ fun b => s (g b)) (i : ΞΉ) : o.matrixDecompositionLinearEquiv aβ i = o.matrixDecompositionAddEquiv.toFun aβ i - FirstOrder.Language.Equiv.map_rel' π Mathlib.ModelTheory.Basic
{L : FirstOrder.Language} {M : Type w} {N : Type w'} [L.Structure M] [L.Structure N] (self : L.Equiv M N) {n : β} (r : L.Relations n) (x : Fin n β M) : FirstOrder.Language.Structure.RelMap r (self.toFun β x) β FirstOrder.Language.Structure.RelMap r x - FirstOrder.Language.Equiv.map_fun' π Mathlib.ModelTheory.Basic
{L : FirstOrder.Language} {M : Type w} {N : Type w'} [L.Structure M] [L.Structure N] (self : L.Equiv M N) {n : β} (f : L.Functions n) (x : Fin n β M) : self.toFun (FirstOrder.Language.Structure.funMap f x) = FirstOrder.Language.Structure.funMap f (self.toFun β x) - FirstOrder.Language.Equiv.mk π Mathlib.ModelTheory.Basic
{L : FirstOrder.Language} {M : Type w} {N : Type w'} [L.Structure M] [L.Structure N] (toEquiv : M β N) (map_fun' : β {n : β} (f : L.Functions n) (x : Fin n β M), toEquiv.toFun (FirstOrder.Language.Structure.funMap f x) = FirstOrder.Language.Structure.funMap f (toEquiv.toFun β x) := by intros; trivial) (map_rel' : β {n : β} (r : L.Relations n) (x : Fin n β M), FirstOrder.Language.Structure.RelMap r (toEquiv.toFun β x) β FirstOrder.Language.Structure.RelMap r x := by intros; trivial) : L.Equiv M N - MeasureTheory.ComplexMeasure.equivSignedMeasureβ_apply π Mathlib.MeasureTheory.Measure.Complex
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {R : Type u_2} [Semiring R] [Module R β] [ContinuousConstSMul R β] [ContinuousConstSMul R β] (aβ : MeasureTheory.ComplexMeasure Ξ±) : MeasureTheory.ComplexMeasure.equivSignedMeasureβ aβ = MeasureTheory.ComplexMeasure.equivSignedMeasure.toFun aβ - Matrix.uniqueLinearEquiv_apply π Mathlib.LinearAlgebra.Matrix.Unique
{m : Type u_1} {n : Type u_2} {A : Type u_3} {R : Type u_4} [Unique m] [Unique n] [Semiring R] [AddCommMonoid A] [Module R A] (aβ : Matrix m n A) : Matrix.uniqueLinearEquiv aβ = Matrix.uniqueAddEquiv.toFun aβ - RingInvo.involution' π Mathlib.RingTheory.RingInvo
{R : Type u_2} [Semiring R] (self : RingInvo R) (x : R) : MulOpposite.unop (self.toFun (MulOpposite.unop (self.toFun x))) = x - RingInvo.mk π Mathlib.RingTheory.RingInvo
{R : Type u_2} [Semiring R] (toRingEquiv : R β+* Rα΅α΅α΅) (involution' : β (x : R), MulOpposite.unop (toRingEquiv.toFun (MulOpposite.unop (toRingEquiv.toFun x))) = x) : RingInvo R - Profinite.NobelingProof.GoodProducts.equiv_toFun_eq_eval π Mathlib.Topology.Category.Profinite.Nobeling.Basic
{I : Type u} (C : Set (I β Bool)) [LinearOrder I] : (Profinite.NobelingProof.GoodProducts.equiv_range C).toFun = Set.rangeFactorization (Profinite.NobelingProof.GoodProducts.eval C) - Profinite.NobelingProof.GoodProducts.sum_equiv_comp_eval_eq_elim π Mathlib.Topology.Category.Profinite.Nobeling.Successor
{I : Type u} (C : Set (I β Bool)) [LinearOrder I] [WellFoundedLT I] {o : Ordinal.{u}} (hsC : Profinite.NobelingProof.contained C (Order.succ o)) (ho : o < Ordinal.type fun x1 x2 => x1 < x2) : Profinite.NobelingProof.GoodProducts.eval C β (Profinite.NobelingProof.GoodProducts.sum_equiv C hsC ho).toFun = Sum.elim (fun l => Profinite.NobelingProof.Products.eval C βl) fun l => Profinite.NobelingProof.Products.eval C βl - Profinite.NobelingProof.GoodProducts.range_equiv_factorization π Mathlib.Topology.Category.Profinite.Nobeling.ZeroLimit
{I : Type u} (C : Set (I β Bool)) [LinearOrder I] [WellFoundedLT I] {o : Ordinal.{u}} (ho : Order.IsSuccLimit o) (hsC : Profinite.NobelingProof.contained C o) : (fun p => βp) β (Profinite.NobelingProof.GoodProducts.range_equiv C ho hsC).toFun = fun p => βp - Profinite.NobelingProof.GoodProducts.smaller_factorization π Mathlib.Topology.Category.Profinite.Nobeling.ZeroLimit
{I : Type u} (C : Set (I β Bool)) [LinearOrder I] [WellFoundedLT I] (o : Ordinal.{u}) : (fun p => βp) β (Profinite.NobelingProof.GoodProducts.range_equiv_smaller C o).toFun = β(Profinite.NobelingProof.Οs C o) β fun p => βp - GenLoop.genLoopGenLoopEquiv_apply_coe π Mathlib.Topology.Homotopy.HomotopyGroup
{N : Type u_1} {X : Type u_2} [TopologicalSpace X] {M : Type u_3} (x : X) (p : β(GenLoop M (β(GenLoop N X x)) GenLoop.const)) : β((GenLoop.genLoopGenLoopEquiv x) p) = (GenLoop.uncurry x p).comp { toFun := Homeomorph.sumArrowHomeomorphProdArrow.toFun, continuous_toFun := β― }
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