Theorems · Inductive type · order theory
RelHomClass
(F : Type u_5) →
{α : outParam (Type u_6)} →
{β : outParam (Type u_7)} → outParam (α → α → Prop) → outParam (β → β → Prop) → [FunLike F α β] → PropRelHomClass F r s asserts that F is a type of functions such that all f : F
satisfy r a b → s (f a) (f b).
The relations r and s are outParams since figuring them out from a goal is a higher-order
matching problem that Lean usually can't do unaided.
- Defined in
- Mathlib.Order.RelIso.Basic
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
- Assumes
- FunLike
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FunLikestatement · cited by 2,560
Cited by21
Results whose statement or proof uses this declaration.
- OrderHomClassproof · cited by 16
- RelHomClass.map_relstatement and proof · cited by 10
- IsChain.imagestatement and proof · cited by 8
- RelHomClass.wellFoundedstatement and proof · cited by 6
- RelHomClass.accstatement and proof · cited by 2
- RelHomClass.asymmstatement and proof · cited by 1
- RelHomClass.irreflstatement and proof · cited by 1
- RelHomClass.isWellFoundedstatement and proof · cited by 1
- RelHomClass.map_infstatement and proof · cited by 1
- SimpleGraph.HomClassproof · cited by 1
- PseudoEpimorphismClass.recOnstatement and proof · cited by 0
- BoundedOrderHomClass.casesOnstatement and proof · cited by 0