Mathlib Map

Theorems · Theorem · category theory

InverseSystem.globalEquiv_naturality

∀ {ι : Type u_6} {F : ι → Type u_7} {X : ι → Type u_8} [inst : LinearOrder ι] {f : ⦃i j : ι⦄ → i ≤ j → F j → F i}
  [inst_1 : WellFoundedLT ι] [inst_2 : SuccOrder ι] [inst_3 : InverseSystem f]
  (equivSucc : (i : ι) → ¬IsMax i → { e // ∀ (x : F (Order.succ i)), (e x).1 = f ⋯ x })
  (equivLim : (i : ι) → Order.IsSuccPrelimit i → { e // ∀ (x : F i) (l : ↑(Set.Iio i)), ↑(e x) l = f ⋯ x }) ⦃i j : ι⦄
  (h : i ≤ j) (x : F j),
  (InverseSystem.globalEquiv equivSucc equivLim i) (f h x) =
    InverseSystem.piLTProj h ((InverseSystem.globalEquiv equivSucc equivLim j) x)
Defined in
Mathlib.Order.DirectedInverseSystem
Cited by
0 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderWellFoundedLTSuccOrderInverseSystem

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites24

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
  • LinearOrderstatement and proof · cited by 8,572
  • Equivstatement and proof · cited by 8,337
  • Set.Elemstatement and proof · cited by 7,166
  • LT.lt.lestatement and proof · cited by 2,189
  • le_rflproof · cited by 1,558
  • Set.Iiostatement and proof · cited by 1,166
  • Order.succstatement and proof · cited by 633
  • SuccOrderstatement and proof · cited by 574
  • WellFoundedLTstatement and proof · cited by 491
  • IsMaxstatement and proof · cited by 372

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.