Theorems · Definition · category theory
InverseSystem.PEquivOn.casesOn
{ι : Type u_6} →
{F : ι → Type u_7} →
{X : ι → Type u_8} →
[inst : LinearOrder ι] →
{f : ⦃i j : ι⦄ → i ≤ j → F j → F i} →
[inst_1 : SuccOrder ι] →
{equivSucc : ⦃i : ι⦄ → ¬IsMax i → F (Order.succ i) ≃ F i × X i} →
{s : Set ι} →
{motive : InverseSystem.PEquivOn f equivSucc s → Sort u} →
(t : InverseSystem.PEquivOn f equivSucc s) →
((equiv : (i : ↑s) → F ↑i ≃ InverseSystem.piLT X ↑i) →
(nat : InverseSystem.IsNatEquiv f equiv) →
(compat :
∀ {i : ι} (hsi : Order.succ i ∈ s) (hi : ¬IsMax i) (x : F ↑⟨Order.succ i, hsi⟩),
(equiv ⟨Order.succ i, hsi⟩) x ⟨i, ⋯⟩ = ((equivSucc hi) x).2) →
motive { equiv := equiv, nat := nat, compat := compat }) →
motive t- Defined in
- Mathlib.Order.DirectedInverseSystem
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Quot.sound
- Assumes
- LinearOrderSuccOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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 and proof · 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
- Set.Iiostatement · cited by 1,166
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- IsMaxstatement and proof · cited by 372
- InverseSystem.piLTstatement and proof · cited by 26
- Order.lt_succ_of_not_isMaxstatement and proof · cited by 25
- InverseSystem.IsNatEquivstatement and proof · cited by 12
Cited by3
Results whose statement or proof uses this declaration.
- InverseSystem.unique_pEquivOnproof · cited by 1
- InverseSystem.PEquivOn.noConfusionproof · cited by 0
- InverseSystem.PEquivOn.noConfusionTypeproof · cited by 0