Theorems · Definition · logic and foundations
Relation.Map
{α : Type u_1} → {β : Type u_2} → {γ : Type u_3} → {δ : Type u_4} → (α → β → Prop) → (α → γ) → (β → δ) → γ → δ → PropThe map of a relation r through a pair of functions pushes the
relation to the codomains of the functions. The resulting relation is
defined by having pairs of terms related if they have preimages
related by r.
- Defined in
- Mathlib.Logic.Relation
- Cited by
- 40 results in Mathlib
- Foundations
- Depth 1 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by51
Results whose statement or proof uses this declaration.
- SimpleGraph.mapproof · cited by 49
- SimpleGraph.Subgraph.mapproof · cited by 24
- Graph.mapproof · cited by 16
- SimpleGraph.Subgraph.map_adjstatement · cited by 10
- Setoid.mapproof · cited by 6
- Relation.map_id_idstatement · cited by 4
- RelIso.toMapstatement and proof · cited by 4
- Graph.map_isLinkstatement · cited by 4
- SimpleGraph.cliqueSet_mapproof · cited by 3
- SimpleGraph.map_le_iff_le_comapproof · cited by 3
- SimpleGraph.LocallyLinear.mapproof · cited by 2
- SimpleGraph.isClique_map_iff_of_nontrivialproof · cited by 2