Theorems · Definition · ring theory
NonUnitalStarSubalgebra.iSupLift
{R : Type u} →
{A : Type v} →
{B : Type w} →
[inst : CommSemiring R] →
[inst_1 : NonUnitalSemiring A] →
[inst_2 : StarRing A] →
[inst_3 : Module R A] →
[inst_4 : NonUnitalSemiring B] →
[inst_5 : StarRing B] →
[inst_6 : Module R B] →
{ι : Type u_1} →
[inst_7 : StarRing R] →
[inst_8 : IsScalarTower R A A] →
[inst_9 : SMulCommClass R A A] →
[inst_10 : StarModule R A] →
[Nonempty ι] →
(K : ι → NonUnitalStarSubalgebra R A) →
Directed (fun x1 x2 => x1 ≤ x2) K →
(f : (i : ι) → ↥(K i) →⋆ₙₐ[R] B) →
(∀ (i j : ι) (h : K i ≤ K j),
f i = (f j).comp (NonUnitalStarSubalgebra.inclusion h)) →
(T : NonUnitalStarSubalgebra R A) → T = iSup K → ↥T →⋆ₙₐ[R] BDefine a non-unital star algebra homomorphism on a directed supremum of non-unital star subalgebras by defining it on each non-unital star subalgebra, and proving that it agrees on the intersection of non-unital star subalgebras.
- Defined in
- Mathlib.Algebra.Star.NonUnitalSubalgebra
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- CommSemiringstatement and proof · cited by 10,911
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- IsScalarTowerstatement and proof · cited by 3,896
- iSupstatement and proof · cited by 2,415
- SMulCommClassstatement and proof · cited by 1,927
- StarRingstatement and proof · cited by 1,686
- StarModulestatement and proof · cited by 570
- NonUnitalSemiringstatement and proof · cited by 339
- Directedstatement and proof · cited by 213
Cited by5
Results whose statement or proof uses this declaration.
- NonUnitalStarSubalgebra.iSupLift_inclusionstatement · cited by 1
- NonUnitalStarSubalgebra.iSupLift.congr_simpstatement and proof · cited by 0
- NonUnitalStarSubalgebra.iSupLift_comp_inclusionstatement · cited by 0
- NonUnitalStarSubalgebra.iSupLift_mkstatement · cited by 0
- NonUnitalStarSubalgebra.iSupLift_of_memstatement · cited by 0