Theorems · Theorem · logic and foundations
FirstOrder.Language.DirectLimit.range_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) (Hg : ∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) ((f i j hij) x) = (g i) x),
(FirstOrder.Language.DirectLimit.lift L ι G f g Hg).toHom.range = ⨆ i, (g i).toHom.range- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Top.topproof · cited by 9,680
- Preorderstatement and proof · cited by 7,952
- iSupstatement and proof · cited by 2,415
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- IsDirectedOrderstatement and proof · cited by 316
- FirstOrder.Language.Substructurestatement and proof · cited by 242
- DirectedSystemstatement and proof · cited by 174
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
- FirstOrder.Language.Substructure.mapproof · cited by 49
- FirstOrder.Language.Embedding.toHomstatement and proof · cited by 40
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.DirectLimit.rangeLiftInclusionproof · cited by 0