Theorems · Theorem · nonassociative algebras
SymAlg.sym_mul_sym
∀ {α : Type u_1} [inst : Mul α] [inst_1 : Add α] [inst_2 : One α] [inst_3 : OfNat α 2] [inst_4 : Invertible 2]
(a b : α), SymAlg.sym a * SymAlg.sym b = SymAlg.sym (⅟2 * (a * b + b * a))- Defined in
- Mathlib.Algebra.Symmetrized
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
- Assumes
- MulAddOneOfNatInvertible
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Equivstatement · cited by 8,337
- Invertiblestatement and proof · cited by 549
- Invertible.invOfstatement · cited by 268
- SymAlgstatement · cited by 43
- SymAlg.symstatement · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- SymAlg.sym_mul_selfproof · cited by 0