Theorems · Definition · logic and foundations
FirstOrder.Language.DirectLimit.sigmaStructure
{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)) →
[IsDirectedOrder ι] → [Nonempty ι] → L.Structure (FirstOrder.Language.Structure.Sigma f)The structure on the Σ-type which becomes the structure on the direct limit after quotienting.
- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 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.
- 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
- FirstOrder.Language.Functionsproof · cited by 153
- FirstOrder.Language.Relationsproof · cited by 147
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
- FirstOrder.Language.Structure.funMapproof · cited by 69
- FirstOrder.Language.Structure.RelMapproof · cited by 68
- FirstOrder.Language.Structure.Sigmastatement and proof · cited by 15
- FirstOrder.Language.DirectLimit.unifyproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.DirectLimit.relMap_equiv_unifystatement · cited by 1
- FirstOrder.Language.DirectLimit.funMap_equiv_unifystatement · cited by 0