Theorems · Inductive type · ring theory
RingHomCompTriple
{R₁ : Type u_1} →
{R₂ : Type u_2} →
{R₃ : Type u_3} →
[inst : Semiring R₁] →
[inst_1 : Semiring R₂] → [inst_2 : Semiring R₃] → (R₁ →+* R₂) → (R₂ →+* R₃) → outParam (R₁ →+* R₃) → PropClass that expresses the fact that three ring homomorphisms form a composition triple. This is used to handle composition of semilinear maps.
- Defined in
- Mathlib.Algebra.Ring.CompTypeclasses
- Cited by
- 234 results in Mathlib
- Foundations
- Depth 11 from the axioms, rests on 81 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by274
Results whose statement or proof uses this declaration.
- LinearMap.compstatement and proof · cited by 1,642
- ContinuousLinearMap.compstatement and proof · cited by 709
- LinearEquiv.transstatement and proof · cited by 298
- LinearMap.comp.congr_simpstatement and proof · cited by 209
- ContinuousLinearMap.comp.congr_simpstatement and proof · cited by 77
- LinearMap.comp_applystatement and proof · cited by 76
- LinearMap.comp_assocstatement and proof · cited by 54
- LinearMap.range_compstatement and proof · cited by 52
- LinearIsometryEquiv.transstatement and proof · cited by 45
- RingHomCompTriple.comp_applystatement and proof · cited by 42
- LinearMap.coe_compstatement and proof · cited by 38
- LinearMap.compl₂statement and proof · cited by 38
Showing the 200 most cited of 274.