Theorems · Theorem · commutative algebra
Module.Basis.smulTower_repr
∀ {R : Type u_1} {S : Type u_2} {A : Type u_3} [inst : Semiring R] [inst_1 : Semiring S] [inst_2 : AddCommMonoid A]
[inst_3 : Module R S] [inst_4 : Module S A] [inst_5 : Module R A] [inst_6 : IsScalarTower R S A] {ι : Type u_5}
{ι' : Type u_6} (b : Module.Basis ι R S) (c : Module.Basis ι' S A) (x : A) (ij : ι × ι'),
((b.smulTower c).repr x) ij = (b.repr ((c.repr x) ij.2)) ij.1- Defined in
- Mathlib.RingTheory.AlgebraTower
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement · cited by 5,255
- IsScalarTowerstatement and proof · cited by 3,896
- LinearEquivstatement · cited by 3,317
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- Module.Basis.reprstatement and proof · cited by 498
- LinearEquiv.transproof · cited by 298
Cited by4
Results whose statement or proof uses this declaration.
- Module.Basis.smulTower_applyproof · cited by 2
- Module.Basis.smulTower'_reprproof · cited by 2
- Algebra.smulTower_leftMulMatrixproof · cited by 2
- Module.Basis.smulTower_repr_mkproof · cited by 0