Mathlib Map

Theorems · Definition · nonassociative algebras

RightPreLieAlgebra.noConfusion

{P : Sort u} →
  {R : Type u_1} →
    {inst : CommRing R} →
      {L : Type u_2} →
        {inst_1 : RightPreLieRing L} →
          {t : RightPreLieAlgebra R L} →
            {R' : Type u_1} →
              {inst' : CommRing R'} →
                {L' : Type u_2} →
                  {inst'_1 : RightPreLieRing L'} →
                    {t' : RightPreLieAlgebra R' L'} →
                      R = R' →
                        inst ≍ inst' → L = L' → inst_1 ≍ inst'_1 → t ≍ t' → RightPreLieAlgebra.noConfusionType P t t'
Defined in
Mathlib.Algebra.NonAssoc.PreLie.Basic
Cited by
0 results in Mathlib
Foundations
Depth 10 from the axioms · uses no axioms

Around this declaration

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

Cites8

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

Cited by1

Results whose statement or proof uses this declaration.