Theorems · Definition · group theory
AddDistribAddAction.mk.noConfusion
{M : Type u_9} →
{N : Type u_10} →
{inst : AddMonoid M} →
{inst_1 : AddMonoid N} →
{P : Sort u} →
{toAddAction : AddAction M N} →
{vadd_zero : ∀ (r : M), r +ᵥ 0 = 0} →
{vadd_add : ∀ (r : M) (x y : N), r +ᵥ x + y = (r +ᵥ x) + (r +ᵥ y)} →
{toAddAction' : AddAction M N} →
{vadd_zero' : ∀ (r : M), r +ᵥ 0 = 0} →
{vadd_add' : ∀ (r : M) (x y : N), r +ᵥ x + y = (r +ᵥ x) + (r +ᵥ y)} →
{ toAddAction := toAddAction, vadd_zero := vadd_zero, vadd_add := vadd_add } =
{ toAddAction := toAddAction', vadd_zero := vadd_zero', vadd_add := vadd_add' } →
(toAddAction ≍ toAddAction' → P) → P- Defined in
- Mathlib.Algebra.Group.Action.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddActionstatement and proof · cited by 820
- AddDistribAddActionstatement · cited by 5
- AddDistribAddAction.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.