Theorems · Definition · logic and foundations
FirstOrder.Language.DirectLimit.lift
(L : FirstOrder.Language) →
(ι : Type v) →
[inst : Preorder ι] →
(G : ι → Type w) →
[inst_1 : (i : ι) → L.Structure (G i)] →
(f : (i j : ι) → i ≤ j → L.Embedding (G i) (G j)) →
[inst_2 : IsDirectedOrder ι] →
[inst_3 : DirectedSystem G fun i j h => ⇑(f i j h)] →
[inst_4 : Nonempty ι] →
{P : Type u₁} →
[inst_5 : L.Structure P] →
(g : (i : ι) → L.Embedding (G i) P) →
(∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) ((f i j hij) x) = (g i) x) →
L.Embedding (FirstOrder.Language.DirectLimit G f) PThe 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.
- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Preorderstatement and proof · cited by 7,952
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- IsDirectedOrderstatement and proof · cited by 316
- DirectedSystemstatement and proof · cited by 174
- FirstOrder.Language.Functionsproof · cited by 153
- FirstOrder.Language.Relationsproof · cited by 147
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
- FirstOrder.Language.DirectLimitstatement and proof · cited by 23
- FirstOrder.Language.Structure.Sigmaproof · cited by 15
Cited by7
Results whose statement or proof uses this declaration.
- FirstOrder.Language.DirectLimit.equiv_liftproof · cited by 3
- FirstOrder.Language.DirectLimit.liftInclusionproof · cited by 2
- FirstOrder.Language.DirectLimit.lift_ofstatement · cited by 1
- FirstOrder.Language.DirectLimit.lift_quotient_mk'_sigma_mk'statement · cited by 1
- FirstOrder.Language.DirectLimit.range_liftstatement and proof · cited by 1
- FirstOrder.Language.DirectLimit.lift_uniquestatement · cited by 0
- FirstOrder.Language.DirectLimit.lift.congr_simpstatement and proof · cited by 0