Loogle!
Result
Found 242 declarations mentioning Bialgebra. Of these, only the first 200 are shown.
- Bialgebra π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] : Type (max u v) - CommSemiring.toBialgebra π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) [CommSemiring R] : Bialgebra R R - Bialgebra.nontrivial π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u_1) {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] [Nontrivial R] : Nontrivial A - Bialgebra.toAlgebra π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : Bialgebra R A] : Algebra R A - Bialgebra.counitAlgHom π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Bialgebra R A] : A ββ[R] R - Bialgebra.toCoalgebra π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : Bialgebra R A] : Coalgebra R A - Bialgebra.algebraMap_injective π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u_1} (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] : Function.Injective β(algebraMap R A) - Bialgebra.comulAlgHom π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Bialgebra R A] : A ββ[R] TensorProduct R A A - Bialgebra.toLinearMap_counitAlgHom π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] : (Bialgebra.counitAlgHom R A).toLinearMap = CoalgebraStruct.counit - Bialgebra.counit_surjective π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : Function.Surjective βCoalgebraStruct.counit - Bialgebra.counit_natCast π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (n : β) : CoalgebraStruct.counit βn = βn - Bialgebra.counit_one π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : Bialgebra R A] : CoalgebraStruct.counit 1 = 1 - Bialgebra.counit_algebraMap π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (r : R) : CoalgebraStruct.counit ((algebraMap R A) r) = r - Bialgebra.counitAlgHom_apply π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Bialgebra R A] (a : A) : (Bialgebra.counitAlgHom R A) a = CoalgebraStruct.counit a - Bialgebra.counit_pow π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (a : A) (n : β) : CoalgebraStruct.counit (a ^ n) = CoalgebraStruct.counit a ^ n - Bialgebra.toLinearMap_comulAlgHom π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] : (Bialgebra.comulAlgHom R A).toLinearMap = CoalgebraStruct.comul - Bialgebra.counit_mul π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (a b : A) : CoalgebraStruct.counit (a * b) = CoalgebraStruct.counit a * CoalgebraStruct.counit b - Bialgebra.comul_one π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : Bialgebra R A] : CoalgebraStruct.comul 1 = 1 - Bialgebra.comul_natCast π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (n : β) : CoalgebraStruct.comul βn = βn - Bialgebra.comulAlgHom_apply π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Bialgebra R A] (a : A) : (Bialgebra.comulAlgHom R A) a = CoalgebraStruct.comul a - Bialgebra.comul_algebraMap π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (r : R) : CoalgebraStruct.comul ((algebraMap R A) r) = (algebraMap R (TensorProduct R A A)) r - Bialgebra.mul_comprβ_counit π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : Bialgebra R A] : (LinearMap.mul R A).comprβ CoalgebraStruct.counit = (LinearMap.mul R R).complββ CoalgebraStruct.counit CoalgebraStruct.counit - Bialgebra.comul_pow π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (a : A) (n : β) : CoalgebraStruct.comul (a ^ n) = CoalgebraStruct.comul a ^ n - Bialgebra.comul_mul π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] (a b : A) : CoalgebraStruct.comul (a * b) = CoalgebraStruct.comul a * CoalgebraStruct.comul b - Bialgebra.mk' π Mathlib.RingTheory.Bialgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] [C : Coalgebra R A] (counit_one : CoalgebraStruct.counit 1 = 1) (counit_mul : β {a b : A}, CoalgebraStruct.counit (a * b) = CoalgebraStruct.counit a * CoalgebraStruct.counit b) (comul_one : CoalgebraStruct.comul 1 = 1) (comul_mul : β {a b : A}, CoalgebraStruct.comul (a * b) = CoalgebraStruct.comul a * CoalgebraStruct.comul b) : Bialgebra R A - Bialgebra.mul_comprβ_comul π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : Bialgebra R A] : (LinearMap.mul R A).comprβ CoalgebraStruct.comul = (LinearMap.mul R (TensorProduct R A A)).complββ CoalgebraStruct.comul CoalgebraStruct.comul - Bialgebra.mk π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [toAlgebra : Algebra R A] [toCoalgebra : Coalgebra R A] (counit_one : CoalgebraStruct.counit 1 = 1) (mul_comprβ_counit : (LinearMap.mul R A).comprβ CoalgebraStruct.counit = (LinearMap.mul R R).complββ CoalgebraStruct.counit CoalgebraStruct.counit) (comul_one : CoalgebraStruct.comul 1 = 1) (mul_comprβ_comul : (LinearMap.mul R A).comprβ CoalgebraStruct.comul = (LinearMap.mul R (TensorProduct R A A)).complββ CoalgebraStruct.comul CoalgebraStruct.comul) : Bialgebra R A - Bialgebra.ofAlgHom π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] (comul : A ββ[R] TensorProduct R A A) (counit : A ββ[R] R) (h_coassoc : (β(Algebra.TensorProduct.assoc R R R A A A)).comp ((Algebra.TensorProduct.map comul (AlgHom.id R A)).comp comul) = (Algebra.TensorProduct.map (AlgHom.id R A) comul).comp comul) (h_rTensor : (Algebra.TensorProduct.map counit (AlgHom.id R A)).comp comul = β(Algebra.TensorProduct.lid R A).symm) (h_lTensor : (Algebra.TensorProduct.map (AlgHom.id R A) counit).comp comul = β(Algebra.TensorProduct.rid R R A).symm) : Bialgebra R A - Bialgebra.counitBialgHom π Mathlib.RingTheory.Bialgebra.Hom
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] : A ββc[R] R - Bialgebra.unitBialgHom π Mathlib.RingTheory.Bialgebra.Hom
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] : R ββc[R] A - Bialgebra.subsingleton_to_ring π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : Subsingleton (A ββc[R] R) - BialgHom.counitAlgHom_comp π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Bialgebra R A] [Bialgebra R B] (f : A ββc[R] B) : (Bialgebra.counitAlgHom R B).comp βf = Bialgebra.counitAlgHom R A - Bialgebra.ext_to_ring π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] (f g : A ββc[R] R) : f = g - Bialgebra.ext_to_ring_iff π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {f g : A ββc[R] R} : f = g β True - BialgHomClass.counitAlgHom_comp π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Bialgebra R A] [Semiring B] [Bialgebra R B] [FunLike F A B] [BialgHomClass F R A B] (f : F) : (Bialgebra.counitAlgHom R B).comp βf = Bialgebra.counitAlgHom R A - Bialgebra.counitBialgHom_apply π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] (x : A) : (Bialgebra.counitBialgHom R A) x = CoalgebraStruct.counit x - Bialgebra.counitBialgHom_toCoalgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : β(Bialgebra.counitBialgHom R A) = Coalgebra.counitCoalgHom R A - BialgHom.ofAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [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 ββc[R] B - BialgHom.map_comp_comulAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Bialgebra R A] [Bialgebra R B] (f : A ββc[R] B) : (Algebra.TensorProduct.map βf βf).comp (Bialgebra.comulAlgHom R A) = (Bialgebra.comulAlgHom R B).comp βf - BialgHom.ofAlgHom_apply π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [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) : (BialgHom.ofAlgHom f counit_comp map_comp_comul) aβ = f aβ - BialgHomClass.map_comp_comulAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Bialgebra R A] [Semiring B] [Bialgebra R B] [FunLike F A B] [BialgHomClass F R A B] (f : F) : (Algebra.TensorProduct.map βf βf).comp (Bialgebra.comulAlgHom R A) = (Bialgebra.comulAlgHom R B).comp βf - BialgEquiv.ofBijective π 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 ββc[R] B) (hf : Function.Bijective βf) : A ββc[R] B - BialgEquiv.coe_ofBijective π 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 ββc[R] B) (hf : Function.Bijective βf) : β(BialgEquiv.ofBijective f hf) = βf - BialgEquiv.ofBijective_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 ββc[R] B) (hf : Function.Bijective βf) (aβ : A) : (BialgEquiv.ofBijective f hf) aβ = f aβ - BialgEquiv.ofAlgEquiv π 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 ββc[R] B - 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β - BialgEquiv.toLinearMap_ofAlgEquiv π 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) : ββ(BialgEquiv.ofAlgEquiv f counit_comp map_comp_comul).toAlgEquiv = ββf - BialgCat.mk π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] (carrier : Type v) [instRing : Ring carrier] [instBialgebra : Bialgebra R carrier] : BialgCat R - BialgCat.of π Mathlib.Algebra.Category.BialgCat.Basic
(R : Type u) [CommRing R] (X : Type v) [Ring X] [Bialgebra R X] : BialgCat R - BialgCat.instBialgebra π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] (self : BialgCat R) : Bialgebra R self.carrier - BialgCat.of_carrier π Mathlib.Algebra.Category.BialgCat.Basic
(R : Type u) [CommRing R] (X : Type v) [Ring X] [Bialgebra R X] : (BialgCat.of R X).carrier = X - BialgEquiv.toBialgIso_refl π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X : Type v} [Ring X] [Bialgebra R X] : (BialgEquiv.refl R X).toBialgIso = CategoryTheory.Iso.refl (BialgCat.of R X) - BialgEquiv.toBialgIso π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X Y : Type v} [Ring X] [Ring Y] [Bialgebra R X] [Bialgebra R Y] (e : X ββc[R] Y) : BialgCat.of R X β BialgCat.of R Y - BialgCat.ofHom π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X Y : Type v} [Ring X] [Ring Y] [Bialgebra R X] [Bialgebra R Y] (f : X ββc[R] Y) : BialgCat.of R X βΆ BialgCat.of R Y - BialgCat.of_counit π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X : Type v} [Ring X] [Bialgebra R X] : CoalgebraStruct.counit = CoalgebraStruct.counit - BialgEquiv.toBialgIso_symm π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X Y : Type v} [Ring X] [Ring Y] [Bialgebra R X] [Bialgebra R Y] (e : X ββc[R] Y) : e.symm.toBialgIso = e.toBialgIso.symm - BialgCat.of_comul π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X : Type v} [Ring X] [Bialgebra R X] : CoalgebraStruct.comul = CoalgebraStruct.comul - BialgEquiv.toBialgIso_trans π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X Y Z : Type v} [Ring X] [Ring Y] [Ring Z] [Bialgebra R X] [Bialgebra R Y] [Bialgebra R Z] (e : X ββc[R] Y) (f : Y ββc[R] Z) : (e.trans f).toBialgIso = e.toBialgIso βͺβ« f.toBialgIso - BialgEquiv.toBialgIso_hom π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X Y : Type v} [Ring X] [Ring Y] [Bialgebra R X] [Bialgebra R Y] (e : X ββc[R] Y) : e.toBialgIso.hom = BialgCat.ofHom βe - BialgEquiv.toBialgIso_inv π Mathlib.Algebra.Category.BialgCat.Basic
{R : Type u} [CommRing R] {X Y : Type v} [Ring X] [Ring Y] [Bialgebra R X] [Bialgebra R Y] (e : X ββc[R] Y) : e.toBialgIso.inv = BialgCat.ofHom βe.symm - TensorProduct.instBialgebra π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : Bialgebra S (TensorProduct R A B) - Coalgebra.Repr.mul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (ββ : Coalgebra.Repr R a ΞΉ) (ββ : Coalgebra.Repr R b ΞΊ) : Coalgebra.Repr R (a * b) (ΞΉ Γ ΞΊ) - Bialgebra.TensorProduct.lid π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (B : Type u_4) [CommSemiring R] [Semiring B] [Bialgebra R B] : TensorProduct R R B ββc[R] B - Bialgebra.TensorProduct.rid π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : TensorProduct R A R ββc[S] A - Bialgebra.comulBialgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] [Coalgebra.IsCocomm R A] : A ββc[R] TensorProduct R A A - Coalgebra.Repr.mul_index π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (ββ : Coalgebra.Repr R a ΞΉ) (ββ : Coalgebra.Repr R b ΞΊ) : (ββ.mul ββ).index = ββ.index ΓΛ’ ββ.index - Bialgebra.mulCoalgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] : TensorProduct R A A ββc[R] A - Coalgebra.Repr.mul_left π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (ββ : Coalgebra.Repr R a ΞΉ) (ββ : Coalgebra.Repr R b ΞΊ) (aβ : ΞΉ Γ ΞΊ) : (ββ.mul ββ).left aβ = ββ.left aβ.1 * ββ.left aβ.2 - Coalgebra.Repr.mul_right π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (ββ : Coalgebra.Repr R a ΞΉ) (ββ : Coalgebra.Repr R b ΞΊ) (aβ : ΞΉ Γ ΞΊ) : (ββ.mul ββ).right aβ = ββ.right aβ.1 * ββ.right aβ.2 - Bialgebra.TensorProduct.lid_toAlgEquiv π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {B : Type u_4} [CommSemiring R] [Semiring B] [Bialgebra R B] : (Bialgebra.TensorProduct.lid R B).toAlgEquiv = Algebra.TensorProduct.lid R B - Bialgebra.mulBialgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (A : Type u_2) [CommSemiring R] [CommSemiring A] [Bialgebra R A] : TensorProduct R A A ββc[R] A - Coalgebra.Repr.tmul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] [Semiring B] [Bialgebra R B] {a : A} {b : B} (βa : Coalgebra.Repr R a ΞΉ) (βb : Coalgebra.Repr R b ΞΊ) : Coalgebra.Repr R (a ββ[R] b) (ΞΉ Γ ΞΊ) - Bialgebra.TensorProduct.rid_toAlgEquiv π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : (Bialgebra.TensorProduct.rid R S A).toAlgEquiv = Algebra.TensorProduct.rid R S A - Bialgebra.TensorProduct.comm π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (A : Type u_3) (B : Type u_4) [CommSemiring R] [Semiring A] [Semiring B] [Bialgebra R A] [Bialgebra R B] : TensorProduct R A B ββc[R] TensorProduct R B A - Bialgebra.mulBialgHom_toAlgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} [CommSemiring R] [CommSemiring A] [Bialgebra R A] : β(Bialgebra.mulBialgHom R A) = Algebra.TensorProduct.lmul' R - Coalgebra.Repr.tmul_index π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] [Semiring B] [Bialgebra R B] {a : A} {b : B} (βa : Coalgebra.Repr R a ΞΉ) (βb : Coalgebra.Repr R b ΞΊ) : (βa.tmul βb).index = βa.index ΓΛ’ βb.index - Bialgebra.TensorProduct.lid_tmul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {B : Type u_4} [CommSemiring R] [Semiring B] [Bialgebra R B] (r : R) (a : B) : (Bialgebra.TensorProduct.lid R B) (r ββ[R] a) = r β’ a - Bialgebra.counitAlgHom_comp_includeRight π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Bialgebra R B] : (AlgHom.restrictScalars R (Bialgebra.counitAlgHom A (TensorProduct R A B))).comp Algebra.TensorProduct.includeRight = (Algebra.ofId R A).comp (Bialgebra.counitAlgHom R B) - Coalgebra.Repr.tmul_left π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] [Semiring B] [Bialgebra R B] {a : A} {b : B} (βa : Coalgebra.Repr R a ΞΉ) (βb : Coalgebra.Repr R b ΞΊ) (i : ΞΉ Γ ΞΊ) : (βa.tmul βb).left i = βa.left i.1 ββ[R] βb.left i.2 - Coalgebra.Repr.tmul_right π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} {ΞΉ : Type u_4} {ΞΊ : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] [Semiring B] [Bialgebra R B] {a : A} {b : B} (βa : Coalgebra.Repr R a ΞΉ) (βb : Coalgebra.Repr R b ΞΊ) (i : ΞΉ Γ ΞΊ) : (βa.tmul βb).right i = βa.right i.1 ββ[R] βb.right i.2 - Bialgebra.TensorProduct.rid_tmul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] (r : R) (a : A) : (Bialgebra.TensorProduct.rid R S A) (a ββ[R] r) = r β’ a - Bialgebra.TensorProduct.map π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] (f : A ββc[S] C) (g : B ββc[R] D) : TensorProduct R A B ββc[S] TensorProduct R C D - Bialgebra.TensorProduct.counitAlgHom_def π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : Bialgebra.counitAlgHom S (TensorProduct R A B) = (β(Algebra.TensorProduct.rid R S S)).comp (Algebra.TensorProduct.map (Bialgebra.counitAlgHom S A) (Bialgebra.counitAlgHom R B)) - Bialgebra.TensorProduct.lid_symm_apply π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {B : Type u_4} [CommSemiring R] [Semiring B] [Bialgebra R B] (a : B) : (Bialgebra.TensorProduct.lid R B).symm a = 1 ββ[R] a - Bialgebra.toCoalgHom_mulBialgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (A : Type u_2) [CommSemiring R] [CommSemiring A] [Bialgebra R A] : (Bialgebra.mulBialgHom R A).toCoalgHom = Bialgebra.mulCoalgHom R A - Bialgebra.TensorProduct.rid_symm_apply π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] (a : A) : (Bialgebra.TensorProduct.rid R S A).symm a = a ββ[R] 1 - BialgHom.lTensor π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} (A : Type u_2) {B : Type u_3} {C : Type u_4} [CommRing R] [Ring A] [Ring B] [Ring C] [Bialgebra R A] [Bialgebra R B] [Bialgebra R C] (f : B ββc[R] C) : TensorProduct R A B ββc[R] TensorProduct R A C - BialgHom.rTensor π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} (A : Type u_2) {B : Type u_3} {C : Type u_4} [CommRing R] [Ring A] [Ring B] [Ring C] [Bialgebra R A] [Bialgebra R B] [Bialgebra R C] (f : B ββc[R] C) : TensorProduct R B A ββc[R] TensorProduct R C A - Bialgebra.TensorProduct.counit_eq_algHom_toLinearMap π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : CoalgebraStruct.counit = ((β(Algebra.TensorProduct.rid R S S)).comp (Algebra.TensorProduct.map (Bialgebra.counitAlgHom S A) (Bialgebra.counitAlgHom R B))).toLinearMap - Bialgebra.TensorProduct.coalgebra_rid_eq_algebra_rid_apply π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] (x : TensorProduct R A R) : (Coalgebra.TensorProduct.rid R S A) x = (Algebra.TensorProduct.rid R R A) x - Bialgebra.TensorProduct.map_toAlgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] (f : A ββc[S] C) (g : B ββc[R] D) : β(Bialgebra.TensorProduct.map f g) = Algebra.TensorProduct.map βf βg - Bialgebra.coe_mulCoalgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : β(Bialgebra.mulCoalgHom R A) = β(LinearMap.mul' R A) - Bialgebra.comm_comp_comulBialgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] [Coalgebra.IsCocomm R A] : (Bialgebra.TensorProduct.comm R A A).toBialgHom.comp (Bialgebra.comulBialgHom R A) = Bialgebra.comulBialgHom R A - Bialgebra.coe_mulBialgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} [CommSemiring R] [CommSemiring A] [Bialgebra R A] : β(Bialgebra.mulBialgHom R A) = β(LinearMap.mul' R A) - Bialgebra.TensorProduct.map_tmul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] (f : A ββc[S] C) (g : B ββc[R] D) (x : A) (y : B) : (Bialgebra.TensorProduct.map f g) (x ββ[R] y) = f x ββ[R] g y - Bialgebra.TensorProduct.lid_toCoalgEquiv π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {B : Type u_4} [CommSemiring R] [Semiring B] [Bialgebra R B] : β(Bialgebra.TensorProduct.lid R B) = Coalgebra.TensorProduct.lid R B - Bialgebra.TensorProduct.assoc π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (C : Type u_5) (D : Type u_6) [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] : TensorProduct R (TensorProduct S A C) D ββc[S] TensorProduct S A (TensorProduct R C D) - Bialgebra.TensorProduct.rid_toCoalgEquiv π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : β(Bialgebra.TensorProduct.rid R S A) = Coalgebra.TensorProduct.rid R S A - Bialgebra.toLinearMap_mulCoalgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : β(Bialgebra.mulCoalgHom R A) = LinearMap.mul' R A - Bialgebra.TensorProduct.assoc_toAlgEquiv π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] : (Bialgebra.TensorProduct.assoc R S A C D).toAlgEquiv = Algebra.TensorProduct.assoc R S S A C D - Bialgebra.TensorProduct.assoc_tmul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] (x : A) (y : C) (z : D) : (Bialgebra.TensorProduct.assoc R S A C D) (x ββ[S] y ββ[R] z) = x ββ[S] (y ββ[R] z) - Bialgebra.TensorProduct.map_toCoalgHom π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] (f : A ββc[S] C) (g : B ββc[R] D) : β(Bialgebra.TensorProduct.map f g) = Coalgebra.TensorProduct.map βf βg - Bialgebra.TensorProduct.comulAlgHom_def π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : Bialgebra.comulAlgHom S (TensorProduct R A B) = (β(Algebra.TensorProduct.tensorTensorTensorComm R S R S A A B B)).comp (Algebra.TensorProduct.map (Bialgebra.comulAlgHom S A) (Bialgebra.comulAlgHom R B)) - Bialgebra.TensorProduct.assoc_symm_tmul π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] (x : A) (y : C) (z : D) : (Bialgebra.TensorProduct.assoc R S A C D).symm (x ββ[S] (y ββ[R] z)) = x ββ[S] y ββ[R] z - Bialgebra.TensorProduct.comul_eq_algHom_toLinearMap π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : CoalgebraStruct.comul = ((β(Algebra.TensorProduct.tensorTensorTensorComm R S R S A A B B)).comp (Algebra.TensorProduct.map (Bialgebra.comulAlgHom S A) (Bialgebra.comulAlgHom R B))).toLinearMap - Bialgebra.TensorProduct.assoc_toCoalgEquiv π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {S : Type u_2} {A : Type u_3} {C : Type u_5} {D : Type u_6} [CommSemiring R] [CommSemiring S] [Semiring A] [Bialgebra S A] [Algebra R A] [Algebra R S] [IsScalarTower R S A] [Semiring C] [Semiring D] [Bialgebra S C] [Bialgebra R D] [Algebra R C] [IsScalarTower R S C] : β(Bialgebra.TensorProduct.assoc R S A C D) = Coalgebra.TensorProduct.assoc R S A C D - Bialgebra.comul_includeRight π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [CommSemiring A] [CommSemiring B] [Bialgebra R B] [Algebra R A] : (β(Bialgebra.comulAlgHom A (TensorProduct R A B))).comp βAlgebra.TensorProduct.includeRight = (Algebra.TensorProduct.mapRingHom (algebraMap R A) βAlgebra.TensorProduct.includeRight βAlgebra.TensorProduct.includeRight β― β―).comp β(Bialgebra.comulAlgHom R B) - CommBialgCat.of π Mathlib.Algebra.Category.CommBialgCat
(R : Type u) [CommRing R] (X : Type v) [CommRing X] [Bialgebra R X] : CommBialgCat R - CommBialgCat.bialgebra π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] (self : CommBialgCat R) : Bialgebra R βself - CommBialgCat.coe_of π Mathlib.Algebra.Category.CommBialgCat
(R : Type u) [CommRing R] (X : Type v) [CommRing X] [Bialgebra R X] : β(CommBialgCat.of R X) = X - CommAlgCat.monObjOpOf π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {A : Type u} [CommRing A] [Bialgebra R A] : CategoryTheory.MonObj (Opposite.op (CommAlgCat.of R A)) - instBialgebraCarrierUnopCommAlgCatOfMonObjOpposite π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] (A : (CommAlgCat R)α΅α΅) [CategoryTheory.MonObj A] : Bialgebra R β(Opposite.unop A) - instIsCommMonObjOppositeCommAlgCatOpOfOfIsCocomm π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {A : Type u} [CommRing A] [Bialgebra R A] [Coalgebra.IsCocomm R A] : CategoryTheory.IsCommMonObj (Opposite.op (CommAlgCat.of R A)) - CommBialgCat.ofHom_id π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X : Type v} [CommRing X] [Bialgebra R X] : CommBialgCat.ofHom (BialgHom.id R X) = CategoryTheory.CategoryStruct.id (CommBialgCat.of R X) - CommBialgCat.isoMk π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} {xβ : CommRing X} {xβΒΉ : CommRing Y} {xβΒ² : Bialgebra R X} {xβΒ³ : Bialgebra R Y} (e : X ββc[R] Y) : CommBialgCat.of R X β CommBialgCat.of R Y - CommBialgCat.isoEquivBialgEquiv π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} [CommRing X] [Bialgebra R X] [CommRing Y] [Bialgebra R Y] : (CommBialgCat.of R X β CommBialgCat.of R Y) β X ββc[R] Y - CommBialgCat.ofHom π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} {xβ : CommRing X} {xβΒΉ : CommRing Y} {xβΒ² : Bialgebra R X} {xβΒ³ : Bialgebra R Y} (f : X ββc[R] Y) : CommBialgCat.of R X βΆ CommBialgCat.of R Y - instIsMonHomOppositeCommAlgCatOpOfHomToAlgHom π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {A B : Type u} [CommRing A] [Bialgebra R A] [CommRing B] [Bialgebra R B] (f : A ββc[R] B) : CategoryTheory.IsMonHom (CommAlgCat.ofHom βf).op - CommAlgCat.one_op_of_unop_hom π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {A : Type u} [CommRing A] [Bialgebra R A] : CommAlgCat.Hom.hom CategoryTheory.MonObj.one.unop = Bialgebra.counitAlgHom R A - CommBialgCat.ofHom_comp π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y Z : Type v} [CommRing X] [Bialgebra R X] [CommRing Y] [Bialgebra R Y] [CommRing Z] [Bialgebra R Z] (f : X ββc[R] Y) (g : Y ββc[R] Z) : CommBialgCat.ofHom (g.comp f) = CategoryTheory.CategoryStruct.comp (CommBialgCat.ofHom f) (CommBialgCat.ofHom g) - CommBialgCat.isoMk_hom π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} {xβ : CommRing X} {xβΒΉ : CommRing Y} {xβΒ² : Bialgebra R X} {xβΒ³ : Bialgebra R Y} (e : X ββc[R] Y) : (CommBialgCat.isoMk e).hom = CommBialgCat.ofHom βe - CommBialgCat.hom_ofHom π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} [CommRing X] [Bialgebra R X] [CommRing Y] [Bialgebra R Y] (f : X ββc[R] Y) : CommBialgCat.Hom.hom (CommBialgCat.ofHom f) = f - CommBialgCat.isoMk_inv π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} {xβ : CommRing X} {xβΒΉ : CommRing Y} {xβΒ² : Bialgebra R X} {xβΒ³ : Bialgebra R Y} (e : X ββc[R] Y) : (CommBialgCat.isoMk e).inv = CommBialgCat.ofHom βe.symm - CommAlgCat.mul_op_of_unop_hom π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {A : Type u} [CommRing A] [Bialgebra R A] : CommAlgCat.Hom.hom CategoryTheory.MonObj.mul.unop = Bialgebra.comulAlgHom R A - CommBialgCat.isoEquivBialgEquiv_symm_apply π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} [CommRing X] [Bialgebra R X] [CommRing Y] [Bialgebra R Y] (e : X ββc[R] Y) : CommBialgCat.isoEquivBialgEquiv.symm e = CommBialgCat.isoMk e - CommBialgCat.isoEquivBialgEquiv_apply π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} [CommRing X] [Bialgebra R X] [CommRing Y] [Bialgebra R Y] (i : CommBialgCat.of R X β CommBialgCat.of R Y) : CommBialgCat.isoEquivBialgEquiv i = CommBialgCat.bialgEquivOfIso i - CommBialgCat.ofHom_apply π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {X Y : Type v} [CommRing X] [Bialgebra R X] [CommRing Y] [Bialgebra R Y] (f : X ββc[R] Y) (x : X) : (CategoryTheory.ConcreteCategory.hom (CommBialgCat.ofHom f)) x = f x - CommBialgCat.instBialgebraObjForgetBialgHomCarrier π Mathlib.Algebra.Category.CommBialgCat
{R : Type u} [CommRing R] {A : CommBialgCat R} : Bialgebra R ((CategoryTheory.forget (CommBialgCat R)).obj A) - AlgHom.instMonoidWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : Monoid (WithConv (C ββ[R] A)) - AlgHom.instMulWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : Mul (WithConv (C ββ[R] A)) - AlgHom.instOneWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : One (WithConv (C ββ[R] A)) - AlgHom.instPowWithConvNat π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : Pow (WithConv (C ββ[R] A)) β - AlgHom.instCommMonoidWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] [Coalgebra.IsCocomm R C] : CommMonoid (WithConv (C ββ[R] A)) - BialgHom.instOneWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] : One (WithConv (C ββc[R] A)) - BialgHom.instCommMonoidWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] : CommMonoid (WithConv (C ββc[R] A)) - BialgHom.instMulWithConv π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] : Mul (WithConv (C ββc[R] A)) - BialgHom.instPowWithConvNat π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] : Pow (WithConv (C ββc[R] A)) β - AlgHom.convOne_def π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : 1 = WithConv.toConv ((Algebra.ofId R A).comp (Bialgebra.counitAlgHom R C)) - AlgHom.convOne_apply π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (c : C) : (WithConv.ofConv 1) c = (algebraMap R A) (CoalgebraStruct.counit c) - AlgHom.toLinearMap_convOne π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : WithConv.toConv (WithConv.ofConv 1).toLinearMap = 1 - AlgHom.comp_convMul_distrib π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [CommSemiring A] [CommSemiring B] [Semiring C] [Bialgebra R C] [Algebra R A] [Algebra R B] (h : A ββ[R] B) (f g : WithConv (C ββ[R] A)) : h.comp (f * g).ofConv = (WithConv.toConv (h.comp f.ofConv) * WithConv.toConv (h.comp g.ofConv)).ofConv - BialgHom.toAlgHom_convOne π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] : WithConv.toConv β(WithConv.ofConv 1) = 1 - BialgHom.convOne_def π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] : 1 = WithConv.toConv ((Bialgebra.unitBialgHom R A).comp (Bialgebra.counitBialgHom R C)) - BialgHom.convOne_apply π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] (c : C) : (WithConv.ofConv 1) c = (algebraMap R A) (CoalgebraStruct.counit c) - AlgHom.toLinearMap_convPow π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (f : WithConv (C ββ[R] A)) (n : β) : WithConv.toConv (f ^ n).ofConv.toLinearMap = WithConv.toConv f.ofConv.toLinearMap ^ n - AlgHom.convMul_def π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (f g : WithConv (C ββ[R] A)) : f * g = WithConv.toConv ((Algebra.TensorProduct.lmul' R).comp ((Algebra.TensorProduct.map f.ofConv g.ofConv).comp (Bialgebra.comulAlgHom R C))) - AlgHom.toLinearMap_convMul π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (f g : WithConv (C ββ[R] A)) : WithConv.toConv (f * g).ofConv.toLinearMap = WithConv.toConv f.ofConv.toLinearMap * WithConv.toConv g.ofConv.toLinearMap - AlgHom.convMul_comp_bialgHom_distrib π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [CommSemiring A] [CommSemiring B] [Semiring C] [Bialgebra R C] [Algebra R A] [Bialgebra R B] (f g : WithConv (C ββ[R] A)) (h : B ββc[R] C) : (f * g).ofConv.comp βh = (WithConv.toConv (f.ofConv.comp βh) * WithConv.toConv (g.ofConv.comp βh)).ofConv - BialgHom.toAlgHom_convPow π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] (f : WithConv (C ββc[R] A)) (n : β) : WithConv.toConv β(f ^ n).ofConv = WithConv.toConv βf.ofConv ^ n - AlgHom.convMul_apply π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (f g : WithConv (C ββ[R] A)) (c : C) : (f * g).ofConv c = (Algebra.TensorProduct.lift f.ofConv g.ofConv β―) (CoalgebraStruct.comul c) - BialgHom.toAlgHom_convMul π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] (f g : WithConv (C ββc[R] A)) : WithConv.toConv β(f * g).ofConv = WithConv.toConv βf.ofConv * WithConv.toConv βg.ofConv - BialgHom.toLinearMap_convOne π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] : WithConv.toConv β(WithConv.ofConv 1) = 1 - BialgHom.toLinearMap_convPow π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] (f : WithConv (C ββc[R] A)) (n : β) : WithConv.toConv (f ^ n).ofConv.toLinearMap = WithConv.toConv f.ofConv.toLinearMap ^ n - BialgHom.toLinearMap_convMul π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] (f g : WithConv (C ββc[R] A)) : WithConv.toConv (f * g).ofConv.toLinearMap = WithConv.toConv f.ofConv.toLinearMap * WithConv.toConv g.ofConv.toLinearMap - BialgHom.convMul_def π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R A] [Bialgebra R C] [Coalgebra.IsCocomm R C] (f g : WithConv (C ββc[R] A)) : f * g = WithConv.toConv ((Bialgebra.mulBialgHom R A).comp ((Bialgebra.TensorProduct.map f.ofConv g.ofConv).comp (Bialgebra.comulBialgHom R C))) - HopfAlgebraStruct.toBialgebra π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : HopfAlgebraStruct R A] : Bialgebra R A - HopfAlgebraStruct.mk π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [toBialgebra : Bialgebra R A] (antipode : A ββ[R] A) : HopfAlgebraStruct R A - HopfAlgebra.ofConvInverse π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] (antipode : A ββ[R] A) (antipode_convMul_id : WithConv.toConv antipode * WithConv.toConv LinearMap.id = 1) (id_convMul_antipode : WithConv.toConv LinearMap.id * WithConv.toConv antipode = 1) : HopfAlgebra R A - HopfAlgebra.ofAlgHom π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u_1} {A : Type u_2} [CommSemiring R] [CommSemiring A] [Bialgebra R A] (antipode : A ββ[R] A) (mul_antipode_rTensor_comul : (Algebra.TensorProduct.lift antipode (AlgHom.id R A) β―).comp (Bialgebra.comulAlgHom R A) = (Algebra.ofId R A).comp (Bialgebra.counitAlgHom R A)) (mul_antipode_lTensor_comul : (Algebra.TensorProduct.lift (AlgHom.id R A) antipode β―).comp (Bialgebra.comulAlgHom R A) = (Algebra.ofId R A).comp (Bialgebra.counitAlgHom R A)) : HopfAlgebra R A - AlgHom.convGroup π Mathlib.RingTheory.HopfAlgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [CommSemiring A] [CommSemiring C] [Bialgebra R C] [HopfAlgebra R A] : Group (WithConv (A ββ[R] C)) - AlgHom.convInv π Mathlib.RingTheory.HopfAlgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [CommSemiring A] [CommSemiring C] [Bialgebra R C] [HopfAlgebra R A] : Inv (WithConv (A ββ[R] C)) - AlgHom.instCommGroupWithConvOfIsCocomm π Mathlib.RingTheory.HopfAlgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [CommSemiring A] [CommSemiring C] [Bialgebra R C] [HopfAlgebra R A] [Coalgebra.IsCocomm R A] : CommGroup (WithConv (A ββ[R] C)) - AlgebraicGeometry.instMonObjSpecAsOverSpec π Mathlib.AlgebraicGeometry.Group.Affine
{R A : CommRingCat} [Bialgebra βR βA] : CategoryTheory.MonObj ((AlgebraicGeometry.Spec A).asOver (AlgebraicGeometry.Spec R)) - AlgebraicGeometry.isCommMonObj_spec_asOver_spec π Mathlib.AlgebraicGeometry.Group.Affine
{R A : CommRingCat} [Bialgebra βR βA] [Coalgebra.IsCocomm βR βA] : CategoryTheory.IsCommMonObj ((AlgebraicGeometry.Spec A).asOver (AlgebraicGeometry.Spec R)) - AlgebraicGeometry.Spec.mapMulEquiv π Mathlib.AlgebraicGeometry.Group.Affine
{R S T : Type u} [CommRing R] [CommRing S] [CommRing T] [Bialgebra R S] [Algebra R T] : WithConv (S ββ[R] T) β* ((AlgebraicGeometry.Spec (CommRingCat.of T)).asOver (AlgebraicGeometry.Spec (CommRingCat.of R)) βΆ (AlgebraicGeometry.Spec (CommRingCat.of S)).asOver (AlgebraicGeometry.Spec (CommRingCat.of R))) - AlgebraicGeometry.one_spec_asOver_spec_left π Mathlib.AlgebraicGeometry.Group.Affine
{R A : CommRingCat} [Bialgebra βR βA] : CategoryTheory.Over.Hom.left CategoryTheory.MonObj.one = AlgebraicGeometry.Spec.map (CommRingCat.ofHom β(Bialgebra.counitAlgHom βR βA)) - AlgebraicGeometry.instBialgebraCarrierObjOppositeOpensCarrierCarrierCommRingCatPresheafOpOpensTopOfMonObjOverSchemeSpecAsOverOfIsAffine π Mathlib.AlgebraicGeometry.Group.Affine
{R : CommRingCat} {M : AlgebraicGeometry.Scheme} [M.Over (AlgebraicGeometry.Spec R)] [CategoryTheory.MonObj (M.asOver (AlgebraicGeometry.Spec R))] [AlgebraicGeometry.IsAffine M] : Bialgebra βR β(M.presheaf.obj (Opposite.op β€)) - AlgebraicGeometry.one_def π Mathlib.AlgebraicGeometry.Group.Affine
{R A : CommRingCat} [Bialgebra βR βA] : CategoryTheory.MonObj.one = CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.Ξ΅ (AlgebraicGeometry.algSpec R)) ((AlgebraicGeometry.algSpec R).map CategoryTheory.MonObj.one) - AlgebraicGeometry.one_spec_asOver_spec π Mathlib.AlgebraicGeometry.Group.Affine
{R A : CommRingCat} [Bialgebra βR βA] : CategoryTheory.MonObj.one = CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.Ξ΅ (AlgebraicGeometry.algSpec R)) (CategoryTheory.Over.homMk (AlgebraicGeometry.Spec.map (CommRingCat.ofHom β(Bialgebra.counitAlgHom βR βA))) β―) - AlgebraicGeometry.instIsMonHomOverSchemeSpecOfAsOverHomTransPullbackSymmetryOverInferInstanceOverClassPullbackSpecIso' π Mathlib.AlgebraicGeometry.Group.Affine
{R S T : Type u} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Bialgebra R T] : CategoryTheory.IsMonHom (AlgebraicGeometry.Scheme.Hom.asOver (CategoryTheory.Limits.pullbackSymmetry (AlgebraicGeometry.Spec (CommRingCat.of T) β AlgebraicGeometry.Spec (CommRingCat.of R)) (AlgebraicGeometry.Spec (CommRingCat.of S) β AlgebraicGeometry.Spec (CommRingCat.of R)) βͺβ« AlgebraicGeometry.pullbackSpecIso' R S T).hom (AlgebraicGeometry.Spec (CommRingCat.of S))) - AlgebraicGeometry.mul_spec_asOver_spec_left π Mathlib.AlgebraicGeometry.Group.Affine
{R A : CommRingCat} [Bialgebra βR βA] : CategoryTheory.Over.Hom.left CategoryTheory.MonObj.mul = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.pullbackSpecIso βR βA βA).hom (AlgebraicGeometry.Spec.map (CommRingCat.ofHom β(Bialgebra.comulAlgHom βR βA))) - groupLikeSubmonoid π Mathlib.RingTheory.Bialgebra.GroupLike
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] : Submonoid A - GroupLike.instMonoid π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : Monoid (GroupLike R A) - GroupLike.instMul π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : Mul (GroupLike R A) - GroupLike.instOne π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : One (GroupLike R A) - GroupLike.instPowNat π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : Pow (GroupLike R A) β - GroupLike.instCommMonoid π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [CommSemiring A] [Bialgebra R A] : CommMonoid (GroupLike R A) - IsGroupLikeElem.one π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : IsGroupLikeElem R 1 - IsGroupLikeElem.pow π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {a : A} {n : β} (ha : IsGroupLikeElem R a) : IsGroupLikeElem R (a ^ n) - IsGroupLikeElem.of_unitsInv π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {u : AΛ£} : IsGroupLikeElem R βuβ»ΒΉ β IsGroupLikeElem R βu - IsGroupLikeElem.unitsInv π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {u : AΛ£} : IsGroupLikeElem R βu β IsGroupLikeElem R βuβ»ΒΉ - isGroupLikeElem_unitsInv π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {u : AΛ£} : IsGroupLikeElem R βuβ»ΒΉ β IsGroupLikeElem R βu - GroupLike.valMonoidHom π Mathlib.RingTheory.Bialgebra.GroupLike
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] : GroupLike R A β* A - IsGroupLikeElem.mul π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (ha : IsGroupLikeElem R a) (hb : IsGroupLikeElem R b) : IsGroupLikeElem R (a * b) - GroupLike.val_one π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] : β1 = 1 - IsGroupLikeElem.of_mul_eq_one π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (hab : a * b = 1) (hba : b * a = 1) (ha : IsGroupLikeElem R a) : IsGroupLikeElem R b - isGroupLikeElem_iff_of_mul_eq_one π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] {a b : A} (hab : a * b = 1) (hba : b * a = 1) : IsGroupLikeElem R a β IsGroupLikeElem R b - GroupLike.val_pow π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] (a : GroupLike R A) (n : β) : β(a ^ n) = βa ^ n - GroupLike.val_mul π Mathlib.RingTheory.Bialgebra.GroupLike
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Bialgebra R A] (a b : GroupLike R A) : β(a * b) = βa * βb - GroupLike.valMonoidHom_apply π Mathlib.RingTheory.Bialgebra.GroupLike
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Bialgebra R A] (self : GroupLike R A) : (GroupLike.valMonoidHom R A) self = βself - LaurentPolynomial.instBialgebra π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_11} [CommSemiring R] {A : Type u_12} [Semiring A] [Bialgebra R A] : Bialgebra R (LaurentPolynomial A) - AddMonoidAlgebra.instBialgebra π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
(R : Type u_1) (A : Type u_3) (M : Type u_8) [CommSemiring R] [Semiring A] [Bialgebra R A] [AddMonoid M] : Bialgebra R (AddMonoidAlgebra A M) - MonoidAlgebra.instBialgebra π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
(R : Type u_1) (A : Type u_3) (M : Type u_8) [CommSemiring R] [Semiring A] [Bialgebra R A] [Monoid M] : Bialgebra R (MonoidAlgebra A M) - AddMonoidAlgebra.isGroupLikeElem_single_one π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {G : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] (g : G) : IsGroupLikeElem R (AddMonoidAlgebra.single g 1) - MonoidAlgebra.isGroupLikeElem_single_one π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {G : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] (g : G) : IsGroupLikeElem R (MonoidAlgebra.single g 1) - MonoidAlgebra.isGroupLikeElem_of π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {M : Type u_8} [CommSemiring R] [Semiring A] [Bialgebra R A] [Monoid M] (m : M) : IsGroupLikeElem R ((MonoidAlgebra.of A M) m) - AddMonoidAlgebra.span_isGroupLikeElem π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {G : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] : Submodule.span A {a | IsGroupLikeElem R a} = β€ - MonoidAlgebra.span_isGroupLikeElem π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {G : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] : Submodule.span A {a | IsGroupLikeElem R a} = β€ - AddMonoidAlgebra.isGroupLikeElem_of π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {M : Type u_8} [CommSemiring R] [Semiring A] [Bialgebra R A] [AddMonoid M] (m : M) : IsGroupLikeElem R ((AddMonoidAlgebra.of A M) m) - AddMonoidAlgebra.domCongrBialgEquiv π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
(R : Type u_1) (A : Type u_3) {M : Type u_8} {N : Type u_9} [CommSemiring R] [Semiring A] [Bialgebra R A] [AddMonoid M] [AddMonoid N] (e : M β+ N) : AddMonoidAlgebra A M ββc[R] AddMonoidAlgebra A N
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