Theorems · Theorem · ring theory
CliffordAlgebra.induction
∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M]
{Q : QuadraticForm R M} {C : CliffordAlgebra Q → Prop},
(∀ (r : R), C ((algebraMap R (CliffordAlgebra Q)) r)) →
(∀ (x : M), C ((CliffordAlgebra.ι Q) x)) →
(∀ (a b : CliffordAlgebra Q), C a → C b → C (a * b)) →
(∀ (a b : CliffordAlgebra Q), C a → C b → C (a + b)) → ∀ (a : CliffordAlgebra Q), C aIf C holds for the algebraMap of r : R into CliffordAlgebra Q, the ι of x : M,
and is preserved under addition and multiplication, then it holds for all of CliffordAlgebra Q.
See also the stronger CliffordAlgebra.left_induction and CliffordAlgebra.right_induction.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 66 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.
Cites29
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
- RingHomstatement · cited by 10,189
- Set.ofPredproof · cited by 6,101
- Algebra.algebraMapstatement and proof · cited by 4,706
- AlgHomproof · cited by 3,236
- Subalgebraproof · cited by 1,353
- LinearMap.extproof · cited by 844
Cited by8
Results whose statement or proof uses this declaration.
- CliffordAlgebra.map_surjectiveproof · cited by 1
- CliffordAlgebraQuaternion.toQuaternion_starproof · cited by 1
- CliffordAlgebra.reverse_comp_involuteproof · cited by 1
- CliffordAlgebraComplex.reverse_applyproof · cited by 1
- CliffordAlgebraRing.reverse_applyproof · cited by 1
- CliffordAlgebra.coe_toEven_reverse_involuteproof · cited by 0
- CliffordAlgebra.adjoin_range_ιproof · cited by 0
- ExteriorAlgebra.inductionproof · cited by 0