Theorems · Definition · nonassociative algebras
NonUnitalAlgHom.inverse
{R : Type u} →
[inst : Monoid R] →
{A : Type v} →
[inst_1 : NonUnitalNonAssocSemiring A] →
[inst_2 : DistribMulAction R A] →
{B₁ : Type u_2} →
[inst_3 : NonUnitalNonAssocSemiring B₁] →
[inst_4 : DistribMulAction R B₁] →
(f : A →ₙₐ[R] B₁) → (g : B₁ → A) → Function.LeftInverse g ⇑f → Function.RightInverse g ⇑f → B₁ →ₙₐ[R] AThe inverse of a bijective morphism is a morphism.
- Defined in
- Mathlib.Algebra.Algebra.NonUnitalHom
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext
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.
- DFunLike.coestatement and proof · cited by 62,936
- Monoidstatement and proof · cited by 3,887
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- DistribMulActionstatement and proof · cited by 584
- MonoidHom.idstatement and proof · cited by 323
- MulHomproof · cited by 299
- NonUnitalAlgHomstatement and proof · cited by 148
- DistribMulActionHomproof · cited by 63
- MulHom.toFunproof · cited by 36
- MulHomClass.toMulHomproof · cited by 31
- DistribMulActionSemiHomClass.toDistribMulActionHomproof · cited by 7
- MulHom.inverseproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- NonUnitalAlgHom.coe_inversestatement · cited by 0