Theorems · Theorem · logic and foundations
FirstOrder.Language.DirectLimit.relMap_unify_equiv
∀ {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 ι] [DirectedSystem G fun i j h => ⇑(f i j h)]
{n : ℕ} (R : L.Relations n) (x : Fin n → FirstOrder.Language.Structure.Sigma f) (i j : ι)
(hi : i ∈ upperBounds (Set.range (Sigma.fst ∘ x))) (hj : j ∈ upperBounds (Set.range (Sigma.fst ∘ x))),
FirstOrder.Language.Structure.RelMap R (FirstOrder.Language.DirectLimit.unify f x i hi) =
FirstOrder.Language.Structure.RelMap R (FirstOrder.Language.DirectLimit.unify f x j hj)- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Setstatement · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.rangestatement and proof · cited by 4,705
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- IsDirectedOrderstatement and proof · cited by 316
- upperBoundsstatement and proof · cited by 263
- DirectedSystemstatement and proof · cited by 174
- FirstOrder.Language.Relationsstatement and proof · cited by 147
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
- transproof · cited by 111
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.DirectLimit.relMap_equiv_unifyproof · cited by 1