Documentation

Mathlib.Algebra.Star.Prod

Basic Results about Star on Product Type #

This file provides basic results about the star on product types defined in Mathlib/Algebra/Notation/Prod.lean.

instance Prod.instTrivialStar {R : Type u} {S : Type v} [Star R] [Star S] [TrivialStar R] [TrivialStar S] :
Equations
instance Prod.instStarMul {R : Type u} {S : Type v} [Mul R] [Mul S] [StarMul R] [StarMul S] :
StarMul (R × S)
Equations
Equations
Equations
instance Prod.instStarModule {R : Type u} {S : Type v} {α : Type w} [SMul α R] [SMul α S] [Star α] [Star R] [Star S] [StarModule α R] [StarModule α S] :
StarModule α (R × S)
theorem Units.embed_product_star {R : Type u} [Monoid R] [StarMul R] (u : Rˣ) :