Theorems · Theorem · logic and foundations
FirstOrder.Language.age_directLimit
∀ {L : FirstOrder.Language} {ι : Type w} [inst : Preorder ι] [inst_1 : IsDirectedOrder ι] [inst_2 : Nonempty ι]
(G : ι → Type (max w w')) [inst_3 : (i : ι) → L.Structure (G i)] (f : (i j : ι) → i ≤ j → L.Embedding (G i) (G j))
[inst_4 : DirectedSystem G fun i j h => ⇑(f i j h)], L.age (FirstOrder.Language.DirectLimit G f) = ⋃ i, L.age (G i)The age of a direct limit of structures is the union of the ages of the structures.
- Defined in
- Mathlib.ModelTheory.Fraisse
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
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
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Preorderstatement and proof · cited by 7,952
- Set.iUnionstatement · cited by 2,483
- Set.extproof · cited by 2,266
- le_reflproof · cited by 2,061
- FirstOrder.Languagestatement and proof · cited by 1,084
- Finset.imageproof · cited by 910
- FirstOrder.Language.Structurestatement and proof · cited by 775
- CategoryTheory.Bundled.αproof · cited by 736
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.exists_cg_is_age_ofproof · cited by 1