Direct Limits of First-Order Structures #
This file constructs the direct limit of a directed system of first-order embeddings.
Main Definitions #
FirstOrder.Language.DirectLimit G f
is the direct limit of the directed systemf
of first-order embeddings between the structures indexed byG
.FirstOrder.Language.DirectLimit.lift
is the universal property of the direct limit: maps from the components to another module that respect the directed system structure give rise to a unique map out of the direct limit.FirstOrder.Language.DirectLimit.equiv_lift
is the equivalence between limits of isomorphic direct systems.
Alias of DirectedSystem.map_self'
.
A copy of DirectedSystem.map_self
specialized to FunLike, as otherwise the
fun i j h ↦ f i j h
can confuse the simplifier.
Alias of DirectedSystem.map_map'
.
A copy of DirectedSystem.map_map
specialized to FunLike, as otherwise the
fun i j h ↦ f i j h
can confuse the simplifier.
Given a chain of embeddings of structures indexed by ℕ
, defines a DirectedSystem
by
composing them.
Equations
Instances For
Alias for Σ i, G i
.
Instead of Σ i, G i
, we use the alias Language.Structure.Sigma
which depends on f
.
This way, Lean can infer what L
and f
are in the Setoid
instance.
Otherwise we have a "cannot find synthesization order" error.
See also the discussion at
https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/local.20instance.20cannot.20find.20synthesization.20order.20in.20porting
Equations
Instances For
Constructor for FirstOrder.Language.Structure.Sigma
alias.
Equations
Instances For
Raises a family of elements in the Σ
-type to the same level along the embeddings.
Equations
Instances For
The directed limit glues together the structures along the embeddings.
Equations
Instances For
The structure on the Σ
-type which becomes the structure on the direct limit after quotienting.
Equations
Instances For
The direct limit of a directed system is the structures glued together along the embeddings.
Equations
Instances For
Equations
The direct limit setoid
respects the structure sigmaStructure
, so quotienting by it
gives rise to a valid structure.
Equations
The L.Structure
on a direct limit of L.Structure
s.
Equations
The canonical map from a component to the direct limit.
Equations
Instances For
Every element of the direct limit corresponds to some element in some component of the directed system.
Every finitely generated substructure of the direct limit corresponds to some substructure in some component of the directed system.
The universal property of the direct limit: maps from the components to another module that respect the directed system structure (i.e. make some diagram commute) give rise to a unique map out of the direct limit.
Equations
Instances For
The isomorphism between limits of isomorphic systems.
Equations
Instances For
The direct limit of countably many countably generated structures is countably generated.
The map from a direct limit of a system of substructures of M
into M
.
Equations
Instances For
The isomorphism between a direct limit of a system of substructures and their union.