Galois objects in Galois categories #
We define when a connected object of a Galois category C is Galois in a fiber functor independent
way and show equivalent characterisations.
Main definitions #
IsGalois: Connected objectXofCsuch thatX / Aut Xis terminal.
Main results #
galois_iff_pretransitive: A connected objectXis Galois if and only ifAut Xacts transitively onF.obj Xfor a fiber functorF.
A connected object X of C is Galois if the quotient X / Aut X is terminal.
- notInitial : ∀ (a : Limits.IsInitial X), False
- quotientByAutTerminal : Nonempty (Limits.IsTerminal (Limits.colimit (SingleObj.functor (Aut.toEnd X))))
Instances
The natural action of Aut X on F.obj X.
Equations
- CategoryTheory.PreGaloisCategory.autMulFiber F X = { smul := fun (σ : CategoryTheory.Aut X) (a : (F.obj X).carrier) => F.map σ.hom a, one_smul := ⋯, mul_smul := ⋯ }
For a connected object X of C, the quotient X / Aut X is terminal if and only if
the quotient F.obj X / Aut X has exactly one element.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a fiber functor F and a connected object X of C. Then X is Galois if and only if
the natural action of Aut X on F.obj X is transitive.
If X is Galois, the quotient X / Aut X is terminal.
Instances For
If X is Galois, then the action of Aut X on F.obj X is
transitive for every fiber functor F.
For Galois A and a point a of the fiber of A, the evaluation at A as an equivalence.
Equations
- CategoryTheory.PreGaloisCategory.evaluationEquivOfIsGalois F A a = Equiv.ofBijective (fun (f : CategoryTheory.Aut A) => F.map f.hom a) ⋯
Instances For
For a morphism from a connected object A to a Galois object B and an automorphism
of A, there exists a unique automorphism of B making the canonical diagram commute.
A morphism from a connected object to a Galois object induces a map on automorphism
groups. This is a group homomorphism (see autMapHom).
Equations
Instances For
autMap is uniquely characterized by making the canonical diagram commute.
autMap is surjective, if the source is also Galois.