Theorems · Definition · linear algebra
CliffordAlgebra.foldr
{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) →
(∀ (m : M) (x : N), (f m) ((f m) x) = Q m • x) → N →ₗ[R] CliffordAlgebra Q →ₗ[R] NFold a bilinear map along the generators of a term of the clifford algebra, with the rule
given by foldr Q f hf n (ι Q m * x) = f m (foldr Q f hf n x).
For example, foldr f hf n (r • ι R u + ι R v * ι R w) = r • f u n + f v (f w n).
- Cited by
- 18 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- QuadraticFormstatement and proof · cited by 507
- CliffordAlgebrastatement · cited by 309
- AlgHom.toLinearMapproof · cited by 254
- LinearMap.flipproof · cited by 193
- CliffordAlgebra.liftproof · cited by 13
Cited by22
Results whose statement or proof uses this declaration.
- CliffordAlgebra.changeFormproof · cited by 12
- CliffordAlgebra.foldlproof · cited by 8
- CliffordAlgebra.foldr_ιstatement · cited by 8
- CliffordAlgebra.foldr_algebraMapstatement · cited by 6
- CliffordAlgebra.foldr_mulstatement · cited by 6
- CliffordAlgebra.even.lift.auxproof · cited by 5
- CliffordAlgebra.foldr_reversestatement · cited by 5
- CliffordAlgebra.foldr'proof · cited by 4
- CliffordAlgebra.changeForm_ι_mulproof · cited by 4
- CliffordAlgebra.foldr_onestatement · cited by 3
- CliffordAlgebra.foldl_ιproof · cited by 2
- CliffordAlgebra.even.lift.aux_applystatement · cited by 2