Theorems · Definition · logic and foundations
FirstOrder.Language.DirectedSystem.natLERec
{L : FirstOrder.Language} →
{G' : ℕ → Type w} →
[inst : (i : ℕ) → L.Structure (G' i)] →
((n : ℕ) → L.Embedding (G' n) (G' (n + 1))) → (m n : ℕ) → m ≤ n → L.Embedding (G' m) (G' n)Given a chain of embeddings of structures indexed by ℕ, defines a DirectedSystem by
composing them.
- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
- FirstOrder.Language.Embedding.compproof · cited by 38
- Nat.leRecOnproof · cited by 13
- FirstOrder.Language.Embedding.reflproof · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- FirstOrder.Language.exists_cg_is_age_ofproof · cited by 1
- FirstOrder.Language.DirectedSystem.natLERec.congr_simpstatement and proof · cited by 0
- FirstOrder.Language.DirectedSystem.coe_natLERecstatement and proof · cited by 0