Documentation

TauCeti.AlgebraicTopology.UniversalCover.Deck.NormalizerQuotient.Conjugation

Conjugating deck normalizer quotients #

An isomorphism of covers over a common base identifies deck groups by conjugation. This file records the induced identification on the normalizer quotients N(H) / H of deck subgroups. Those quotients are the algebraic groups appearing in the universal-covers roadmap as deck groups of covers attached to subgroups.

Main declarations #

References #

This supplies a basepoint-change and cover-isomorphism bookkeeping prerequisite for TauCetiRoadmap/UniversalCovers/README.md, Stage 2, item 8: pointed connected covers correspond to subgroups, unpointed connected covers correspond to conjugacy classes of subgroups, and the deck group attached to H is N(H) / H.

@[reducible, inline]
noncomputable abbrev TauCeti.Deck.normalizerQuotientConjEquiv {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} (h : E ≃ₜ F) (hpq : ∀ (e : E), q (h e) = p e) (H : Subgroup (Deck p)) :

Conjugating an over-base homeomorphism identifies the normalizer quotient of a deck subgroup with the normalizer quotient of the conjugated subgroup.

Equations
Instances For
    theorem TauCeti.Deck.normalizerQuotientConjEquiv_mk {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} (h : E ≃ₜ F) (hpq : ∀ (e : E), q (h e) = p e) (H : Subgroup (Deck p)) (φ : (Subgroup.normalizer H)) :

    On normalizer representatives, the deck normalizer-quotient conjugation equivalence is induced by conjugating deck transformations.

    After the subgroup equality induced by identity conjugation, conjugating the normalizer quotient by the identity over-base homeomorphism is the canonical identity on representatives.

    theorem TauCeti.Deck.normalizerQuotientConjEquiv_symm_mk {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} (h : E ≃ₜ F) (hpq : ∀ (e : E), q (h e) = p e) (H : Subgroup (Deck p)) (ψ : (Subgroup.normalizer (Subgroup.map (↑(conjMulEquiv h hpq)) H))) :

    The inverse deck normalizer-quotient conjugation equivalence is induced by inverse conjugation of deck transformations.

    theorem TauCeti.Deck.normalizerQuotientConjEquiv_trans_mk {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} {G : Type u_4} [TopologicalSpace G] {r : GB} (h : E ≃ₜ F) (k : F ≃ₜ G) (hpq : ∀ (e : E), q (h e) = p e) (hqr : ∀ (f : F), r (k f) = q f) (H : Subgroup (Deck p)) (φ : (Subgroup.normalizer H)) :

    Composing two deck normalizer-quotient conjugation equivalences sends representatives through the two successive conjugation transports.

    theorem TauCeti.Deck.normalizerQuotientConjEquiv_trans_mk_congr {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} {G : Type u_4} [TopologicalSpace G] {r : GB} (h : E ≃ₜ F) (k : F ≃ₜ G) (hpq : ∀ (e : E), q (h e) = p e) (hqr : ∀ (f : F), r (k f) = q f) (H : Subgroup (Deck p)) (φ : (Subgroup.normalizer H)) :

    After identifying the twice-conjugated subgroup with the subgroup conjugated by the composite over-base homeomorphism, composing deck normalizer-quotient conjugation equivalences agrees with conjugation by the composite on representatives.

    theorem TauCeti.Deck.normalizerQuotientConjEquiv_symm_mk' {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} (h : E ≃ₜ F) (hpq : ∀ (e : E), q (h e) = p e) (H : Subgroup (Deck p)) (ψ : (Subgroup.normalizer (Subgroup.map (↑(conjMulEquiv h hpq)) H))) :

    Inverse-conjugating a representative of the h-conjugated subgroup quotient gives the stated representative in the twice-mapped subgroup.

    theorem TauCeti.Deck.normalizerQuotientConjEquiv_mk_coe {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} (h : E ≃ₜ F) (hpq : ∀ (e : E), q (h e) = p e) (H : Subgroup (Deck p)) (φ : (Subgroup.normalizer H)) :

    On underlying deck transformations, the normalizer representative in the target quotient is obtained by conjugation.

    theorem TauCeti.Deck.normalizerQuotientConjEquiv_symm_mk_coe {E : Type u_1} {F : Type u_2} {B : Type u_3} [TopologicalSpace E] [TopologicalSpace F] {p : EB} {q : FB} (h : E ≃ₜ F) (hpq : ∀ (e : E), q (h e) = p e) (H : Subgroup (Deck p)) (ψ : (Subgroup.normalizer (Subgroup.map (↑(conjMulEquiv h hpq)) H))) :

    On representatives, inverse transport of the deck normalizer quotient applies inverse conjugation.