Theorems · Theorem · linear algebra
CliffordAlgebra.even_induction
∀ {R : Type u_1} {M : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
(Q : QuadraticForm R M) {motive : (x : CliffordAlgebra Q) → x ∈ CliffordAlgebra.evenOdd Q 0 → Prop},
(∀ (r : R), motive ((algebraMap R (CliffordAlgebra Q)) r) ⋯) →
(∀ (x y : CliffordAlgebra Q) (hx : x ∈ CliffordAlgebra.evenOdd Q 0) (hy : y ∈ CliffordAlgebra.evenOdd Q 0),
motive x hx → motive y hy → motive (x + y) ⋯) →
(∀ (m₁ m₂ : M) (x : CliffordAlgebra Q) (hx : x ∈ CliffordAlgebra.evenOdd Q 0),
motive x hx → motive ((CliffordAlgebra.ι Q) m₁ * (CliffordAlgebra.ι Q) m₂ * x) ⋯) →
∀ (x : CliffordAlgebra Q) (hx : x ∈ CliffordAlgebra.evenOdd Q 0), motive x hxTo show a property is true on the even parts, it suffices to show it is true on the scalars, closed under addition, and under left-multiplication by a pair of vectors.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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 · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Submodulestatement · cited by 7,192
- Algebra.algebraMapstatement and proof · cited by 4,706
- zero_addstatement and proof · cited by 2,366
- ZModstatement · cited by 1,024
- LinearMap.rangeproof · cited by 893
Cited by3
Results whose statement or proof uses this declaration.
- CliffordAlgebra.even.algHom_extproof · cited by 3
- CliffordAlgebra.involute_eq_of_mem_evenproof · cited by 1
- CliffordAlgebra.even.lift.aux_mulproof · cited by 0