Theorems · Definition
Function.onFun
{α : Sort u₁} → {β : Sort u₂} → {φ : Sort u₃} → (β → β → φ) → (α → β) → α → α → φGiven functions f : β → β → φ and g : α → β, produce a function α → α → φ that evaluates
g on each argument, then applies f to the results. Can be used, e.g., to transfer a relation
from β to α.
- Defined in
- Mathlib.Logic.Function.Defs
- Cited by
- 570 results in Mathlib
- Foundations
- Depth 0 from the axioms, rests on 1 definitions · 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 by652
Results whose statement or proof uses this declaration.
- Set.PairwiseDisjointproof · cited by 275
- MeasureTheory.Measure.withDensityproof · cited by 265
- Finset.noncommProdstatement and proof · cited by 44
- Setoid.kerproof · cited by 43
- MeasureTheory.measure_iUnionstatement and proof · cited by 39
- MeasureTheory.Measure.toSignedMeasureproof · cited by 36
- MeasureTheory.Measure.withDensityᵥproof · cited by 36
- MeasureTheory.OuterMeasure.mapproof · cited by 30
- disjoint_disjointedstatement · cited by 25
- Finset.noncommSumstatement and proof · cited by 24
- MeasureTheory.OuterMeasure.comapproof · cited by 22
- MeasurableSpace.induction_on_interstatement and proof · cited by 21
Showing the 200 most cited of 652.