Theorems · Theorem · ring theory
TensorAlgebra.induction
∀ {R : Type u_1} [inst : CommSemiring R] {M : Type u_2} [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
{C : TensorAlgebra R M → Prop},
(∀ (r : R), C ((algebraMap R (TensorAlgebra R M)) r)) →
(∀ (x : M), C ((TensorAlgebra.ι R) x)) →
(∀ (a b : TensorAlgebra R M), C a → C b → C (a * b)) →
(∀ (a b : TensorAlgebra R M), C a → C b → C (a + b)) → ∀ (a : TensorAlgebra R M), C aIf C holds for the algebraMap of r : R into TensorAlgebra R M, the ι of x : M,
and is preserved under addition and multiplication, then it holds for all of TensorAlgebra R M.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- 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 by2
Results whose statement or proof uses this declaration.
- SymmetricAlgebra.inductionproof · cited by 1
- TensorAlgebra.adjoin_range_ιproof · cited by 0