Loogle!
Result
Found 323 declarations mentioning CoalgebraStruct. Of these, only the first 200 are shown.
- CoalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (A : Type v) [CommSemiring R] [AddCommMonoid A] [Module R A] : Type (max u v) - Coalgebra.Repr π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (a : A) (ΞΉ : Type u_1) : Type (max u_1 v) - Coalgebra.toCoalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} [self : Coalgebra R A] : CoalgebraStruct R A - Coalgebra.Repr.arbitrary π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (a : A) : Coalgebra.Repr R a (A Γ A) - Coalgebra.Repr.index π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {a : A} {ΞΉ : Type u_1} (self : Coalgebra.Repr R a ΞΉ) : Finset ΞΉ - Coalgebra.Repr.left π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {a : A} {ΞΉ : Type u_1} (self : Coalgebra.Repr R a ΞΉ) : ΞΉ β A - Coalgebra.Repr.right π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {a : A} {ΞΉ : Type u_1} (self : Coalgebra.Repr R a ΞΉ) : ΞΉ β A - Finsupp.instCoalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : Type w) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : CoalgebraStruct R (ΞΉ ββ A) - CoalgebraStruct.counit π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} [self : CoalgebraStruct R A] : A ββ[R] R - Pi.instCoalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] : CoalgebraStruct R ((i : n) β A i) - Prod.instCoalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (A : Type v) (B : Type w) [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [Coalgebra R A] [Coalgebra R B] : CoalgebraStruct R (A Γ B) - CoalgebraStruct.comul π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} [self : CoalgebraStruct R A] : A ββ[R] TensorProduct R A A - DFinsupp.instCoalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : ΞΉ β Type w) [DecidableEq ΞΉ] [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [(i : ΞΉ) β CoalgebraStruct R (A i)] : CoalgebraStruct R (Ξ β (i : ΞΉ), A i) - Equiv.coalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u_1) {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R B] (e : A ββ[R] B) : CoalgebraStruct R A - LinearEquiv.coalgebraStruct π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u_1) {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R B] (e : A ββ[R] B) : CoalgebraStruct R A - CoalgebraStruct.mk π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] (comul : A ββ[R] TensorProduct R A A) (counit : A ββ[R] R) : CoalgebraStruct R A - Coalgebra.Repr.mk π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {a : A} {ΞΉ : Type u_1} (index : Finset ΞΉ) (left right : ΞΉ β A) (eq : β i β index, left i ββ[R] right i = CoalgebraStruct.comul a) : Coalgebra.Repr R a ΞΉ - Finsupp.counit_comp_lsingle π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : Type w) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (i : ΞΉ) : CoalgebraStruct.counit ββ Finsupp.lsingle i = CoalgebraStruct.counit - Pi.counit_comp_single π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (i : n) : CoalgebraStruct.counit ββ LinearMap.single R A i = CoalgebraStruct.counit - Coalgebra.Repr.eq π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {a : A} {ΞΉ : Type u_1} (self : Coalgebra.Repr R a ΞΉ) : β i β self.index, self.left i ββ[R] self.right i = CoalgebraStruct.comul a - DFinsupp.counit_comp_lsingle π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : ΞΉ β Type w) [DecidableEq ΞΉ] [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [(i : ΞΉ) β CoalgebraStruct R (A i)] (i : ΞΉ) : CoalgebraStruct.counit ββ DFinsupp.lsingle i = CoalgebraStruct.counit - Pi.counit_comp_finsuppLcoeFun π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {M : Type u_4} [AddCommMonoid M] [Module R M] [CoalgebraStruct R M] : CoalgebraStruct.counit ββ Finsupp.lcoeFun = CoalgebraStruct.counit - Pi.counit_single π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (i : n) (a : A i) : CoalgebraStruct.counit (Pi.single i a) = CoalgebraStruct.counit a - Finsupp.counit_single π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : Type w) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (i : ΞΉ) (a : A) : (CoalgebraStruct.counit funβ | i => a) = CoalgebraStruct.counit a - Pi.counit_comp_dFinsuppCoeFnLinearMap π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] : CoalgebraStruct.counit ββ DFinsupp.coeFnLinearMap R = CoalgebraStruct.counit - DFinsupp.counit_single π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : ΞΉ β Type w) [DecidableEq ΞΉ] [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [(i : ΞΉ) β CoalgebraStruct R (A i)] (i : ΞΉ) (a : A i) : (CoalgebraStruct.counit funβ | i => a) = CoalgebraStruct.counit a - Pi.counit_coe_finsupp π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {M : Type u_4} [AddCommMonoid M] [Module R M] [CoalgebraStruct R M] (x : n ββ M) : CoalgebraStruct.counit βx = CoalgebraStruct.counit x - Pi.counit_coe_dFinsupp π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (x : Ξ β (i : n), A i) : CoalgebraStruct.counit βx = CoalgebraStruct.counit x - Pi.comul_comp_proj π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (i : n) : CoalgebraStruct.comul ββ LinearMap.proj i = TensorProduct.map (LinearMap.proj i) (LinearMap.proj i) ββ CoalgebraStruct.comul - Finsupp.comul_comp_lapply π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : Type w) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (i : ΞΉ) : CoalgebraStruct.comul ββ Finsupp.lapply i = TensorProduct.map (Finsupp.lapply i) (Finsupp.lapply i) ββ CoalgebraStruct.comul - Pi.comul_comp_single π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (i : n) : CoalgebraStruct.comul ββ LinearMap.single R A i = TensorProduct.map (LinearMap.single R A i) (LinearMap.single R A i) ββ CoalgebraStruct.comul - DFinsupp.comul_comp_lapply π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : ΞΉ β Type w) [DecidableEq ΞΉ] [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [(i : ΞΉ) β CoalgebraStruct R (A i)] (i : ΞΉ) : CoalgebraStruct.comul ββ DFinsupp.lapply i = TensorProduct.map (DFinsupp.lapply i) (DFinsupp.lapply i) ββ CoalgebraStruct.comul - Finsupp.comul_comp_lsingle π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : Type w) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (i : ΞΉ) : CoalgebraStruct.comul ββ Finsupp.lsingle i = TensorProduct.map (Finsupp.lsingle i) (Finsupp.lsingle i) ββ CoalgebraStruct.comul - Pi.comul_comp_finsuppLcoeFun π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {M : Type u_4} [AddCommMonoid M] [Module R M] [CoalgebraStruct R M] : CoalgebraStruct.comul ββ Finsupp.lcoeFun = TensorProduct.map Finsupp.lcoeFun Finsupp.lcoeFun ββ CoalgebraStruct.comul - Pi.comul_comp_dFinsuppCoeFnLinearMap π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] : CoalgebraStruct.comul ββ DFinsupp.coeFnLinearMap R = TensorProduct.map (DFinsupp.coeFnLinearMap R) (DFinsupp.coeFnLinearMap R) ββ CoalgebraStruct.comul - DFinsupp.comul_comp_lsingle π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : ΞΉ β Type w) [DecidableEq ΞΉ] [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [(i : ΞΉ) β CoalgebraStruct R (A i)] (i : ΞΉ) : CoalgebraStruct.comul ββ DFinsupp.lsingle i = TensorProduct.map (DFinsupp.lsingle i) (DFinsupp.lsingle i) ββ CoalgebraStruct.comul - Pi.comul_single π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (i : n) (a : A i) : CoalgebraStruct.comul (Pi.single i a) = (TensorProduct.map (LinearMap.single R A i) (LinearMap.single R A i)) (CoalgebraStruct.comul a) - Finsupp.comul_single π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : Type w) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (i : ΞΉ) (a : A) : (CoalgebraStruct.comul funβ | i => a) = (TensorProduct.map (Finsupp.lsingle i) (Finsupp.lsingle i)) (CoalgebraStruct.comul a) - DFinsupp.comul_single π Mathlib.RingTheory.Coalgebra.Basic
(R : Type u) (ΞΉ : Type v) (A : ΞΉ β Type w) [DecidableEq ΞΉ] [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [(i : ΞΉ) β CoalgebraStruct R (A i)] (i : ΞΉ) (a : A i) : (CoalgebraStruct.comul funβ | i => a) = (TensorProduct.map (DFinsupp.lsingle i) (DFinsupp.lsingle i)) (CoalgebraStruct.comul a) - Pi.comul_coe_finsupp π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {M : Type u_4} [AddCommMonoid M] [Module R M] [CoalgebraStruct R M] (x : n ββ M) : CoalgebraStruct.comul βx = (TensorProduct.map Finsupp.lcoeFun Finsupp.lcoeFun) (CoalgebraStruct.comul x) - Pi.comul_coe_dFinsupp π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u_1} {n : Type u_2} [CommSemiring R] [Fintype n] [DecidableEq n] {A : n β Type u_3} [(i : n) β AddCommMonoid (A i)] [(i : n) β Module R (A i)] [(i : n) β CoalgebraStruct R (A i)] (x : Ξ β (i : n), A i) : CoalgebraStruct.comul βx = (TensorProduct.map (DFinsupp.coeFnLinearMap R) (DFinsupp.coeFnLinearMap R)) (CoalgebraStruct.comul x) - Coalgebra.mk π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [toCoalgebraStruct : CoalgebraStruct R A] (coassoc : β(TensorProduct.assoc R A A A) ββ LinearMap.rTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul = LinearMap.lTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul) (rTensor_counit_comp_comul : LinearMap.rTensor A CoalgebraStruct.counit ββ CoalgebraStruct.comul = (TensorProduct.mk R R A) 1) (lTensor_counit_comp_comul : LinearMap.lTensor A CoalgebraStruct.counit ββ CoalgebraStruct.comul = (TensorProduct.mk R A R).flip 1) : Coalgebra R A - CoalgHom.id π Mathlib.RingTheory.Coalgebra.Hom
(R : Type u_1) (A : Type u_2) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : A ββc[R] A - CoalgHom.End π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : Monoid (A ββc[R] A) - CoalgHom π Mathlib.RingTheory.Coalgebra.Hom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Type (max u_2 u_3) - CoalgHomClass π Mathlib.RingTheory.Coalgebra.Hom
(F : Type u_1) (R : outParam (Type u_2)) (A : outParam (Type u_3)) (B : outParam (Type u_4)) [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] : Prop - CoalgHom.Simps.apply π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_6} {Ξ± : Type u_7} {Ξ² : Type u_8} [CommSemiring R] [AddCommMonoid Ξ±] [Module R Ξ±] [AddCommMonoid Ξ²] [Module R Ξ²] [CoalgebraStruct R Ξ±] [CoalgebraStruct R Ξ²] (f : Ξ± ββc[R] Ξ²) : Ξ± β Ξ² - CoalgHom.funLike π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : FunLike (A ββc[R] B) A B - CoalgHom.coe_id π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : β(CoalgHom.id R A) = id - CoalgHom.id_apply π Mathlib.RingTheory.Coalgebra.Hom
(R : Type u_1) (A : Type u_2) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (x : A) : (CoalgHom.id R A) x = x - CoalgHomClass.toCoalgHom π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [CoalgHomClass F R A B] (f : F) : A ββc[R] B - CoalgHomClass.instCoeToCoalgHom π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [CoalgHomClass F R A B] : CoeHead F (A ββc[R] B) - CoalgHom.coalgHomClass π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : CoalgHomClass (A ββc[R] B) R A B - CoalgHom.toLinearMap π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : A ββ[R] B - CoalgHom.coe_fn_injective π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective DFunLike.coe - CoalgHomClass.toSemilinearMapClass π Mathlib.RingTheory.Coalgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} {instβΒ³ : AddCommMonoid B} {instββ΄ : Module R B} {instββ΅ : CoalgebraStruct R A} {instββΆ : CoalgebraStruct R B} {instββ· : FunLike F A B} [self : CoalgHomClass F R A B] : SemilinearMapClass F (RingHom.id R) A B - CoalgHom.End_toOne_one π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : 1 = CoalgHom.id R A - CoalgHom.comp_id π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) : Ο.comp (CoalgHom.id R A) = Ο - CoalgHom.id_comp π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) : (CoalgHom.id R B).comp Ο = Ο - CoalgHom.comp π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [AddCommMonoid C] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) : A ββc[R] C - CoalgHom.copy π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (f' : A β B) (h : f' = βf) : A ββc[R] B - CoalgHom.coe_coe π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {F : Type u_6} [FunLike F A B] [CoalgHomClass F R A B] (f : F) : ββf = βf - CoalgHom.copy_eq π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (f' : A β B) (h : f' = βf) : f.copy f' h = f - CoalgHom.congr_arg π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) {x y : A} (h : x = y) : Ο x = Ο y - CoalgHom.one_apply π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (x : A) : 1 x = x - CoalgHom.coe_copy π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (f' : A β B) (h : f' = βf) : β(f.copy f' h) = f' - CoalgHom.coe_fn_inj π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} : βΟβ = βΟβ β Οβ = Οβ - CoalgHom.congr_fun π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} (H : Οβ = Οβ) (x : A) : Οβ x = Οβ x - CoalgHom.ext π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} (H : β (x : A), Οβ x = Οβ x) : Οβ = Οβ - CoalgHom.ext_iff π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} : Οβ = Οβ β β (x : A), Οβ x = Οβ x - CoalgHom.End_toMul_mul π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (Οβ Οβ : A ββc[R] A) : Οβ * Οβ = Οβ.comp Οβ - CoalgHom.id_toLinearMap π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : β(CoalgHom.id R A) = LinearMap.id - CoalgHom.map_smul_of_tower π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) {R' : Type u_6} [SMul R' A] [SMul R' B] [LinearMap.CompatibleSMul A B R' R] (r : R') (x : A) : Ο (r β’ x) = r β’ Ο x - CoalgHom.coe_linearMap_injective π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective fun x => βx - CoalgHom.counit_comp π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : CoalgebraStruct.counit ββ self.toLinearMap = CoalgebraStruct.counit - CoalgHom.toLinearMap_eq_coe π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : f.toLinearMap = βf - CoalgHom.comp_apply π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [AddCommMonoid C] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) (x : A) : (Οβ.comp Οβ) x = Οβ (Οβ x) - CoalgHom.coe_comp π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [AddCommMonoid C] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) : β(Οβ.comp Οβ) = βΟβ β βΟβ - CoalgHom.comp_assoc π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} {D : Type u_5} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [AddCommMonoid C] [Module R C] [AddCommMonoid D] [Module R D] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] [CoalgebraStruct R D] (Οβ : C ββc[R] D) (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) : (Οβ.comp Οβ).comp Οβ = Οβ.comp (Οβ.comp Οβ) - CoalgHomClass.counit_comp π Mathlib.RingTheory.Coalgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} {instβΒ³ : AddCommMonoid B} {instββ΄ : Module R B} {instββ΅ : CoalgebraStruct R A} {instββΆ : CoalgebraStruct R B} {instββ· : FunLike F A B} [self : CoalgHomClass F R A B] (f : F) : CoalgebraStruct.counit ββ βf = CoalgebraStruct.counit - CoalgHomClass.counit_comp_apply π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [CoalgHomClass F R A B] (f : F) (x : A) : CoalgebraStruct.counit (f x) = CoalgebraStruct.counit x - CoalgHom.coe_toLinearMap π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : ββf = βf - CoalgHom.mul_apply π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (Ο Ο : A ββc[R] A) (x : A) : (Ο * Ο) x = Ο (Ο x) - CoalgHom.coe_addMonoidHom_injective π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective AddMonoidHomClass.toAddMonoidHom - CoalgHom.ext_of_ring π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {f g : R ββc[R] A} (h : f 1 = g 1) : f = g - CoalgHom.ext_of_ring_iff π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] {f g : R ββc[R] A} : f = g β f 1 = g 1 - CoalgHom.coe_toAddMonoidHom π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : ββf = βf - CoalgHom.map_comp_comul π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : TensorProduct.map self.toLinearMap self.toLinearMap ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ self.toLinearMap - CoalgHom.comp_toLinearMap π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [AddCommMonoid C] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) : β(Οβ.comp Οβ) = βΟβ ββ βΟβ - CoalgHomClass.map_comp_comul π Mathlib.RingTheory.Coalgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} {instβΒ³ : AddCommMonoid B} {instββ΄ : Module R B} {instββ΅ : CoalgebraStruct R A} {instββΆ : CoalgebraStruct R B} {instββ· : FunLike F A B} [self : CoalgHomClass F R A B] (f : F) : TensorProduct.map βf βf ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ βf - CoalgHom.mk π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (toLinearMap : A ββ[R] B) (counit_comp : CoalgebraStruct.counit ββ toLinearMap = CoalgebraStruct.counit) (map_comp_comul : TensorProduct.map toLinearMap toLinearMap ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ toLinearMap) : A ββc[R] B - CoalgHom.coe_mk π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A ββ[R] B} (h : CoalgebraStruct.counit ββ f = CoalgebraStruct.counit) (hβ : TensorProduct.map f f ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ f) : β{ toLinearMap := f, counit_comp := h, map_comp_comul := hβ } = βf - CoalgHomClass.map_comp_comul_apply π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [CoalgHomClass F R A B] (f : F) (x : A) : (TensorProduct.map βf βf) (CoalgebraStruct.comul x) = CoalgebraStruct.comul (f x) - CoalgHomClass.mk π Mathlib.RingTheory.Coalgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [toSemilinearMapClass : SemilinearMapClass F (RingHom.id R) A B] (counit_comp : β (f : F), CoalgebraStruct.counit ββ βf = CoalgebraStruct.counit) (map_comp_comul : β (f : F), TensorProduct.map βf βf ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ βf) : CoalgHomClass F R A B - CoalgHom.coe_linearMap_mk π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A ββ[R] B} (h : CoalgebraStruct.counit ββ f = CoalgebraStruct.counit) (hβ : TensorProduct.map f f ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ f) : β{ toLinearMap := f, counit_comp := h, map_comp_comul := hβ } = f - CoalgHom.coe_mks π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A β B} (hβ : β (x y : A), f (x + y) = f x + f y) (hβ : β (m : R) (x : A), { toFun := f, map_add' := hβ }.toFun (m β’ x) = (RingHom.id R) m β’ { toFun := f, map_add' := hβ }.toFun x) (hβ : CoalgebraStruct.counit ββ { toFun := f, map_add' := hβ, map_smul' := hβ } = CoalgebraStruct.counit) (hβ : TensorProduct.map { toFun := f, map_add' := hβ, map_smul' := hβ } { toFun := f, map_add' := hβ, map_smul' := hβ } ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ { toFun := f, map_add' := hβ, map_smul' := hβ }) : β{ toFun := f, map_add' := hβ, map_smul' := hβ, counit_comp := hβ, map_comp_comul := hβ } = f - CoalgHom.mk_coe π Mathlib.RingTheory.Coalgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A ββc[R] B} (hβ : β (x y : A), f (x + y) = f x + f y) (hβ : β (m : R) (x : A), { toFun := βf, map_add' := hβ }.toFun (m β’ x) = (RingHom.id R) m β’ { toFun := βf, map_add' := hβ }.toFun x) (hβ : CoalgebraStruct.counit ββ { toFun := βf, map_add' := hβ, map_smul' := hβ } = CoalgebraStruct.counit) (hβ : TensorProduct.map { toFun := βf, map_add' := hβ, map_smul' := hβ } { toFun := βf, map_add' := hβ, map_smul' := hβ } ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ { toFun := βf, map_add' := hβ, map_smul' := hβ }) : { toFun := βf, map_add' := hβ, map_smul' := hβ, counit_comp := hβ, map_comp_comul := hβ } = f - CoalgEquiv.refl π Mathlib.RingTheory.Coalgebra.Equiv
(R : Type u_1) (A : Type u_2) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : A ββc[R] A - CoalgEquiv π Mathlib.RingTheory.Coalgebra.Equiv
(R : Type u_5) [CommSemiring R] (A : Type u_6) (B : Type u_7) [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Type (max u_6 u_7) - CoalgEquivClass π Mathlib.RingTheory.Coalgebra.Equiv
(F : Type u_5) (R : outParam (Type u_6)) (A : outParam (Type u_7)) (B : outParam (Type u_8)) [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [EquivLike F A B] : Prop - CoalgEquiv.invFun π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : B β A - CoalgEquiv.Simps.apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {Ξ± : Type u_6} {Ξ² : Type u_7} [AddCommMonoid Ξ±] [AddCommMonoid Ξ²] [Module R Ξ±] [Module R Ξ²] [CoalgebraStruct R Ξ±] [CoalgebraStruct R Ξ²] (f : Ξ± ββc[R] Ξ²) : Ξ± β Ξ² - CoalgEquiv.Simps.symm_apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : B β A - CoalgEquiv.instEquivLike π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : EquivLike (A ββc[R] B) A B - CoalgEquiv.instFunLike π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : FunLike (A ββc[R] B) A B - CoalgEquiv.toEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : (A ββc[R] B) β A β B - CoalgEquiv.refl_apply π Mathlib.RingTheory.Coalgebra.Equiv
(R : Type u_1) (A : Type u_2) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (x : A) : (CoalgEquiv.refl R A) x = x - CoalgEquiv.symm π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : B ββc[R] A - CoalgEquiv.toCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : A ββc[R] B - CoalgEquiv.toCoalgebra π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [Module R A] [Coalgebra R A] [AddCommMonoid B] [Module R B] [CoalgebraStruct R B] (f : A ββc[R] B) : Coalgebra R B - CoalgEquiv.toEquiv_injective π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective CoalgEquiv.toEquiv - CoalgEquivClass.toCoalgEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{F : Type u_5} {R : Type u_6} {A : Type u_7} {B : Type u_8} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [EquivLike F A B] [CoalgEquivClass F R A B] (f : F) : A ββc[R] B - CoalgEquivClass.instCoeToCoalgEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{F : Type u_5} {R : Type u_6} {A : Type u_7} {B : Type u_8} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [EquivLike F A B] [CoalgEquivClass F R A B] : CoeHead F (A ββc[R] B) - CoalgEquiv.instCoalgEquivClass π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : CoalgEquivClass (A ββc[R] B) R A B - CoalgEquiv.refl_symm_apply π Mathlib.RingTheory.Coalgebra.Equiv
(R : Type u_1) (A : Type u_2) [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] (aβ : A) : (CoalgEquiv.refl R A).symm aβ = aβ - CoalgEquiv.toCoalgHom_injective π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective CoalgEquiv.toCoalgHom - CoalgEquivClass.mk π Mathlib.RingTheory.Coalgebra.Equiv
{F : Type u_5} {R : outParam (Type u_6)} {A : outParam (Type u_7)} {B : outParam (Type u_8)} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [EquivLike F A B] [toCoalgHomClass : CoalgHomClass F R A B] : CoalgEquivClass F R A B - CoalgEquivClass.toCoalgHomClass π Mathlib.RingTheory.Coalgebra.Equiv
{F : Type u_5} {R : outParam (Type u_6)} {A : outParam (Type u_7)} {B : outParam (Type u_8)} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : AddCommMonoid B} {instβΒ³ : Module R A} {instββ΄ : Module R B} {instββ΅ : CoalgebraStruct R A} {instββΆ : CoalgebraStruct R B} {instββ· : EquivLike F A B} [self : CoalgEquivClass F R A B] : CoalgHomClass F R A B - CoalgEquiv.trans π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [AddCommMonoid C] [Module R A] [Module R B] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (eββ : A ββc[R] B) (eββ : B ββc[R] C) : A ββc[R] C - CoalgEquiv.refl_toLinearEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : (CoalgEquiv.refl R A).toLinearEquiv = LinearEquiv.refl R A - CoalgEquiv.toLinearEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : A ββ[R] B - CoalgEquiv.instCoeOutLinearEquivId π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : CoeOut (A ββc[R] B) (A ββ[R] B) - CoalgEquiv.ofBijective π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A ββc[R] B} (hf : Function.Bijective βf) : A ββc[R] B - CoalgEquiv.toEquiv_symm π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : e.symm.toEquiv = e.toEquiv.symm - CoalgEquivClass.toSemilinearEquivClass π Mathlib.RingTheory.Coalgebra.Equiv
{F : Type u_5} {R : outParam (Type u_6)} {A : outParam (Type u_7)} {B : outParam (Type u_8)} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [EquivLike F A B] [self : CoalgEquivClass F R A B] : SemilinearEquivClass F (RingHom.id R) A B - CoalgEquiv.invFun_eq_symm π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : e.invFun = βe.symm - CoalgEquiv.toEquiv_inj π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {eβ eβ : A ββc[R] B} : eβ.toEquiv = eβ.toEquiv β eβ = eβ - CoalgEquiv.coe_toEquiv_symm π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : e.toEquiv.symm = βe.symm - CoalgEquiv.coe_toEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : βe.toEquiv = βe - CoalgEquiv.congr_arg π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {e : A ββc[R] B} {x x' : A} : x = x' β e x = e x' - CoalgEquiv.toLinearEquiv_eq_coe π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : f.toLinearEquiv = f.toLinearEquiv - CoalgEquiv.apply_symm_apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) (x : B) : e (e.symm x) = x - CoalgEquiv.symm_apply_apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) (x : A) : e.symm (e x) = x - CoalgEquiv.coe_symm_toEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : βe.toEquiv.symm = βe.symm - CoalgEquiv.refl_toCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} [CommSemiring R] [AddCommMonoid A] [Module R A] [CoalgebraStruct R A] : β(CoalgEquiv.refl R A) = CoalgHom.id R A - CoalgEquiv.left_inv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : Function.LeftInverse self.invFun self.toFun - CoalgEquiv.right_inv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : Function.RightInverse self.invFun self.toFun - CoalgEquiv.congr_fun π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {e e' : A ββc[R] B} (h : e = e') (x : A) : e x = e' x - CoalgEquiv.ext π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {e e' : A ββc[R] B} (h : β (x : A), e x = e' x) : e = e' - CoalgEquiv.ext_iff π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {e e' : A ββc[R] B} : e = e' β β (x : A), e x = e' x - CoalgEquiv.ofCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (g : B ββc[R] A) (hβ : f.comp g = CoalgHom.id R B) (hβ : g.comp f = CoalgHom.id R A) : A ββc[R] B - CoalgEquiv.coe_ofBijective π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A ββc[R] B} (hf : Function.Bijective βf) : β(CoalgEquiv.ofBijective hf) = βf - CoalgEquiv.ofBijective_apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A ββc[R] B} (hf : Function.Bijective βf) (a : A) : (CoalgEquiv.ofBijective hf) a = f a - CoalgEquiv.symm_toLinearEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : e.symm.toLinearEquiv = e.toLinearEquiv.symm - CoalgEquiv.toCoalgHom_eq_coe π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : f.toCoalgHom = βf - CoalgEquiv.mk π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_5} [CommSemiring R] {A : Type u_6} {B : Type u_7} [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (toCoalgHom : A ββc[R] B) (invFun : B β A) (left_inv : Function.LeftInverse invFun toCoalgHom.toFun := by intro; first | rfl | ext <;> rfl) (right_inv : Function.RightInverse invFun toCoalgHom.toFun := by intro; first | rfl | ext <;> rfl) : A ββc[R] B - CoalgEquiv.coe_toEquiv_trans π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [AddCommMonoid C] [Module R A] [Module R B] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] {eββ : A ββc[R] B} {eββ : B ββc[R] C} : (βeββ).trans βeββ = β(eββ.trans eββ) - CoalgEquiv.ofCoalgHom_symm π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (g : B ββc[R] A) (hβ : f.comp g = CoalgHom.id R B) (hβ : g.comp f = CoalgHom.id R A) : (CoalgEquiv.ofCoalgHom f g hβ hβ).symm = CoalgEquiv.ofCoalgHom g f hβ hβ - CoalgEquiv.coe_coe π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : ββe = βe - CoalgEquiv.coe_toCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : ββe = βe - CoalgEquiv.trans_apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [AddCommMonoid C] [Module R A] [Module R B] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (eββ : A ββc[R] B) (eββ : B ββc[R] C) (x : A) : (eββ.trans eββ) x = eββ (eββ x) - CoalgEquiv.trans_symm_apply π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [AddCommMonoid C] [Module R A] [Module R B] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (eββ : A ββc[R] B) (eββ : B ββc[R] C) (aβ : C) : (eββ.trans eββ).symm aβ = eββ.symm (eββ.symm aβ) - CoalgEquiv.coe_toLinearEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : βe.toLinearEquiv = βe - CoalgEquiv.coe_ofCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (g : B ββc[R] A) (hβ : f.comp g = CoalgHom.id R B) (hβ : g.comp f = CoalgHom.id R A) : β(CoalgEquiv.ofCoalgHom f g hβ hβ) = f - CoalgEquiv.coe_symm_toLinearEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : βe.toLinearEquiv.symm = βe.symm - CoalgEquiv.toCoalgHom_inj π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {eβ eβ : A ββc[R] B} : βeβ = βeβ β eβ = eβ - CoalgEquiv.trans_toLinearEquiv π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [AddCommMonoid C] [Module R A] [Module R B] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] {eββ : A ββc[R] B} {eββ : B ββc[R] C} : (eββ.trans eββ).toLinearEquiv = eββ.toLinearEquiv βͺβ«β eββ.toLinearEquiv - CoalgEquiv.toLinearEquiv_toLinearMap π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : βe.toLinearEquiv = ββe - CoalgEquiv.trans_toCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [AddCommMonoid C] [Module R A] [Module R B] [Module R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] {eββ : A ββc[R] B} {eββ : B ββc[R] C} : β(eββ.trans eββ) = eββ.comp βeββ - CoalgEquiv.symm_toCoalgHom π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (e : A ββc[R] B) : ββe.symm = βe.toLinearEquiv.symm - CoalgEquiv.coe_mk π Mathlib.RingTheory.Coalgebra.Equiv
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [AddCommMonoid A] [AddCommMonoid B] [Module R A] [Module R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {f : A β B} {h : β (x y : A), f (x + y) = f x + f y} {hβ : β (m : R) (x : A), { toFun := f, map_add' := h }.toFun (m β’ x) = (RingHom.id R) m β’ { toFun := f, map_add' := h }.toFun x} {hβ : CoalgebraStruct.counit ββ { toFun := f, map_add' := h, map_smul' := hβ } = CoalgebraStruct.counit} {hβ : TensorProduct.map { toFun := f, map_add' := h, map_smul' := hβ } { toFun := f, map_add' := h, map_smul' := hβ } ββ CoalgebraStruct.comul = CoalgebraStruct.comul ββ { toFun := f, map_add' := h, map_smul' := hβ }} {hβ : B β A} {hβ : Function.LeftInverse hβ { toFun := f, map_add' := h, map_smul' := hβ, counit_comp := hβ, map_comp_comul := hβ }.toFun} {hβ : Function.RightInverse hβ { toFun := f, map_add' := h, map_smul' := hβ, counit_comp := hβ, map_comp_comul := hβ }.toFun} : β{ toFun := f, map_add' := h, map_smul' := hβ, counit_comp := hβ, map_comp_comul := hβ, invFun := hβ, left_inv := hβ, right_inv := hβ } = f - BialgHom.id π Mathlib.RingTheory.Bialgebra.Hom
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] : A ββc[R] A - BialgHom.End π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] : Monoid (A ββc[R] A) - BialgHom π Mathlib.RingTheory.Bialgebra.Hom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Type (max u_2 u_3) - BialgHomClass π Mathlib.RingTheory.Bialgebra.Hom
(F : Type u_1) (R : outParam (Type u_2)) (A : outParam (Type u_3)) (B : outParam (Type u_4)) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] : Prop - BialgHom.id_toAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] : β(BialgHom.id R A) = AlgHom.id R A - BialgHom.Simps.apply π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_6} {Ξ± : Type u_7} {Ξ² : Type u_8} [CommSemiring R] [Semiring Ξ±] [Algebra R Ξ±] [Semiring Ξ²] [Algebra R Ξ²] [CoalgebraStruct R Ξ±] [CoalgebraStruct R Ξ²] (f : Ξ± ββc[R] Ξ²) : Ξ± β Ξ² - BialgHom.funLike π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : FunLike (A ββc[R] B) A B - BialgHom.coe_id π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] : β(BialgHom.id R A) = id - BialgHom.id_apply π Mathlib.RingTheory.Bialgebra.Hom
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] (x : A) : (BialgHom.id R A) x = x - BialgHom.toAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : A ββ[R] B - BialgHom.instCoeAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Coe (A ββc[R] B) (A ββ[R] B) - BialgHom.toMonoidHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : A β* B - BialgHomClass.toAlgHomClass π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [BialgHomClass F R A B] : AlgHomClass F R A B - BialgHomClass.toBialgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [BialgHomClass F R A B] (f : F) : A ββc[R] B - BialgHomClass.instCoeToBialgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [BialgHomClass F R A B] : CoeHead F (A ββc[R] B) - BialgHom.coe_algHom_injective π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective BialgHom.toAlgHom - BialgHom.coe_toAlgHom_injective π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective BialgHom.toAlgHom - BialgHom.bialgHomClass π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : BialgHomClass (A ββc[R] B) R A B - BialgHom.toCoalgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (self : A ββc[R] B) : A ββc[R] B - BialgHom.coe_fn_injective π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] : Function.Injective DFunLike.coe - BialgHomClass.toMonoidHomClass π Mathlib.RingTheory.Bialgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} {instβ : CommSemiring R} {instβΒΉ : Semiring A} {instβΒ² : Algebra R A} {instβΒ³ : Semiring B} {instββ΄ : Algebra R B} {instββ΅ : CoalgebraStruct R A} {instββΆ : CoalgebraStruct R B} {instββ· : FunLike F A B} [self : BialgHomClass F R A B] : MonoidHomClass F A B - BialgHom.End_toOne_one π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] : 1 = BialgHom.id R A - BialgHom.comp_id π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) : Ο.comp (BialgHom.id R A) = Ο - BialgHom.id_comp π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) : (BialgHom.id R B).comp Ο = Ο - BialgHomClass.toCoalgHomClass π Mathlib.RingTheory.Bialgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} {instβ : CommSemiring R} {instβΒΉ : Semiring A} {instβΒ² : Algebra R A} {instβΒ³ : Semiring B} {instββ΄ : Algebra R B} {instββ΅ : CoalgebraStruct R A} {instββΆ : CoalgebraStruct R B} {instββ· : FunLike F A B} [self : BialgHomClass F R A B] : CoalgHomClass F R A B - BialgHom.comp π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Semiring C] [Algebra R A] [Algebra R B] [Algebra R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) : A ββc[R] C - BialgHom.copy π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (f' : A β B) (h : f' = βf) : A ββc[R] B - BialgHomClass.mk π Mathlib.RingTheory.Bialgebra.Hom
{F : Type u_1} {R : outParam (Type u_2)} {A : outParam (Type u_3)} {B : outParam (Type u_4)} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] [FunLike F A B] [toCoalgHomClass : CoalgHomClass F R A B] [toMonoidHomClass : MonoidHomClass F A B] : BialgHomClass F R A B - BialgHom.coe_coe π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {F : Type u_6} [FunLike F A B] [BialgHomClass F R A B] (f : F) : ββf = βf - BialgHom.coe_toAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) : ββf = βf - BialgHom.congr_arg π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (Ο : A ββc[R] B) {x y : A} (h : x = y) : Ο x = Ο y - BialgHom.one_apply π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] (x : A) : 1 x = x - BialgHom.coe_fn_inj π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} : βΟβ = βΟβ β Οβ = Οβ - BialgHom.congr_fun π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} (H : Οβ = Οβ) (x : A) : Οβ x = Οβ x - BialgHom.ext π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} (H : β (x : A), Οβ x = Οβ x) : Οβ = Οβ - BialgHom.ext_iff π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] {Οβ Οβ : A ββc[R] B} : Οβ = Οβ β β (x : A), Οβ x = Οβ x - BialgHom.End_toMul_mul π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] [CoalgebraStruct R A] (Οβ Οβ : A ββc[R] A) : Οβ * Οβ = Οβ.comp Οβ - BialgHom.toCoalgHom_apply π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [CoalgebraStruct R A] [CoalgebraStruct R B] (f : A ββc[R] B) (a : A) : f.toCoalgHom a = f a - BialgHom.comp_toAlgHom π Mathlib.RingTheory.Bialgebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Semiring C] [Algebra R A] [Algebra R B] [Algebra R C] [CoalgebraStruct R A] [CoalgebraStruct R B] [CoalgebraStruct R C] (Οβ : B ββc[R] C) (Οβ : A ββc[R] B) : β(Οβ.comp Οβ) = (βΟβ).comp βΟβ
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