Mathlib Map

Theorems · Theorem · group theory

VAddAssocClass.vadd_assoc

∀ {M : Type u_9} {N : Type u_10} {α : Type u_11} {inst : VAdd M N} {inst_1 : VAdd N α} {inst_2 : VAdd M α}
  [self : VAddAssocClass M N α] (x : M) (y : N) (z : α), (x +ᵥ y) +ᵥ z = x +ᵥ y +ᵥ z

Associativity of +ᵥ

Defined in
Mathlib.Algebra.Group.Action.Defs
Cited by
5 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
VAddAssocClass

Around this declaration

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

Cites3

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

Cited by5

Results whose statement or proof uses this declaration.