Theorems · Definition · nonassociative algebras
LieAdmissibleRing.mk.noConfusion
{L : Type u_1} →
{P : Sort u} →
{toNonUnitalNonAssocRing : NonUnitalNonAssocRing L} →
{assoc_def :
∀ (x y z : L),
associator x y z + associator z x y + associator y z x =
associator y x z + associator z y x + associator x z y} →
{toNonUnitalNonAssocRing' : NonUnitalNonAssocRing L} →
{assoc_def' :
∀ (x y z : L),
associator x y z + associator z x y + associator y z x =
associator y x z + associator z y x + associator x z y} →
{ toNonUnitalNonAssocRing := toNonUnitalNonAssocRing, assoc_def := assoc_def } =
{ toNonUnitalNonAssocRing := toNonUnitalNonAssocRing', assoc_def := assoc_def' } →
(toNonUnitalNonAssocRing ≍ toNonUnitalNonAssocRing' → P) → P- Cited by
- 0 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NonUnitalNonAssocRingstatement and proof · cited by 354
- associatorstatement and proof · cited by 14
- LieAdmissibleRingstatement · cited by 5
- LieAdmissibleRing.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.