Theorems · Theorem · logic and foundations
Relation.map_apply
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} {r : α → β → Prop} {f : α → γ} {g : β → δ} {c : γ}
{d : δ}, Relation.Map r f g c d ↔ ∃ a b, r a b ∧ f a = c ∧ g b = d- Defined in
- Mathlib.Logic.Relation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
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.
- Relation.Mapstatement · cited by 40
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.Reachable.coe_subgraphMapproof · cited by 2
- RingCon.mapGen_apply_apply_of_surjectiveproof · cited by 0