Theorems · Theorem · linear algebra
CliffordAlgebra.foldr_mul
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : AddCommGroup N]
[inst_3 : Module R M] [inst_4 : Module R N] (Q : QuadraticForm R M) (f : M →ₗ[R] N →ₗ[R] N)
(hf : ∀ (m : M) (x : N), (f m) ((f m) x) = Q m • x) (n : N) (a b : CliffordAlgebra Q),
((CliffordAlgebra.foldr Q f hf) n) (a * b) = ((CliffordAlgebra.foldr Q f hf) (((CliffordAlgebra.foldr Q f hf) n) b)) a- Cited by
- 6 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- map_mulproof · cited by 1,137
- QuadraticFormstatement and proof · cited by 507
- CliffordAlgebrastatement and proof · cited by 309
- LinearMap.congr_funproof · cited by 96
- CliffordAlgebra.foldrstatement · cited by 18
- CliffordAlgebra.liftproof · cited by 13
Cited by6
Results whose statement or proof uses this declaration.
- CliffordAlgebra.changeForm_ι_mulproof · cited by 4
- CliffordAlgebra.foldl_mulproof · cited by 1
- CliffordAlgebra.even.lift.aux_ιproof · cited by 1
- CliffordAlgebra.foldr'_ι_mulproof · cited by 1
- CliffordAlgebra.foldr_prod_map_ιproof · cited by 1
- CliffordAlgebra.even.lift.aux_mulproof · cited by 0