Theorems · Definition · order theory
PrincipalSeg.casesOn
{α : Type u_4} →
{β : Type u_5} →
{r : α → α → Prop} →
{s : β → β → Prop} →
{motive : PrincipalSeg r s → Sort u} →
(t : PrincipalSeg r s) →
((toRelEmbedding : r ↪r s) →
(top : β) →
(mem_range_iff_rel' : ∀ (b : β), b ∈ Set.range ⇑toRelEmbedding ↔ s b top) →
motive { toRelEmbedding := toRelEmbedding, top := top, mem_range_iff_rel' := mem_range_iff_rel' }) →
motive t- Defined in
- Mathlib.Order.InitialSeg
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Set.rangestatement and proof · cited by 4,705
- RelEmbeddingstatement and proof · cited by 281
- PrincipalSegstatement and proof · cited by 73
Cited by3
Results whose statement or proof uses this declaration.
- PrincipalSeg.toRelEmbedding_injectiveproof · cited by 1
- PrincipalSeg.noConfusionproof · cited by 0
- PrincipalSeg.noConfusionTypeproof · cited by 0