Mathlib Map

Theorems · Definition · ring theory

NonUnitalStarAlgHom.casesOn

{R : Type u_1} →
  {A : Type u_2} →
    {B : Type u_3} →
      [inst : Monoid R] →
        [inst_1 : NonUnitalNonAssocSemiring A] →
          [inst_2 : DistribMulAction R A] →
            [inst_3 : Star A] →
              [inst_4 : NonUnitalNonAssocSemiring B] →
                [inst_5 : DistribMulAction R B] →
                  [inst_6 : Star B] →
                    {motive : (A →⋆ₙₐ[R] B) → Sort u} →
                      (t : A →⋆ₙₐ[R] B) →
                        ((toNonUnitalAlgHom : A →ₙₐ[R] B) →
                            (map_star' :
                                ∀ (a : A), toNonUnitalAlgHom.toFun (star a) = star (toNonUnitalAlgHom.toFun a)) →
                              motive { toNonUnitalAlgHom := toNonUnitalAlgHom, map_star' := map_star' }) →
                          motive t
Defined in
Mathlib.Algebra.Star.StarAlgHom
Cited by
0 results in Mathlib
Foundations
Depth 14 from the axioms · uses no axioms
Assumes
MonoidNonUnitalNonAssocSemiringDistribMulActionStarNonUnitalNonAssocSemiringDistribMulActionStar

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.