Multiplicative and additive equivs #
This file contains basic results on MulEquiv and AddEquiv.
Tags #
Equiv, MulEquiv, AddEquiv
Monoids #
The equivalence (M₁ →* N) ≃ (M₂ →* N) obtained by postcomposition with
a multiplicative equivalence e : M₁ ≃* M₂.
Equations
Instances For
The equivalence (M₁ →+ N) ≃ (M₂ →+ N) obtained by postcomposition with
an additive equivalence e : M₁ ≃+ M₂.
Equations
Instances For
The equivalence (M →* N₁) ≃ (M →* N₂) obtained by postcomposition with
a multiplicative equivalence e : N₁ ≃* N₂.
Equations
Instances For
The equivalence (M →+ N₁) ≃ (M →+ N₂) obtained by postcomposition with
an additive equivalence e : N₁ ≃+ N₂.
Equations
Instances For
The isomorphism (M₁ →* N) ≃* (M₂ →* N) obtained by postcomposition with
a multiplicative equivalence e : M₁ ≃* M₂.
Equations
Instances For
The isomorphism (M₁ →+ N) ≃+ (M₂ →+ N) obtained by postcomposition with
an additive equivalence e : M₁ ≃+ M₂.
Equations
Instances For
The isomorphism (M →* N₁) ≃* (M →* N₂) obtained by postcomposition with
a multiplicative equivalence e : N₁ ≃* N₂.
Equations
Instances For
The isomorphism (M →+ N₁) ≃+ (M →+ N₂) obtained by postcomposition with
an additive equivalence e : N₁ ≃+ N₂.
Equations
Instances For
A family of multiplicative equivalences Π j, (Ms j ≃* Ns j) generates a
multiplicative equivalence between Π j, Ms j and Π j, Ns j.
This is the MulEquiv version of Equiv.piCongrRight, and the dependent version of
MulEquiv.arrowCongr.
Equations
Instances For
A family of additive equivalences Π j, (Ms j ≃+ Ns j)
generates an additive equivalence between Π j, Ms j and Π j, Ns j.
This is the AddEquiv version of Equiv.piCongrRight, and the dependent version of
AddEquiv.arrowCongr.