Theorems · Theorem · logic and foundations
FirstOrder.Language.DirectLimit.equiv_iff
∀ {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)] {x y : FirstOrder.Language.Structure.Sigma f} {i : ι}
(hx : x.fst ≤ i) (hy : y.fst ≤ i), x ≈ y ↔ (f x.fst i hx) x.snd = (f y.fst i hy) y.snd- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- LE.le.transproof · cited by 3,151
- 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.Embeddingstatement and proof · cited by 128
- FirstOrder.Language.Structure.Sigmastatement and proof · cited by 15
- directed_ofproof · cited by 14
- FirstOrder.Language.DirectLimit.setoidstatement · cited by 14
- FirstOrder.Language.Embedding.injectiveproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- FirstOrder.Language.age_directLimitproof · cited by 1
- FirstOrder.Language.DirectLimit.exists_quotient_mk'_sigma_mk'_eqproof · cited by 1
- FirstOrder.Language.DirectLimit.exists_unify_eqproof · cited by 0