Mathlib Map

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
Assumes
PreorderFirstOrder.Language.StructureIsDirectedOrderNonempty

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.

Cited by2

Results whose statement or proof uses this declaration.