Built with Alectryon, running Coq+SerAPI v8.19.0+0.19.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Import Truncations. Require Import Algebra.ooGroup. Require Import Universes.BAut. Require Import Pointed.Core. Local Open Scope pointed_scope. (** * Automorphism oo-Groups *) (** We define [Aut X] using the pointed, connected type [BAut X]. *) Definition Aut (X : Type) : ooGroup := Build_ooGroup [BAut X, _] _.