Theorems · Theorem · logic and foundations
FirstOrder.Language.DirectedSystem.map_map
∀ {ι : Type u_1} [inst : Preorder ι] {F : ι → Type u_4} {T : ⦃i j : ι⦄ → i ≤ j → Sort u_8}
(f : (i j : ι) → (h : i ≤ j) → T h) [inst_1 : ⦃i j : ι⦄ → (h : i ≤ j) → FunLike (T h) (F i) (F j)]
[DirectedSystem F fun x1 x2 x3 => ⇑(f x1 x2 x3)] ⦃i j k : ι⦄ (hij : i ≤ j) (hjk : j ≤ k) (x : F i),
(f j k hjk) ((f i j hij) x) = (f i k ⋯) xAlias of DirectedSystem.map_map'.
- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
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.
- DFunLike.coestatement · cited by 62,936
- Preorderstatement · cited by 7,952
- LE.le.transstatement · cited by 3,151
- FunLikestatement · cited by 2,560
- DirectedSystemstatement · cited by 174
- DirectedSystem.map_map'proof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.DirectLimit.comp_unifyproof · cited by 3
- FirstOrder.Language.DirectLimit.equiv_iffproof · cited by 3