Data of a generalized BN-pair on a group G: subgroups recording the label-preserving
subgroup, Borel, normalizer $N$, restricted normalizer $N ∩$ labelPreserving, the torus
$N ∩ B$, and the restricted torus, together with their intersection axioms.
- labelPreserving : Subgroup G
- borel : Subgroup G
- normalizerN : Subgroup G
- normalizerRestricted : Subgroup G
- torus : Subgroup G
- torusRestricted : Subgroup G
Instances For
Property: the Borel sits inside the label-preserving subgroup.
Instances For
Property: the restricted normalizer is exactly the intersection of $N$ with the label-preserving subgroup.
Instances For
Property: the torus $T = N ∩ B$.
Instances For
Property: the restricted torus equals $N_{\text{res}} ∩ B$.
Instances For
Repackages the axiom borel_in_labelPreserving as the predicate BorelInLabelPreserving.
Unfolds normalizerRestricted = N ⊓ labelPreserving membership pointwise.
Unfolds torus = N ⊓ B membership pointwise.
Unfolds torusRestricted = N_{\text{res}} ⊓ B membership pointwise.
Abstract data of a Hecke algebra associated to a Borel subgroup $B ⊆ G$: an $R$-module
carrier with a convolution product making it into an $R$-algebra.
- borel : Subgroup G
- carrier : Type u_3
- zero : self.carrier
- one : self.carrier
- conv_assoc (f g h : self.carrier) : self.convolution (self.convolution f g) h = self.convolution f (self.convolution g h)
- conv_add (f g h : self.carrier) : self.convolution f (self.add g h) = self.add (self.convolution f g) (self.convolution f h)
- add_conv (f g h : self.carrier) : self.convolution (self.add f g) h = self.add (self.convolution f h) (self.convolution g h)
- smul_conv (r : R) (f g : self.carrier) : self.convolution (self.smul r f) g = self.smul r (self.convolution f g)
Instances For
The quotient datum $Ω = T / T_{\text{res}}$ as a chain of subgroup inclusions.
Instances For
Abstract semidirect-product decomposition data for $N$ inside $G$ as a product of $W$ and $Ω$, with chosen projections to each factor.
Instances For
The constant function is bi-invariant for any Borel subgroup.
Data of a convolution embedding $Ω → H$ into a $k$-algebra: the character map
ch is a $k$-linearly independent monoid homomorphism.
- H : Type u
- ch : Ω → self.H
- ch_linearIndependent : LinearIndependent k self.ch
Instances For
The induced $k$-algebra homomorphism $k[Ω] → H$ extending chMonoidHom.
Instances For
Linear independence of ch implies the algebra map $k[Ω] → H$ is injective.
The proposition that $k[Ω] ≃ₐ H_Ω$, the subalgebra of $H$ generated by the image of $Ω$.
Instances For
Convolution identities relating the $Ω$-characters, $W$-characters, and the joint
characters in a generalized Hecke algebra, including the conjugation action omegaConj.
Instances For
The commutation relation $T_w · T_σ = T_σ · T_{σ·w}$ obtained from the two
factorizations of ch_full σ (omegaConj σ w).