Theorems · Definition · ring theory
starRingEnd
(R : Type u) → [inst : CommSemiring R] → [StarRing R] → R →+* R
star as a ring endomorphism, for commutative R. This is used to denote complex
conjugation, and is available under the notation conj in the scope ComplexConjugate.
Note that this is the preferred form (over starRingAut, available under the same hypotheses)
because the notation E →ₗ⋆[R] F for an R-conjugate-linear map (short for
E →ₛₗ[starRingEnd R] F) does not pretty-print if there is a coercion involved, as would be the
case for (↑starRingAut : R →* R).
- Defined in
- Mathlib.Algebra.Star.Basic
- Cited by
- 671 results in Mathlib
- Foundations
- Depth 23 from the axioms, rests on 204 definitions · uses Quot.sound
- Assumes
- CommSemiringStarRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement and proof · cited by 10,189
- StarRingstatement and proof · cited by 1,686
- Star.starproof · cited by 1,082
- RingEquiv.toRingHomproof · cited by 150
- starRingAutproof · cited by 2
Cited by712
Results whose statement or proof uses this declaration.
- innerSLstatement · cited by 93
- ContinuousLinearMap.adjointstatement and proof · cited by 82
- LinearMap.adjointstatement · cited by 64
- inner_zero_leftproof · cited by 59
- inner_smul_leftstatement · cited by 49
- inner_conj_symmstatement · cited by 48
- InnerProductSpace.toDualstatement · cited by 45
- inner_neg_rightproof · cited by 41
- Complex.conj_ofRealstatement · cited by 41
- inner_zero_rightproof · cited by 40
- Complex.conj_Istatement · cited by 36
- InnerProductSpace.rankOnestatement · cited by 35
Showing the 200 most cited of 712.